| Age | Commit message (Expand) | Author | Lines |
| 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-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -527/+673 |
| 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 | 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 | 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 |
| 2022-07-21 | `region_outlives_predicate` no snapshot | lcnr | -42/+15 |
| 2022-07-21 | move `considering_regions` to the infcx | lcnr | -88/+75 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -7/+32 |
| 2022-07-21 | remove unused import | joboet | -1/+1 |
| 2022-07-21 | rewrite the orphan check to use a type visitor | lcnr | -169/+124 |
| 2022-07-21 | orphan check: opaque types are an error | lcnr | -30/+2 |
| 2022-07-21 | Add regression test for #52304 | Yuki Okushi | -0/+11 |
| 2022-07-21 | Auto merge of #93718 - thomcc:used-macho, r=pnkfelix | bors | -4/+61 |
| 2022-07-21 | Auto merge of #99540 - Mark-Simulacrum:bump-beta, r=jyn514 | bors | -338/+338 |
| 2022-07-21 | Bump to latest beta | Mark Rousskov | -338/+338 |
| 2022-07-20 | detect bad vptrs on dyn calls | Ralf Jung | -15/+46 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -228/+48 |
| 2022-07-20 | detect bad vtables on an upcast | Ralf Jung | -2/+5 |
| 2022-07-20 | various nits from review | Ralf Jung | -8/+6 |
| 2022-07-20 | add range metadata to alignment loads | Ralf Jung | -2/+7 |
| 2022-07-20 | Move vtable_size and vtable_align impls to cg_ssa | bjorn3 | -11/+10 |
| 2022-07-20 | Implement vtable_size and vtable_align intrinsics for cg_clif | bjorn3 | -0/+10 |
| 2022-07-20 | bless some tests | Ralf Jung | -52/+39 |
| 2022-07-20 | slightly cleaner, if more verbose, vtable handling in codegen backends | Ralf Jung | -22/+28 |
| 2022-07-20 | consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) | Ralf Jung | -88/+90 |
| 2022-07-20 | use extern type for extra opaqueness | Ralf Jung | -7/+8 |
| 2022-07-20 | incorporate some review feedback | Ralf Jung | -38/+18 |
| 2022-07-20 | add intrinsic to access vtable size and align | Ralf Jung | -2/+66 |
| 2022-07-20 | we seem to monomorphize fewer vtables by default now, so adjust some tests | Ralf Jung | -15/+68 |