]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-02-16 Matthias KrügerRollup merge of #93962 - joboet:branchless_slice_ord...
2022-02-16 Matthias KrügerRollup merge of #93382 - GuillaumeGomez:search-input...
2022-02-16 Matthias KrügerRollup merge of #92366 - jhpratt:derive-default-enum...
2022-02-16 borsAuto merge of #94044 - ehuss:update-cargo, r=ehuss
2022-02-16 Eric HussUpdate cargo
2022-02-16 borsAuto merge of #93800 - b-naber:static-initializers...
2022-02-15 borsAuto merge of #94021 - tmiasko:inline, r=nagisa
2022-02-15 b-nabertry to bless 32bit mir tests manually
2022-02-15 borsAuto merge of #93439 - abrown:cf-protection, r=nagisa
2022-02-15 b-naberuse AllocId and Ty in ExprKind::StaticRef and delay...
2022-02-15 b-naberbless mir-opt tests
2022-02-15 b-naberuse mir::Visitor when collecting alloc_ids in pretty...
2022-02-15 b-naberbless tests
2022-02-15 b-nabertreat mir::ConstantKind::Val correctly in check_static_ptr
2022-02-15 b-naberuse ConstantKind::Val in StaticRef
2022-02-15 borsAuto merge of #93820 - compiler-errors:gat-wfcheck...
2022-02-15 Tomasz MiąskoInline LocalExpnId::from_raw and LocalExpnId::as_raw
2022-02-15 Tomasz MiąskoInline Target::deref
2022-02-15 Tomasz MiąskoInline GenericArg conversion functions
2022-02-15 Tomasz MiąskoInline UnifyKey::index and UnifyKey::from_index
2022-02-15 Michael GouletAdd removed comments back in self-outlives-lint
2022-02-15 Michael Gouletadd some more comments to GAT where clause check
2022-02-15 Michael Gouletadd test for issue-93278, bless
2022-02-15 Michael Gouletmake the gat wfcheck algorithm a loop
2022-02-15 Michael Gouletcheck associated types too
2022-02-15 Michael Gouletcheck all GATs at once
2022-02-15 Michael Gouletrename some variables in gat wfcheck
2022-02-15 Michael Gouletintroduce gather_gat_bounds
2022-02-15 borsAuto merge of #94024 - matthiaskrgr:rollup-0hwxm0w...
2022-02-15 Matthias KrügerRollup merge of #94014 - flip1995:clippy_transmute_lint...
2022-02-15 Matthias KrügerRollup merge of #94001 - durin42:llvm-15-uwtable, r...
2022-02-15 Matthias KrügerRollup merge of #93999 - barzamin:suggest-raw-strings...
2022-02-15 Matthias KrügerRollup merge of #93949 - glaubitz:m68k-unwind, r=Mark...
2022-02-15 Matthias KrügerRollup merge of #93899 - ssomers:vecdeque_naming, r...
2022-02-15 borsAuto merge of #93148 - nnethercote:Uniq, r=fee1-dead
2022-02-15 flip1995Move transmute_undefined_repr back to nursery
2022-02-15 borsAuto merge of #93176 - danielhenrymantilla:stack-pinnin...
2022-02-15 borsAuto merge of #93918 - jonhoo:bootstrap-native-envflags...
2022-02-15 Nicholas NethercoteAddress review comments.
2022-02-15 Nicholas NethercoteOverhaul `Const`.
2022-02-15 Nicholas NethercoteRemove unnecessary `RegionKind::` quals.
2022-02-15 Nicholas NethercoteOverhaul `RegionKind` and `Region`.
2022-02-15 Nicholas NethercoteOverhaul `PredicateInner` and `Predicate`.
2022-02-15 Nicholas NethercoteOverhaul `TyS` and `Ty`.
2022-02-15 Nicholas NethercoteRename `PtrKey` as `Interned` and improve it.
2022-02-15 Nicholas NethercoteRename `Interned` as `InternedInSet`.
2022-02-15 borsAuto merge of #93863 - pierwill:fix-93676, r=Mark-Simul...
2022-02-15 borsAuto merge of #93752 - eholk:drop-tracking-break-contin...
2022-02-14 joboetMake [u8]::cmp implementation branchless
2022-02-14 Augie Facklerllvm: migrate to new parameter-bearing uwtable attr
2022-02-14 Erin Petra... suggest using raw string literals when invalid escapes...
2022-02-14 Mara BosUpdate unsafe_pin_internals unstable version.
2022-02-14 borsAuto merge of #93652 - spastorino:fix-negative-overlap...
2022-02-14 Daniel Henry... Add a comment to justify why the `pointer` field is...
2022-02-14 Andrew BrownAdd support for control-flow protection
2022-02-14 Daniel Henry... Mark `unsafe_pin_internals` as `incomplete`.
2022-02-14 Daniel Henry... Replace `def_site`-&-privacy implementation with a...
2022-02-14 Daniel Henry... Improve documentation.
2022-02-14 Santiago Pastorinoreveal_defining_opaque_types field doesn't exist after...
2022-02-14 Santiago PastorinoInline loose_check fn on call site
2022-02-14 Santiago PastorinoAdd comments about outlives_env
2022-02-14 Santiago PastorinoAdd failing test that should pass
2022-02-14 Santiago PastorinoCall the method fork instead of clone and add proper...
2022-02-14 Daniel Henry... Update `macro:print` typed-query rustdoc test to includ...
2022-02-14 Daniel Henry... Write {ui,} tests for `pin_macro` and `pin!`
2022-02-14 Daniel Henry... Add a stack-`pin!`-ning macro to the `pin` module.
2022-02-14 Santiago PastorinoProperly check regions on negative overlap check
2022-02-14 Santiago PastorinoAdd debug calls for negative impls in coherence
2022-02-14 Santiago PastorinoMove FIXME text to the right place
2022-02-14 Santiago PastorinoRemove extra negative_impl_exists check
2022-02-14 borsAuto merge of #93298 - lcnr:issue-92113, r=cjgillot
2022-02-14 borsAuto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr
2022-02-14 Ellenupdate two rustdoc comments
2022-02-14 Stein SomersDescribe VecDeque with more consistent names
2022-02-14 lcnrfurther update `fuzzy_match_tys`
2022-02-14 lcnrfast_reject: remove `StripReferences`
2022-02-14 lcnrfuzzify `fuzzy_match_tys`
2022-02-14 Ben ReevesMake `find_similar_impl_candidates` a little fuzzier.
2022-02-14 borsAuto merge of #93937 - bjorn3:simplifications3, r=cjgillot
2022-02-13 pierwillUpdate `sha1`, `sha2`, and `md5` dependencies
2022-02-13 borsAuto merge of #83822 - petrochenkov:linkandro, r=davidtwco
2022-02-13 borsAuto merge of #93837 - nikic:arm-update, r=Mark-Simulacrum
2022-02-13 borsAuto merge of #93685 - Mark-Simulacrum:drop-time, r...
2022-02-13 Vadim Petrochenkovrustc_target: Remove compiler-rt linking hack on Android
2022-02-13 borsAuto merge of #91673 - ChrisDenton:path-absolute, r...
2022-02-13 bjorn3Remove Config::stderr
2022-02-13 borsAuto merge of #93763 - jsha:re-space-empty-impls, r...
2022-02-13 borsAuto merge of #93956 - matthiaskrgr:rollup-zfk35hb...
2022-02-13 Matthias KrügerRollup merge of #93944 - jackh726:team-exclude, r=Mark...
2022-02-13 Matthias KrügerRollup merge of #93936 - bjorn3:simplifications2, r...
2022-02-13 Matthias KrügerRollup merge of #93930 - name1e5s:chore/docs, r=Mark...
2022-02-13 Matthias KrügerRollup merge of #93886 - clarfonthey:stable_ascii_escap...
2022-02-13 Matthias KrügerRollup merge of #93885 - Badel2:error-download-ci-llvm...
2022-02-13 Matthias KrügerRollup merge of #93851 - cyqsimon:option-examples,...
2022-02-13 Matthias KrügerRollup merge of #93810 - matthewjasper:chalk-and-canoni...
2022-02-13 Matthias KrügerRollup merge of #90532 - fee1-dead:improve-const-fn...
2022-02-13 Matthias KrügerRollup merge of #89926 - the8472:saturate-instant,...
2022-02-13 borsAuto merge of #93713 - klensy:deps-up, r=Mark-Simulacrum
2022-02-13 borsAuto merge of #93696 - Amanieu:compiler-builtins-0...
2022-02-13 borsAuto merge of #93670 - erikdesjardins:noundef, r=nikic
next