| Age | Commit message (Expand) | Author | Lines |
| 2023-09-16 | make ty::Const debug printing less verbose | Ralf Jung | -6/+6 |
| 2023-09-14 | fix clippy (and MIR printing) handling of ConstValue::Indirect slices | Ralf Jung | -5/+5 |
| 2023-09-14 | bless all | Ralf Jung | -0/+152 |
| 2023-09-11 | Duplicate output for test. | Camille GILLOT | -0/+491 |
| 2023-09-11 | Support CopyForDeref. | Camille GILLOT | -4/+8 |
| 2023-09-11 | Handle reading statics. | Camille GILLOT | -2/+190 |
| 2023-09-11 | Support non-scalar constants. | Camille GILLOT | -12/+122 |
| 2023-09-11 | Disentangle `Debug` and `Display` for `Ty`. | Nicholas Nethercote | -7/+311 |
| 2023-09-10 | Encode only MIR that can be used by other crates | Tomasz Miąsko | -1/+1 |
| 2023-09-08 | Auto merge of #115612 - cjgillot:const-prop-int, r=oli-obk | bors | -26/+1695 |
| 2023-09-07 | Add test where slice is a const. | Camille GILLOT | -17/+136 |
| 2023-09-06 | Propagate PlaceElem::Index. | Camille GILLOT | -16/+32 |
| 2023-09-06 | Support array length. | Camille GILLOT | -26/+709 |
| 2023-09-06 | Implement algebraic simplifications. | Camille GILLOT | -0/+71 |
| 2023-09-06 | Support a few more rvalues. | Camille GILLOT | -0/+780 |
| 2023-09-05 | Refactor how MIR represents composite debuginfo. | Camille GILLOT | -15/+42 |
| 2023-09-05 | Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obk | Matthias Krüger | -0/+123 |
| 2023-09-04 | read_via_copy: don't prematurely optimize away the read | Ralf Jung | -0/+2 |
| 2023-09-01 | Support debuginfo for custom MIR. | Camille GILLOT | -0/+123 |
| 2023-09-01 | update tests that are ignored by debug | Ding Xiang Fei | -271/+319 |
| 2023-08-30 | lower ExprKind::Use, LogicalOp::Or and UnOp::Not | Ding Xiang Fei | -385/+413 |
| 2023-08-30 | mir-opt test before patch | Ding Xiang Fei | -0/+299 |
| 2023-08-27 | Auto merge of #115231 - saethlin:dont-ignore-wasm, r=Mark-Simulacrum | bors | -21/+18 |
| 2023-08-25 | Remove some wasm/emscripten ignores | Ben Kimock | -21/+18 |
| 2023-08-25 | Auto merge of #115138 - cjgillot:dse-move-packed, r=compiler-errors | bors | -0/+56 |
| 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 |