]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-05 Guillaume GomezRemove unused cache argument
2021-02-05 Guillaume GomezImprove code
2021-02-05 Guillaume GomezImprove html::render::cache::get_real_types code
2021-02-05 Guillaume GomezRemove Function all_types and ret_types fields
2021-02-05 Guillaume GomezExplicitly match all DefKind item in conversion to...
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 Mara BosFix `install-awscli.sh` error in CI.
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-05 Jacob HughesUpdate LayoutError/LayoutErr stability attributes
2021-02-04 borsAuto merge of #81761 - m-ou-se:rollup-xp7v07n, r=m...
2021-02-04 b-naberadd tests
2021-02-04 CamelidCleanup rustdoc pass descriptions a bit
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 Pietro Albinici: only copy python.exe to python3.exe if the latter...
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 Eric HussUpdate cargo
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 Martin HabovstiakStabilize poison API of Once, rename poisoned()
2021-02-04 Mara BosStabilize feature(iterator_fold_self): Iterator::reduce
2021-02-04 Mara BosImprove documentation of Iterator::{fold, reduce}.
2021-02-04 Mara BosRename Iterator::fold_first to reduce.
2021-02-04 Ralf Jungupdate Miri
2021-02-04 Tyson Nottinghamrustc_codegen_ssa: tune codegen scheduling to reduce...
2021-02-04 RustyYatomake Allocator object-safe
2021-02-03 Bastian Kauschkeadd `relaxed_struct_unsize` feature gate
2021-02-03 Bastian Kauschkerelax adt unsizing requirements
2021-02-03 Mara BosSuggest panic!("{}", ..) instead of panic!(..) clippy...
2021-02-03 Mara BosFix/allow non_fmt_panic in clippy tests.
2021-02-03 Mara BosUpdate panic!() documentation about non-string panics.
2021-02-03 Mara BosAllow/fix non_fmt_panic in tests.
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 Felix S. Klock IIIgnore broken test.
2021-02-03 borsAuto merge of #81717 - Aaron1011:fix/closure-diag,...
2021-02-03 markmove test to be with the others
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 Yoshua WuytsStabilize the Wake trait
2021-02-03 Ben Kimockadd #[inline] to all the public IpAddr functions
2021-02-03 Ingvar StepanyanRestore comment as it was
2021-02-03 Ingvar StepanyanKeep old symlink; expose new symlink_path
2021-02-03 Tyler RuckingerOsStr eq_ignore_ascii_case takes arg by value
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 #6667 - Manishearth:rustup, r=Manishearth
2021-02-03 Manish GoregaokarMerge branch 'sync-from-rust3' into rustup
2021-02-03 Manish GoregaokarRun rustfmt
2021-02-03 Manish GoregaokarRustup
next