]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-18 borsAuto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk
2021-02-18 borsAuto merge of #82241 - Dylan-DPC:rollup-munmzg5, r...
2021-02-17 Dylan DPCRollup merge of #82021 - csmoe:issue-78600, r=tmandry
2021-02-17 Dylan DPCRollup merge of #82007 - sexxi-goose:reborrow, r=nikoma...
2021-02-17 Dylan DPCRollup merge of #81972 - matthewjasper:hrtb-error-clean...
2021-02-17 Dylan DPCRollup merge of #81898 - nanguye2496:nanguye2496/fix_st...
2021-02-17 Dylan DPCRollup merge of #81869 - mark-i-m:leading-vert, r=petro...
2021-02-17 Dylan DPCRollup merge of #81860 - osa1:issue81800, r=estebank
2021-02-17 Dylan DPCRollup merge of #80572 - thomcc:ok_or_err, r=m-ou-se
2021-02-17 Dylan DPCRollup merge of #77728 - lygstate:master, r=Amanieu
2021-02-17 borsAuto merge of #81993 - flip1995:clippyup, r=Manishearth
2021-02-17 borsAuto merge of #82235 - GuillaumeGomez:rollup-oflxc08...
2021-02-17 Guillaume GomezRollup merge of #82231 - jesusprubio:add-long-explanati...
2021-02-17 Guillaume GomezRollup merge of #82207 - ehuss:rustdoc-2021, r=jyn514
2021-02-17 Guillaume GomezRollup merge of #82204 - ehuss:update-books, r=ehuss
2021-02-17 Guillaume GomezRollup merge of #82198 - SkiFire13:optimize-iter-is...
2021-02-17 Guillaume GomezRollup merge of #82196 - Manishearth:display-caveat...
2021-02-17 Guillaume GomezRollup merge of #82174 - est31:master, r=oli-obk
2021-02-17 Guillaume GomezRollup merge of #82169 - not-an-aardvark:assert-lazy...
2021-02-17 Guillaume GomezRollup merge of #82136 - edward-shen:mismatched-subst...
2021-02-17 Guillaume GomezRollup merge of #82105 - nagisa:nagisa/ensure-removed...
2021-02-17 Guillaume GomezRollup merge of #82094 - gilescope:to_digit_speedup2...
2021-02-17 Guillaume GomezRollup merge of #79981 - camelid:overflowing_literals...
2021-02-17 Yonggang LuoExpose force_quotes on Windows.
2021-02-17 Jesus RubioAdd long explanation for E0543
2021-02-17 Thom ChiovoloniAdd link to tracking issue #82223
2021-02-17 Thom ChiovoloniRename Result::ok_or_err to Result::into_ok_or_err
2021-02-17 Thom ChiovoloniFix doc link for slice::binary_search
2021-02-17 Thom ChiovoloniAdd a `Result::ok_or_err` method to extract a `T` from...
2021-02-17 borsAuto merge of #82116 - tmiasko:box-error, r=oli-obk
2021-02-17 borsAuto merge of #82197 - tmiasko:try-get-cached, r=cjgillot
2021-02-17 Eric Hussrustdoc: treat edition 2021 as unstable
2021-02-17 Eric HussUpdate books
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 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 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 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 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
next