]> git.lizzy.rs Git - rust.git/history - compiler
Auto merge of #81784 - m-ou-se:rollup-s23fow7, r=m-ou-se
[rust.git] / compiler /
2021-02-05 borsAuto merge of #81784 - m-ou-se:rollup-s23fow7, r=m...
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 borsAuto merge of #81756 - ehuss:update-cargo, r=ehuss
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 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 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...
2021-02-03 Ralf Jungmake const_err a future incompat lint
2021-02-03 borsAuto merge of #81699 - jethrogb:fix-81531, r=petrochenkov
2021-02-03 Jethro BeekmanReally fix early lints inside an async desugaring
2021-02-03 borsAuto merge of #81694 - GuillaumeGomez:rollup-odg6xqi...
2021-02-03 Guillaume GomezRollup merge of #81681 - Smittyvb:rustdoc-shortcuts...
2021-02-03 Guillaume GomezRollup merge of #81679 - GuillaumeGomez:clean-fixme...
2021-02-03 Guillaume GomezRollup merge of #81573 - ehuss:cell-links, r=jackh726
2021-02-03 Guillaume GomezRollup merge of #81144 - nhwn:typo-map-while, r=jackh726
2021-02-03 borsAuto merge of #81346 - hug-dev:nonsecure-call-abi,...
2021-02-03 Manish GoregaokarMerge commit '3e4179766bcecd712824da04356621b8df012ea4...
2021-02-03 borsAuto merge of #81535 - nikic:update-test-various, r...
2021-02-02 kadminAdd additional benchmarks to bit_set
2021-02-02 Niko Matsakisintroduce future-compatibility warning for forbidden...
2021-02-02 borsAuto merge of #81678 - jackh726:rollup-3nerni4, r=jackh726
2021-02-02 Jack HueyRollup merge of #81671 - jackh726:atb-tests, r=estebank
2021-02-02 Jack HueyRollup merge of #81665 - jacob-hughes:mir_doc_fix,...
2021-02-02 Jack HueyRollup merge of #81655 - matsujika:suggest-accessing...
2021-02-02 Jack HueyRollup merge of #81647 - m-ou-se:assert-2021-fix, r...
2021-02-02 Jack HueyRollup merge of #81636 - LingMan:slice_not_vec, r=petro...
2021-02-02 Jack HueyRollup merge of #81634 - jesusprubio:jesusprubio/add...
2021-02-02 Jack HueyRollup merge of #81603 - ehuss:error-index-build, r...
2021-02-02 Jack HueyRollup merge of #81588 - xfix:delete-doc-alias, r=Mark...
2021-02-02 Jack HueyRollup merge of #81544 - JulianKnodt:sat_where, r=lcnr
2021-02-02 Jack HueyRollup merge of #81530 - ojeda:sys-use-abort-instead...
2021-02-02 Jack HueyRollup merge of #81517 - tmiasko:san-crates, r=Mark...
2021-02-02 Jack HueyRollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn
2021-02-02 Jack HueyRollup merge of #81260 - vn971:restore-editorconfig...
2021-02-02 Jack HueyRollup merge of #80593 - jackh726:chalk-upgrade, r...
2021-02-02 borsAuto merge of #81541 - Aaron1011:early-lint-async-fn...
2021-02-02 Aaron HillFix early lints inside an async desugaring
2021-02-02 Jack HueyUpdate Chalk
2021-02-02 borsAuto merge of #81405 - bugadani:ast, r=cjgillot
2021-02-02 kadminAdd better diagnostic for missing where clause
2021-02-02 Jake HughesFix out of date `Scalar` documentation
2021-02-02 borsAuto merge of #80843 - Mark-Simulacrum:fmt-bump, r...
2021-02-02 Mark RousskovBump rustfmt version
2021-02-02 Hugues de ValonAdd a new ABI to support cmse_nonsecure_call
2021-02-02 borsAuto merge of #81660 - jonas-schievink:rollup-fz2lh78...
2021-02-02 Jonas SchievinkRollup merge of #81631 - LingMan:rem_var, r=davidtwco
2021-02-02 Jonas SchievinkRollup merge of #81630 - GuillaumeGomez:overflow-sideba...
next