]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-08 Dylan DPCRollup merge of #70134 - hermitcore:osstrext, r=dtolnay
2020-04-08 borsAuto merge of #70931 - Dylan-DPC:rollup-f8orcao, r...
2020-04-08 Dylan DPCRollup merge of #70927 - GuillaumeGomez:cleanup-e0510...
2020-04-08 Dylan DPCRollup merge of #70915 - tsandstr:remove-nominal-flags...
2020-04-08 Dylan DPCRollup merge of #70914 - tsandstr:typo1, r=Dylan-DPC
2020-04-08 Dylan DPCRollup merge of #70892 - lcnr:interators_are_nice,...
2020-04-08 Dylan DPCRollup merge of #70883 - GuillaumeGomez:cleanup-e0507...
2020-04-08 Dylan DPCRollup merge of #70876 - nnethercote:smallvec-predecess...
2020-04-08 Dylan DPCRollup merge of #70850 - ssomers:btreemap_first_last...
2020-04-08 Dylan DPCRollup merge of #70847 - pietroalbini:ci-move-docker...
2020-04-08 Dylan DPCRollup merge of #70789 - lcnr:macros, r=varkor
2020-04-08 Guillaume GomezClean up E0510 explanation
2020-04-08 Theo SandstromRemove unnecessary TypeFlags::NOMINAL_FLAGS
2020-04-07 Theo SandstromCorrects a typo in rustdoc documentation.
2020-04-07 Bastian Kauschkeremove false positives of unused_braces
2020-04-07 Bastian Kauschkewf: refactor `compute_trait_ref`
2020-04-07 borsAuto merge of #70884 - Dylan-DPC:rollup-r3raqdf, r...
2020-04-07 Dylan DPCRollup merge of #70857 - faern:use-assoc-int-float...
2020-04-07 Dylan DPCRollup merge of #70854 - faern:use-assoc-int-submodules...
2020-04-07 Dylan DPCRollup merge of #70846 - tmiasko:compiler-builtins...
2020-04-07 Dylan DPCRollup merge of #70762 - RalfJung:miri-leak-check,...
2020-04-07 Dylan DPCRollup merge of #70201 - cuviper:clone_into, r=dtolnay
2020-04-07 Guillaume GomezClean up E0507 explanation
2020-04-07 borsAuto merge of #70837 - nnethercote:speed-up-find_librar...
2020-04-07 Nicholas NethercoteUse a `SmallVec` for `Cache::predecessors`.
2020-04-07 borsAuto merge of #70164 - eddyb:walk-generic-arg, r=nikoma...
2020-04-07 Josh StoneForward OsStr::clone_into to the inner Vec
2020-04-07 Josh StoneImplement ToOwned::clone_into for CStr
2020-04-07 borsAuto merge of #70865 - Dylan-DPC:rollup-jje2cuv, r...
2020-04-06 Nicholas NethercoteSpeed up path searching with `find_library_crate`.
2020-04-06 Josh StoneUse split_at in slice's ToOwned::clone_into
2020-04-06 Linus FärnstrandUse assoc integer constants in librustc_*
2020-04-06 Linus FärnstrandUse assoc integer constants in libserialize
2020-04-06 Dylan DPCRollup merge of #70859 - tmiasko:move-sanitize-inline...
2020-04-06 Dylan DPCRollup merge of #70839 - GuillaumeGomez:cleanup-e0506...
2020-04-06 Dylan DPCRollup merge of #70821 - rkuhn:expose_suggestions_Infer...
2020-04-06 Dylan DPCRollup merge of #70690 - GuillaumeGomez:cleanup-e0501...
2020-04-06 Dylan DPCRollup merge of #70612 - Thomasdezeeuw:issue_70436...
2020-04-06 Thomas de ZeeuwPut reference to write_vectored in quotes in doc
2020-04-06 Linus FärnstrandDon't import integer module in libstd
2020-04-06 Linus FärnstrandUse integer assoc consts in libcore
2020-04-06 Linus FärnstrandUse usize::MAX as assoc const in liballoc
2020-04-06 Linus FärnstrandStop importing float module in libtest
2020-04-06 Linus FärnstrandStop importing float module in libserialize
2020-04-06 Linus FärnstrandUse assoc float consts in libcore
2020-04-06 Linus FärnstrandUse assoc const f32::NAN in liballoc
2020-04-06 Linus FärnstrandBump stdarch submodule
2020-04-06 Linus FärnstrandBump rust-by-example submodule
2020-04-06 Linus FärnstrandBump nomicon submodule
2020-04-06 Eduard-Mihai... ty: remove `{Existential,}Trait{Ref,Predicate}::input_t...
2020-04-06 Eduard-Mihai... ty: remove unnecessary `Predicate::walk_tys` and `colle...
2020-04-06 Eduard-Mihai... ty: switch `Ty::walk` from `Ty` to `GenericArg`.
2020-04-06 Eduard-Mihai... ty/walk: switch `walk_shallow` from `Ty` to `GenericArg`.
2020-04-06 Eduard-Mihai... traits/coherence: stop using `Ty::walk_shallow`.
2020-04-06 Eduard-Mihai... ty/walk: keep track of `GenericArg`s on the stack,...
2020-04-06 borsAuto merge of #70573 - IgorPerikov:issue#70524_detailed...
2020-04-06 Stein SomersBTreeMap first/last: add pop methods
2020-04-06 Stein SomersBTreeMap first/last: make examples more to the point
2020-04-06 Stein SomersBTreeMap first/last: simplify implementations
2020-04-06 Guillaume GomezClean up E0501 explanation
2020-04-06 Pietro Albinici: move /var/lib/docker to /mnt on GHA
2020-04-06 Roland KuhnUpdate src/librustc_trait_selection/traits/error_report...
2020-04-06 IgorPerikovadd detailed panic messages for Vec functions
2020-04-06 borsAuto merge of #70737 - Centril:cleanup-lower-item-id...
2020-04-06 Guillaume Gomezclean up E0506 explanation
2020-04-06 borsAuto merge of #70771 - RalfJung:ctfe-loop, r=oli-obk
2020-04-06 Thomas de ZeeuwImprove io::Write::write_all_vectored docs
2020-04-06 borsAuto merge of #70833 - RalfJung:rustc-layout, r=Centril
2020-04-06 Ralf Jungtweak rustc_layout debug output
2020-04-06 borsAuto merge of #70832 - Centril:rollup-ixc09ve, r=Centril
2020-04-06 Mazdak FarrokhzadRollup merge of #70827 - estebank:shorten-sugg-span...
2020-04-06 Mazdak FarrokhzadRollup merge of #70739 - Centril:fix-70736, r=petrochenkov
2020-04-06 Mazdak FarrokhzadRollup merge of #70713 - jsgf:rust-gdb-rustc, r=Mark...
2020-04-06 Mazdak FarrokhzadRollup merge of #70704 - danielframpton:aarch64-windows...
2020-04-06 Mazdak FarrokhzadRollup merge of #70519 - estebank:constraints-before...
2020-04-06 Esteban KüberReduce the visual clutter
2020-04-06 Esteban Küberreview comments: use `partition_map`
2020-04-06 Tomasz MiąskoKeep codegen units unmerged when building compiler...
2020-04-06 Tomasz MiąskoMove sanitize-inline-always test to sanitize directory
2020-04-05 Esteban KüberUse smaller span for suggestion restricting lifetime
2020-04-05 borsAuto merge of #70826 - Centril:rollup-yn0hc1h, r=Centril
2020-04-05 Mazdak FarrokhzadRollup merge of #70824 - yoshuawuyts:fix-labels-in...
2020-04-05 Mazdak FarrokhzadRollup merge of #70808 - hermitcore:tls, r=dtolnay
2020-04-05 Mazdak FarrokhzadRollup merge of #70798 - estebank:satisfy, r=Centril
2020-04-05 Mazdak FarrokhzadRollup merge of #70782 - faern:use-assoc-float-consts...
2020-04-05 Mazdak FarrokhzadRollup merge of #70750 - cuviper:direct-fuse, r=scottmcm
2020-04-05 Mazdak FarrokhzadRollup merge of #70665 - petrochenkov:linkargs, r=nagisa
2020-04-05 Mazdak FarrokhzadRollup merge of #70553 - hermitcore:abi, r=dtolnay
2020-04-05 Yoshua WuytsRemove labels in libstd/lib.rs macro imports
2020-04-05 borsAuto merge of #70816 - Dylan-DPC:rollup-kzcs8px, r...
2020-04-05 Ralf Jungmake set_span public, as all the fields it touches...
2020-04-05 Ralf Jungset span more accurately during const_prop
2020-04-05 Ralf JungMiri engine: use span_bug in a few places
2020-04-05 Roland Kuhnexpose suggestions::InferCtxtExt for clippy
2020-04-05 Ralf Jungadd test
2020-04-05 Ralf JungMiri terminator handling: only do progress sanity check...
2020-04-05 Esteban Küber"cannot resolve" → "cannot satisfy"
2020-04-05 Dylan DPCRollup merge of #70815 - RalfJung:layout-debug, r=jonas...
2020-04-05 Dylan DPCRollup merge of #70812 - rossmacarthur:fix/unit-called...
2020-04-05 Dylan DPCRollup merge of #70795 - Amanieu:btree_remove_tracking...
next