]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #81742 - sdroege:exact-size-iterator-correctness, r=kennytm
[rust.git] / compiler /
2021-02-07 Guillaume GomezRollup merge of #81742 - sdroege:exact-size-iterator...
2021-02-07 Guillaume GomezRollup merge of #81526 - ojeda:btree-use-unwrap_uncheck...
2021-02-07 borsAuto merge of #81498 - thomaseizinger:ice-workaround...
2021-02-07 borsAuto merge of #81462 - osa1:issue75158, r=Mark-Simulacrum
2021-02-07 borsAuto merge of #81821 - nikic:update-wasm32, r=sanxiyn
2021-02-06 borsAuto merge of #78052 - da-x:path-trimming-type-aliases...
2021-02-06 borsAuto merge of #80883 - GuillaumeGomez:remove-some-funct...
2021-02-06 borsAuto merge of #81832 - jonas-schievink:rollup-3nw53p0...
2021-02-06 Jonas SchievinkRollup merge of #81812 - nagisa:nagisa/escape-the-escap...
2021-02-06 Jonas SchievinkRollup merge of #81766 - jyn514:task-lists, r=Guillaume...
2021-02-06 Jonas SchievinkRollup merge of #81738 - camelid:misc-small-diag-cleanu...
2021-02-06 Jonas SchievinkRollup merge of #81737 - camelid:typeck-structure-sugg...
2021-02-06 Jonas SchievinkRollup merge of #81680 - camsteffen:primty, r=oli-obk
2021-02-06 Jonas SchievinkRollup merge of #81434 - ssomers:btree_drain_filter_doc...
2021-02-06 Jonas SchievinkRollup merge of #81402 - ehuss:md-tidy, r=jyn514
2021-02-06 borsAuto merge of #81824 - RalfJung:miri, r=RalfJung
2021-02-06 Dan Alonipath trimming: ignore type aliases
2021-02-06 borsAuto merge of #81792 - pietroalbini:bump-nightly, r...
2021-02-06 borsAuto merge of #81810 - m-ou-se:rollup-q3nborp, r=m...
2021-02-05 Mara BosRollup merge of #81795 - camsteffen:diagnostics-reduce...
2021-02-05 Mara BosRollup merge of #81753 - tmiasko:inline-instruction...
2021-02-05 Mara BosRollup merge of #81675 - poliorcetics:respect-shortness...
2021-02-05 Mara BosRollup merge of #81664 - bjorn3:no_codegen_hir, r=lcnr
2021-02-05 Mara BosRollup merge of #81610 - ssomers:btree_emphasize_ord_bo...
2021-02-05 Mara BosRollup merge of #81580 - rodrimati1992:patch-2, r=dtolnay
2021-02-05 Mara BosRollup merge of #80011 - Stupremee:stabilize-peekable...
2021-02-05 borsAuto merge of #79253 - rcvalle:fix-rustc-sysroot-cas...
2021-02-05 borsAuto merge of #81215 - cjgillot:defkey-mir, r=oli-obk
2021-02-05 Cameron SteffenSmall refactor with Iterator::reduce
2021-02-05 borsAuto merge of #81257 - pnkfelix:issue-80949-short-term...
2021-02-05 borsAuto merge of #81784 - m-ou-se:rollup-s23fow7, r=m...
2021-02-05 Wesley WiserRun x.py fmt to fix tidy issues
2021-02-05 Mara BosRollup merge of #81781 - m-ou-se:fix-ci, r=pietroalbini
2021-02-05 Mara BosRollup merge of #81771 - tgnottingham:time-passes-rss...
2021-02-05 Mara BosRollup merge of #81767 - exrook:layout-error-stability...
2021-02-05 Mara BosRollup merge of #81763 - camelid:rustdoc-passes-desc...
2021-02-05 Mara BosRollup merge of #81730 - RustyYato:object-safe-allocato...
2021-02-05 Mara BosRollup merge of #81682 - JulianKnodt:bit_set_iter_bench...
2021-02-05 Mara BosRollup merge of #81676 - jyn514:crate-not-found, r...
2021-02-05 Mara BosRollup merge of #81542 - RReverser:wasi-symlink, r...
2021-02-05 Mara BosRollup merge of #81500 - CraftSpider:union-kind, r...
2021-02-05 Mara BosRollup merge of #81497 - camelid:rustdoc-display_fn...
2021-02-05 Mara BosRollup merge of #81456 - Amanieu:remote-test-server...
2021-02-05 Mara BosRollup merge of #81318 - CraftSpider:json-trait-fix...
2021-02-05 Mara BosRollup merge of #81307 - estebank:invalid-byte-str...
2021-02-05 Mara BosRollup merge of #80726 - lcnr:unsize-query, r=oli-obk
2021-02-05 Mara BosRollup merge of #79554 - b-naber:generic-associated...
2021-02-05 borsAuto merge of #81736 - tgnottingham:tune-cgu-scheduling...
2021-02-05 Tyson NottinghamIndicate change in RSS from start to end of pass in...
2021-02-05 borsAuto merge of #81688 - pnkfelix:fix-llvm-version-check...
2021-02-05 Felix S. Klock IIRevert "Simplify unscheduling of drops after moves"
2021-02-05 Felix S. Klock IIRevert "Use `record_operands_moved` more aggresively"
2021-02-05 Felix S. Klock IIRevert "Avoid leaking block expression values"
2021-02-05 borsAuto merge of #81756 - ehuss:update-cargo, r=ehuss
2021-02-05 Tomasz MiąskoNever MIR inline functions with a different instruction set
2021-02-04 borsAuto merge of #81761 - m-ou-se:rollup-xp7v07n, r=m...
2021-02-04 b-naberremove subst_supertrait call
2021-02-04 b-naberuse generic arguments of associated item in trait_ref...
2021-02-04 borsAuto merge of #81762 - pietroalbini:fix-install-msys2...
2021-02-04 Mara BosRollup merge of #81745 - Kixunil:stabilize_once_poison...
2021-02-04 Mara BosRollup merge of #81727 - m-ou-se:unstabilize-bits,...
2021-02-04 Mara BosRollup merge of #81725 - mark-i-m:mv-test, r=Mark-Simul...
2021-02-04 Mara BosRollup merge of #81711 - saethlin:ipaddr-inline, r...
2021-02-04 Mara BosRollup merge of #81710 - TyPR124:patch-2, r=m-ou-se
2021-02-04 Mara BosRollup merge of #81645 - m-ou-se:panic-lint, r=estebank...
2021-02-04 Mara BosRollup merge of #81556 - nikomatsakis:forbidden-lint...
2021-02-04 Mara BosRollup merge of #79805 - m-ou-se:iterator-reduce, r...
2021-02-04 Mara BosRollup merge of #74304 - yoshuawuyts:stabilize-wake...
2021-02-04 Camelidtypeck: Emit structured suggestions for tuple struct...
2021-02-04 Camille GILLOTEncode less consts.
2021-02-04 Eric Husstidy: Run tidy style against markdown files.
2021-02-04 borsAuto merge of #81743 - RalfJung:miri, r=RalfJung
2021-02-04 b-nabersubstitutions in trait predicates
2021-02-04 b-naberlowering of generic args in AssocTyConstraint
2021-02-04 b-naberhir pretty printing
2021-02-04 b-naberadd generic args to hir::TypeBinding
2021-02-04 Mara BosStabilize feature(iterator_fold_self): Iterator::reduce
2021-02-04 Mara BosRename Iterator::fold_first to reduce.
2021-02-04 bjorn3Use is_local instead of as_local
2021-02-04 CamelidMiscellaneous small diagnostics cleanup
2021-02-04 Tyson Nottinghamrustc_codegen_ssa: tune codegen scheduling to reduce...
2021-02-03 Bastian Kauschkeadd `relaxed_struct_unsize` feature gate
2021-02-03 Bastian Kauschkerelax adt unsizing requirements
2021-02-03 Mara BosMake panic/assert calls in rustc compatible with Rust...
2021-02-03 Mara BosAdd lint for `panic!(123)` which is not accepted in...
2021-02-03 Esteban KüberHandle `Span`s for byte and raw strings and add more...
2021-02-03 Mara BosRevert stabilizing integer::BITS.
2021-02-03 borsAuto merge of #81717 - Aaron1011:fix/closure-diag,...
2021-02-03 borsAuto merge of #81718 - m-ou-se:rollup-3ftbymt, r=m...
2021-02-03 Mara BosRollup merge of #81716 - m-ou-se:fix-ice, r=eddyb
2021-02-03 Mara BosRollup merge of #81715 - jryans:tab-handling-ice-81614...
2021-02-03 Mara BosRollup merge of #81692 - Manishearth:clippyup, r=tmandry
2021-02-03 Mara BosRollup merge of #81532 - estebank:ice-ice-baby, r=pnkfelix
2021-02-03 Mara BosRollup merge of #80394 - RalfJung:const-err-future...
2021-02-03 Mara BosFix non-existent-field ICE for generic fields.
2021-02-03 Aaron HillFix panic when emitting diagnostic for closure mutable...
2021-02-03 J. Ryan StinnettReduce tab formatting assertions to debug only
2021-02-03 Esteban KüberRemove incorrect `delay_span_bug`
2021-02-03 Joshua NelsonAdd more information to the error code for 'crate not...
2021-02-03 borsAuto merge of #81294 - pnkfelix:issue-81211-use-ufcs...
next