| Age | Commit message (Expand) | Author | Lines |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -86/+86 |
| 2023-08-24 | make MIR less verbose | Ralf Jung | -86/+86 |
| 2023-08-24 | remove some unnecessary ignore-debug clauses | Ralf Jung | -12/+5 |
| 2023-08-24 | bless more mir-opt tests by hand | Ralf Jung | -10/+10 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -76/+76 |
| 2023-08-23 | Do not convert copies of packed projections to moves. | Camille GILLOT | -0/+56 |
| 2023-08-20 | Auto merge of #113124 - nbdd0121:eh_frame, r=cjgillot | bors | -2/+2 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -13/+13 |
| 2023-08-18 | Run `AbortUnwindingCalls` after generator transform | Gary Guo | -2/+2 |
| 2023-08-17 | Bless mir-opt tests. | Camille GILLOT | -362/+531 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -174/+169 |
| 2023-08-16 | Do not pre-compute reachable blocks. | Camille GILLOT | -6/+18 |
| 2023-08-16 | Only run MaybeInitializedPlaces once for drop elaboration. | Camille GILLOT | -54/+34 |
| 2023-08-03 | bless | Michael Goulet | -0/+79 |
| 2023-08-03 | Explicitly don't inline user-written rust-call fns | Michael Goulet | -200/+94 |
| 2023-08-03 | Only unpack tupled args in inliner if we expect args to be unpacked | Michael Goulet | -6/+80 |
| 2023-08-03 | Negative test for inlining `<Box<dyn Fn()> as Fn<()>>::call` | Michael Goulet | -0/+39 |
| 2023-08-01 | Make coverage counter IDs count up from 0, not 1 | Zalathar | -7/+7 |
| 2023-08-01 | Make coverage expression IDs count up from 0, not down from `u32::MAX` | Zalathar | -4/+4 |
| 2023-08-01 | Replace `ExpressionOperandId` with enum `Operand` | Zalathar | -4/+4 |
| 2023-07-25 | Auto merge of #114011 - RalfJung:place-projection, r=oli-obk | bors | -16/+16 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -16/+16 |
| 2023-07-22 | Add #[inline] to core debug assertion helpers | Ben Kimock | -8/+2 |
| 2023-07-21 | Auto merge of #113344 - scottmcm:alt-slice-zst-handing, r=the8472 | bors | -12/+12 |
| 2023-07-20 | Propagate ScalarPair for any type. | Camille GILLOT | -8/+14 |
| 2023-07-20 | Also propagate ScalarPair operands. | Camille GILLOT | -6/+12 |
| 2023-07-20 | Always propagate into operands. | Camille GILLOT | -134/+113 |
| 2023-07-20 | Get `!nonnull` metadata consistently in slice iterators, without needing `ass... | Scott McMurray | -12/+12 |
| 2023-07-19 | Turn copy into moves during DSE. | Camille GILLOT | -26/+87 |
| 2023-07-14 | Auto merge of #109025 - cjgillot:refprop-dbg, r=JakobDegen | bors | -862/+648 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -2/+2 |
| 2023-07-10 | Call super for debuginfo. | Camille GILLOT | -287/+250 |
| 2023-07-10 | Perform reference propagation earlier. | Camille GILLOT | -69/+79 |
| 2023-07-10 | Enable by default. | Camille GILLOT | -760/+573 |
| 2023-07-08 | Rollup merge of #113217 - ericmarkmartin:lower-type-relative-ctor-to-adt, r=c... | Matthias Krüger | -0/+41 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -70/+70 |
| 2023-07-05 | Deal with fallout | Boxy | -1/+1 |
| 2023-07-05 | rename constants in mir dump test | Eric Mark Martin | -8/+8 |
| 2023-07-05 | add mir dump test | Eric Mark Martin | -0/+41 |
| 2023-06-28 | Auto merge of #112307 - lcnr:operand-ref, r=compiler-errors | bors | -1/+1 |
| 2023-06-23 | Bless tests | Gary Guo | -341/+341 |
| 2023-06-21 | Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkin | bors | -84/+281 |
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -84/+281 |
| 2023-06-21 | Disable two mir opts that are known to be unsound | Oli Scherer | -169/+158 |
| 2023-06-19 | Promote unchecked_add/sub/mul/shl/shr to mir::BinOp | Scott McMurray | -167/+327 |
| 2023-06-19 | fix types in shim building | lcnr | -1/+1 |
| 2023-06-19 | Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrum | bors | -87/+440 |
| 2023-06-17 | Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk | bors | -12/+17 |
| 2023-06-17 | Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` output | Zalathar | -3/+6 |
| 2023-06-16 | [libs] Simplify `unchecked_{shl,shr}` | Scott McMurray | -87/+440 |