| Age | Commit message (Expand) | Author | Lines |
| 2022-07-23 | Fix typo/grammar in locator.rs doc comment | Daniel Bevenius | -1/+1 |
| 2022-07-23 | Auto merge of #93397 - joshtriplett:sort-floats, r=Amanieu | bors | -0/+60 |
| 2022-07-23 | Auto merge of #99623 - RalfJung:rollup-0h066kc, r=RalfJung | bors | -3/+29 |
| 2022-07-22 | Rollup merge of #99607 - RalfJung:vtable-check, r=eddyb | Ralf Jung | -2/+1 |
| 2022-07-22 | Rollup merge of #99602 - RalfJung:xsv, r=Mark-Simulacrum | Ralf Jung | -1/+28 |
| 2022-07-22 | Rollup merge of #99588 - ehuss:update-books, r=ehuss | Ralf Jung | -0/+0 |
| 2022-07-22 | Auto merge of #98017 - RalfJung:dereferenceable, r=nikic | bors | -21/+57 |
| 2022-07-22 | adjust UnsafeCell documentation | Ralf Jung | -9/+18 |
| 2022-07-22 | do not mark interior mutable shared refs as dereferenceable | Ralf Jung | -9/+36 |
| 2022-07-22 | rename PointerKind::Shared → SharedMutable to indicate this is NOT the usua... | Ralf Jung | -5/+5 |
| 2022-07-22 | Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddle | bors | -22/+23 |
| 2022-07-22 | cargotest: do not run quickcheck tests in xsv | Ralf Jung | -1/+28 |
| 2022-07-22 | interpret: fix vtable check debug assertion | Ralf Jung | -2/+1 |
| 2022-07-22 | Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obk | bors | -67/+46 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -22/+23 |
| 2022-07-22 | Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubilee | bors | -889/+1617 |
| 2022-07-22 | Auto merge of #99592 - Dylan-DPC:rollup-xlw4wax, r=Dylan-DPC | bors | -706/+949 |
| 2022-07-22 | Rollup merge of #99579 - CleanCut:expect-warning, r=joshtriplett | Dylan DPC | -0/+9 |
| 2022-07-22 | Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f... | Dylan DPC | -467/+625 |
| 2022-07-22 | Rollup merge of #99423 - GuillaumeGomez:group-css-font-rule, r=notriddle | Dylan DPC | -12/+9 |
| 2022-07-22 | Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe... | Dylan DPC | -180/+189 |
| 2022-07-22 | Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser | Dylan DPC | -43/+111 |
| 2022-07-22 | Rollup merge of #98174 - Kixunil:rename_ptr_as_mut_const_to_cast, r=scottmcm | Dylan DPC | -4/+6 |
| 2022-07-21 | Update books | Eric Huss | -0/+0 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -527/+673 |
| 2022-07-21 | add same warning to Result::expect as Result::unwrap | Nathan Stocks | -0/+9 |
| 2022-07-21 | Auto merge of #99530 - RalfJung:miri, r=oli-obk | bors | -23/+39 |
| 2022-07-21 | update Miri | Ralf Jung | -23/+39 |
| 2022-07-21 | Auto merge of #99501 - lcnr:check-regions-infcx, r=oli-obk | bors | -122/+82 |
| 2022-07-21 | Auto merge of #99567 - matthiaskrgr:rollup-08hh3r4, r=matthiaskrgr | bors | -344/+577 |
| 2022-07-21 | Address more nits | Michael Goulet | -40/+34 |
| 2022-07-21 | Rollup merge of #99559 - GuillaumeGomez:rm-unused-field-keyword, r=notriddle | Matthias Krüger | -15/+14 |
| 2022-07-21 | Rollup merge of #99558 - fee1-dead-contrib:remap_constness_fix, r=oli-obk | Matthias Krüger | -13/+6 |
| 2022-07-21 | Rollup merge of #99557 - pierwill:patch-6, r=tmiasko | Matthias Krüger | -2/+6 |
| 2022-07-21 | Rollup merge of #99552 - lcnr:orphan_check-rework, r=oli-obk | Matthias Krüger | -197/+124 |
| 2022-07-21 | Rollup merge of #99549 - JohnTitor:issue-52304, r=compiler-errors | Matthias Krüger | -0/+11 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -21/+17 |
| 2022-07-21 | Rollup merge of #99526 - compiler-errors:normalize-arg-spans, r=oli-obk | Matthias Krüger | -23/+30 |
| 2022-07-21 | Rollup merge of #99523 - cuviper:asfd_ptrs-1.64, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-07-21 | Rollup merge of #99454 - benluelo:control-flow/continue-combinators, r=scottmcm | Matthias Krüger | -0/+35 |
| 2022-07-21 | Rollup merge of #99413 - steffahn:btree_dropck, r=m-ou-se | Matthias Krüger | -7/+76 |
| 2022-07-21 | Rollup merge of #98707 - joboet:fuchsia_locks, r=m-ou-se | Matthias Krüger | -64/+256 |
| 2022-07-21 | Rename `<*{mut,const} T>::as_{const,mut}` to `cast_` | Martin Habovstiak | -4/+6 |
| 2022-07-21 | Update compiler/rustc_mir_transform/src/simplify.rs | Wesley Wiser | -1/+1 |
| 2022-07-21 | Generalize same_type_modulo_infer | Michael Goulet | -5/+34 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -15/+14 |
| 2022-07-21 | Fix `remap_constness` | Deadbeef | -13/+6 |
| 2022-07-21 | Edit `rustc_index::vec::IndexVec::pick3_mut` docs | pierwill | -2/+6 |
| 2022-07-21 | Auto merge of #99059 - Amanieu:fix-96797, r=Mark-Simulacrum | bors | -0/+26 |
| 2022-07-21 | Add test for #96797 | Amanieu d'Antras | -0/+26 |