]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-20 CAD97Improve Layout::extend docs
2020-04-20 Christopher... Update src/libcore/alloc/layout.rs
2020-04-17 CAD97Clarify layout information in Layout::extend
2020-04-16 Christopher... Apply suggestions from code review
2020-04-16 CAD97Add note about Layout::pad_to_align to Layout::extend
2020-04-15 Christopher... emphasize *no trailing padding*
2020-04-08 CAD97Stabilize some of alloc_layout_extras
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 borsAuto merge of #70837 - nnethercote:speed-up-find_librar...
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 Guillaume GomezClean up E0501 explanation
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...
2020-04-05 Dylan DPCRollup merge of #70777 - faern:use-assoc-int-consts2...
2020-04-05 Dylan DPCRollup merge of #67797 - Aaron1011:feature/instance...
2020-04-05 borsAuto merge of #70809 - matthiaskrgr:submodule_upd,...
2020-04-05 Ralf Jungalso print type type
2020-04-05 Ralf Jungalso print rustc_layout on impl trait type aliases
2020-04-05 Amanieu d'AntrasApply review feedback
2020-04-05 borsAuto merge of #70807 - Dylan-DPC:rollup-qd1kgl2, r...
2020-04-05 Ross MacArthurDo not use "nil" to refer to `()`
2020-04-05 Matthias Krügersubmodules: update clippy from 326b2204 to 7907abea
2020-04-05 Stefan LankesSimplify dtor registration for HermitCore by using...
2020-04-05 Amanieu d'AntrasKeep track of position when deleting from a BTreeMap
2020-04-05 Dylan DPCRollup merge of #70806 - RalfJung:miri-assignment-check...
2020-04-05 Dylan DPCRollup merge of #70776 - RalfJung:raw-vec, r=Dylan...
2020-04-05 Dylan DPCRollup merge of #70769 - RalfJung:fixed, r=Dylan-DPC
2020-04-05 Dylan DPCRollup merge of #70760 - PonasKovas:docs, r=Dylan-DPC
next