]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #60751 - Centril:general-cleanup, r=petrochenkov
[rust.git] / src /
2019-05-12 Mazdak FarrokhzadRollup merge of #60751 - Centril:general-cleanup, r...
2019-05-12 Mazdak FarrokhzadRollup merge of #60750 - petrochenkov:noquotok2, r...
2019-05-12 Mazdak FarrokhzadRollup merge of #60694 - Pulkit07:issue60662, r=alexreg
2019-05-12 borsAuto merge of #60244 - SimonSapin:dangling, r=oli-obk
2019-05-12 borsAuto merge of #60474 - mati865:musl_toolchain, r=alexcr...
2019-05-12 borsAuto merge of #60396 - cuviper:ordered-retain, r=scottmcm
2019-05-12 Mazdak FarrokhzadMinor cleanup in parse_assoc_expr_with.
2019-05-12 Mazdak Farrokhzadparse_bottom_expr: extract common 'return' out.
2019-05-12 Mazdak Farrokhzadsyntax::parse::parser: convert unnecessary '&mut self...
2019-05-11 Mazdak Farrokhzadast_validation: comments -> doc comments
2019-05-11 Vadim Petrochenkovsyntax: Remove some legacy nonterminal tokens
2019-05-11 Pulkit GoyalFix HIR printing of existential type #60662
2019-05-11 borsAuto merge of #60748 - Centril:rollup-rr63jqo, r=Centril
2019-05-11 Mazdak FarrokhzadRollup merge of #60741 - shiatsumat:patch-let-mut-write...
2019-05-11 Mazdak FarrokhzadRollup merge of #60733 - Centril:cleanup-lowering-await...
2019-05-11 Mazdak FarrokhzadRollup merge of #60727 - chpio:master, r=sfackler
2019-05-11 Mazdak FarrokhzadRollup merge of #60720 - estebank:no-ice-thanks, r...
2019-05-11 borsAuto merge of #60318 - jethrogb:jb/try-from-slice-to...
2019-05-11 Yusuke MatsushitaRemove redundant "let mut" in write_graph_label
2019-05-11 borsAuto merge of #60739 - Manishearth:clippyup, r=Manishearth
2019-05-11 Manish GoregaokarUpdate clippy
2019-05-11 Mazdak FarrokhzadCleanup the .await HIR lowering with .stmt(..).
2019-05-11 borsAuto merge of #60714 - varkor:existential-global-lift...
2019-05-11 borsAuto merge of #60717 - varkor:impl-const-generic, r...
2019-05-11 Thomas Heckadd comment to `Rc`/`Arc`'s `Eq` specialization
2019-05-11 borsAuto merge of #60700 - petrochenkov:preintern, r=nnethe...
2019-05-11 borsAuto merge of #60721 - estebank:ice-ice-baby, r=varkor
2019-05-11 Esteban KüberAvoid ICE by using delay_span_bug
2019-05-11 Josh StoneAdd examples of ordered retain
2019-05-11 Esteban KüberRemove unnecessary unwraps
2019-05-10 varkorAdd test for const impl
2019-05-10 varkorUnwrap singleton block expressions in const arguments
2019-05-10 borsAuto merge of #59288 - Centril:hir-if-to-match, r=oli-obk
2019-05-10 varkorAdd test
2019-05-10 varkorAllow fallible `lift_to_global` in existential type...
2019-05-10 borsAuto merge of #60708 - Centril:rollup-j5smdo0, r=Centril
2019-05-10 Mazdak FarrokhzadRollup merge of #60701 - mati865:mailmap, r=Mark-Simulacrum
2019-05-10 Mazdak FarrokhzadRollup merge of #60697 - hellow554:fix_60629, r=michael...
2019-05-10 Mazdak FarrokhzadRollup merge of #60692 - davidtwco:pr-60676-followup...
2019-05-10 Mazdak FarrokhzadRollup merge of #60659 - nnethercote:tweak-Symbol-and...
2019-05-10 Mazdak FarrokhzadRollup merge of #60620 - mark-i-m:transcribe-2, r=petro...
2019-05-10 Mazdak FarrokhzadRollup merge of #60529 - davidtwco:rfc-2008-uninhabited...
2019-05-10 Mazdak Farrokhzadcheck_match: add FIXME for removing of hack.
2019-05-10 Mazdak Farrokhzadadd test checking that 'if cond { .. }' where 'cond...
2019-05-10 Mazdak FarrokhzadVarious test changes
2019-05-10 Mazdak FarrokhzadAdjust mir-opt tests for new HIR without If
2019-05-10 Mazdak FarrokhzadRemove hir::ExprKind::If and replace it with lowering...
2019-05-10 David WoodAdd a bunch more tests.
2019-05-10 David WoodMove uninhabited tests into subdirectory.
2019-05-10 David WoodFix uninhabitedness of non-exhaustive enums.
2019-05-10 David WoodFix inhabitedness of non-exhaustive variants.
2019-05-10 David WoodAdd uninhabitedness tests w/ `#[non_exhaustive]`.
2019-05-10 borsAuto merge of #60588 - cuviper:be-simd-swap, r=alexcrichton
2019-05-10 Mark Mansiturn a couple of fixmes into span_bugs
2019-05-10 Mateusz MikułaConditionally provide cc in musl-toolchain.sh
2019-05-10 Mateusz MikułaMake tests compatible with musl host
2019-05-10 Vadim Petrochenkovsyntax_pos: Optimize symbol interner pre-filling slightly
2019-05-10 Marcel Hellwigadd regression test for #60629
2019-05-10 borsAuto merge of #60684 - jethrogb:jb/sgx-test, r=joshtriplett
2019-05-10 David WoodExtend existing test for nested mut patterns.
2019-05-10 borsAuto merge of #60585 - sunfishcode:wasm32-wasi, r=alexc...
2019-05-10 Nicholas NethercoteReduce `Symbol`'s interface slightly.
2019-05-10 Nicholas NethercoteRemove the `From<InternedString> for String` impl.
2019-05-10 Nicholas NethercoteAdd various comments.
2019-05-10 Nicholas NethercoteAvoid recursion in de-gensym functions.
2019-05-10 Nicholas NethercoteAdd `InternedString::with2`.
2019-05-10 borsAuto merge of #60451 - rasendubi:binaryheap-min-heap...
2019-05-10 borsAuto merge of #60683 - Centril:rollup-p05qh5d, r=Centril
2019-05-09 Jethro BeekmanFix cfg(test) build on SGX
2019-05-09 Mazdak FarrokhzadRollup merge of #60676 - davidtwco:issue-60674, r=cramertj
2019-05-09 Mazdak FarrokhzadRollup merge of #60675 - cramertj:no-await-macro, r...
2019-05-09 Mazdak FarrokhzadRollup merge of #60671 - euclio:extern-crate, r=Centril
2019-05-09 Mazdak FarrokhzadRollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPC
2019-05-09 Mazdak FarrokhzadRollup merge of #60618 - mark-i-m:transcribe, r=petroch...
2019-05-09 Mazdak FarrokhzadRollup merge of #60234 - tesaguri:cursor-default, r...
2019-05-09 Mazdak FarrokhzadRollup merge of #60188 - estebank:recover-block, r...
2019-05-09 Mazdak FarrokhzadRollup merge of #59348 - matthewjasper:cleanup-drop...
2019-05-09 borsAuto merge of #60665 - pietroalbini:upgrade-ci-images...
2019-05-09 borsAuto merge of #60672 - Centril:rollup-fhcx463, r=Centril
2019-05-09 Dan GohmanOmit the vendor component in the WASI triple
2019-05-09 David WoodAdd FIXME about `construct_async_arguments`.
2019-05-09 David WoodDo not modify mutability of simple bindings.
2019-05-09 Taylor CramerRemove the old await! macro
2019-05-09 David WoodAdd regression test for #60674.
2019-05-09 Mazdak FarrokhzadRollup merge of #60657 - JohnTitor:stabilize-array...
2019-05-09 Mazdak FarrokhzadRollup merge of #60656 - petertodd:2019-inline-cursor...
2019-05-09 Mazdak FarrokhzadRollup merge of #60647 - petrochenkov:nospace, r=michae...
2019-05-09 Mazdak FarrokhzadRollup merge of #60638 - RalfJung:pin, r=sanxiyn
2019-05-09 Mazdak FarrokhzadRollup merge of #60601 - SimonSapin:cast, r=Kimundi
2019-05-09 Andy Russellremove unneeded `extern crate`s from build tools
2019-05-09 borsAuto merge of #60668 - Zoxc:hir-map-vec, r=matthewjasper
2019-05-09 John Kåre AlsakerFix typo
2019-05-09 Pietro Albinici: bump ubuntu 18.10 images to 19.04
2019-05-09 Pietro Albinici: use our own mirror for fuchsia's zircon repository
2019-05-09 Pietro Albinici: update dist-various-2 to ubuntu 18.04
2019-05-09 Yuki OKUSHIStabilize and re-export core::array
2019-05-09 Peter ToddInline some Cursor calls for slices
2019-05-08 borsAuto merge of #60651 - Centril:rollup-zoamjfk, r=Centril
2019-05-08 Mazdak FarrokhzadRollup merge of #60644 - estebank:abolish-ice, r=varkor
2019-05-08 Mazdak FarrokhzadRollup merge of #60641 - estebank:defer-ice, r=oli-obk
next