]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-17 Teddy KatzEnsure debug_assert! tests get run
2021-02-17 Tomasz MiąskoUse -Ccodegen-units=1 to make issue-23458 test determin...
2021-02-17 Tomasz MiąskoReduce size of InterpErrorInfo to 8 bytes
2021-02-16 borsAuto merge of #81611 - cjgillot:meowner, r=estebank
2021-02-16 Giacomo StevanatoOptimize Iterator::is_sorted_by by using Iterator:...
2021-02-16 Manish GoregaokarAdd caveat to Path::display() about lossiness
2021-02-16 borsAuto merge of #82192 - GuillaumeGomez:rollup-gi1639b...
2021-02-16 kadminRemove ordering hint
2021-02-16 Guillaume GomezRollup merge of #82184 - petertodd:2021-discriminant...
2021-02-16 Guillaume GomezRollup merge of #82175 - RalfJung:invalid-fn-ptr, r...
2021-02-16 Guillaume GomezRollup merge of #82163 - matthiaskrgr:slice, r=jyn514
2021-02-16 Guillaume GomezRollup merge of #82161 - jesusprubio:add-long-explanati...
2021-02-16 Guillaume GomezRollup merge of #82160 - pierwill:patch-2, r=lcnr
2021-02-16 Guillaume GomezRollup merge of #82145 - GuillaumeGomez:es5-checks...
2021-02-16 borsAuto merge of #82150 - RalfJung:miri, r=RalfJung
2021-02-16 est31Replace File::create and write_all with fs::write
2021-02-16 Peter Todd[Minor] Update discriminant_value docs
2021-02-16 Ralf Jungupdate Miri
2021-02-16 Ralf Jungadd test
2021-02-16 Ralf Jungvalidation: fix invalid-fn-ptr error message
2021-02-16 bjorn3Ignore Atomic*::fetch_{min,max} tests on ARM
2021-02-16 borsAuto merge of #82058 - gilescope:to_digit_speedup,...
2021-02-16 Teddy KatzDocument that `assert!` format arguments are evaluated...
2021-02-16 borsAuto merge of #81734 - richkadel:fixfordash, r=pnkfelix
2021-02-16 kadminUpdate w/ comments
2021-02-16 Aman AroraUse iter::position in truncate_capture_for_move
2021-02-16 Aman AroraTreat read of COpy types via refs as not move in move...
2021-02-16 Aman AroraHandle restricting closure origin
2021-02-16 Aman AroraImplement reborrow for closure captures
2021-02-16 borsAuto merge of #82153 - jonas-schievink:rollup-ls5r943...
2021-02-16 Tomasz MiąskoInline try_get_cached
2021-02-15 Matthias Krügeravoid full-slicing slices
2021-02-15 Camille GILLOTRemove HirItemLike.
2021-02-15 Camille GILLOTTrait impls are Items, therefore HIR owners.
2021-02-15 Camille GILLOTUse less HirId when referring to items.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::MacroDef.
2021-02-15 Camille GILLOTIndex Modules using their LocalDefId.
2021-02-15 Camille GILLOTFix E0657.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::ForeignItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::ImplItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::TraitItem.
2021-02-15 Camille GILLOTOnly store a LocalDefId in hir::Item.
2021-02-15 Camille GILLOTUse an ItemId inside mir::GlobalAsm.
2021-02-15 Camille GILLOTUse ItemId as a strongly typed index.
2021-02-15 Camille GILLOTAdd assertions on HIR enum sizes.
2021-02-15 Camille GILLOTRemove useless Named trait.
2021-02-15 Jesus RubioAdd long explanation for E0545
2021-02-15 markSimplify pattern grammar by allowing nested leading...
2021-02-15 pierwillFix typo in rustc_infer::infer::UndoLog
2021-02-15 Gus Wynnname async generators something more human friendly...
2021-02-15 Jonas SchievinkRollup merge of #82147 - lnicola:rust-analyzer-2021...
2021-02-15 Jonas SchievinkRollup merge of #82141 - jrvanwhy:issue-82052, r=sanxiyn
2021-02-15 Jonas SchievinkRollup merge of #82133 - ehuss:extern-prelude-link...
2021-02-15 Jonas SchievinkRollup merge of #82129 - est31:master, r=jyn514
2021-02-15 Jonas SchievinkRollup merge of #82120 - sfackler:arguments-as-str...
2021-02-15 Jonas SchievinkRollup merge of #82119 - m-ou-se:typo, r=dtolnay
2021-02-15 Jonas SchievinkRollup merge of #82118 - lukaslueg:env_decl, r=m-ou-se
2021-02-15 Jonas SchievinkRollup merge of #82107 - petrochenkov:minexpclean,...
2021-02-15 Jonas SchievinkRollup merge of #82106 - jyn514:cleanup-bootstrap,...
2021-02-15 Jonas SchievinkRollup merge of #82096 - TaKO8Ki:fix-typo, r=GuillaumeGomez
2021-02-15 Jonas SchievinkRollup merge of #82077 - pierwill:edit-droparena, r...
2021-02-15 Jonas SchievinkRollup merge of #82067 - BoxyUwU:hahaicantthinkofabadpu...
2021-02-15 Jonas SchievinkRollup merge of #82063 - NULLx76:fix-minor-typo, r...
2021-02-15 Jonas SchievinkRollup merge of #82061 - RalfJung:ctfe-read-pointer...
2021-02-15 Jonas SchievinkRollup merge of #82060 - taiki-e:typo, r=m-ou-se
2021-02-15 Jonas SchievinkRollup merge of #82009 - BoxyUwU:idontknooow, r=varkor
2021-02-15 Jonas SchievinkRollup merge of #81975 - Amanieu:seal2, r=m-ou-se
2021-02-15 Jonas SchievinkRollup merge of #81897 - vandenheuvel:match_exhaustive_...
2021-02-15 Jonas SchievinkRollup merge of #81503 - henryboisdequin:fix-const...
2021-02-15 Simon SapinUse local path for already-imported function
2021-02-15 Simon SapinPointer metadata: add tracking issue number
2021-02-15 Simon SapinAdd a ThinBox library as a libcore test for pointer...
2021-02-15 Simon SapinFix intra-doc link to raw pointer method
2021-02-15 Simon SapinFix libcore unit tests in stage 0
2021-02-15 Simon SapinMore doc-comments for pointer metadata APIs
2021-02-15 Simon SapinUse new pointer metadata API inside libcore instead...
2021-02-15 Simon SapinAdd `to_raw_parts` methods to `*const`, `*mut`, and...
2021-02-15 Simon SapinAdd `ptr::from_raw_parts`, `ptr::from_raw_parts_mut...
2021-02-15 Simon SapinAdd `size_of`, `align_of`, and `layout` methods to...
2021-02-15 Simon SapinParameterize `DynMetadata` over its `dyn SomeTrait...
2021-02-15 Simon SapinAdd `ptr::Pointee` trait (for all types) and `ptr:...
2021-02-15 Laurențiu Nicola:arrow_up: rust-analyzer
2021-02-15 borsAuto merge of #81855 - cjgillot:ensure-cache, r=oli-obk
2021-02-15 Ellenthe environment round here is awfully empty
2021-02-15 Guillaume GomezFix ES5 errors (IE11)
2021-02-15 Johnathan Van Why32-bit ARM: Emit `lr` instead of `r14` when specified...
2021-02-15 SquirrelUpdate methods.rs
2021-02-15 SquirrelUse wrapping sub
2021-02-15 Edward ShenRevise HIR lowering comment
2021-02-15 Edward ShenFix test issue reference
2021-02-15 Edward ShenUse delay_span_bug for mismatched subst/hir arg
2021-02-15 Eric HussUpdate link for extern prelude.
2021-02-15 est31Remove redundant bool_to_option feature gate
2021-02-15 Tomasz MiąskoUse !Sync std::lazy::OnceCell in usefulness checking
2021-02-14 Steven FacklerStabilize Arguments::as_str
2021-02-14 lukasluegUpdate library/core/src/macros/mod.rs
2021-02-14 borsAuto merge of #82103 - Dylan-DPC:rollup-5wv8rid, r...
2021-02-14 Mara BosFix typo in link to CreateSymbolicLinkW documentation.
2021-02-14 Lukas LuegAdd missing env!-decl variant
2021-02-14 Giles CopeSimpler way to convert to digit
next