| Age | Commit message (Expand) | Author | Lines |
| 2023-06-16 | remove box_free and replace with drop impl | DrMeepster | -12/+17 |
| 2023-06-16 | Ignore the always part of #[inline(always)] in MIR inlining | Ben Kimock | -929/+343 |
| 2023-06-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -24071/+21785 |
| 2023-06-12 | bless mir-opt | Pietro Albini | -38/+11189 |
| 2023-06-12 | properly mark tests that require panic=abort | Pietro Albini | -104/+108 |
| 2023-06-04 | Auto merge of #112240 - cjgillot:recurse-inline, r=scottmcm | bors | -265/+386 |
| 2023-06-03 | Only check inlining counter after recusing. | Camille GILLOT | -265/+386 |
| 2023-06-02 | Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obk | Michael Goulet | -29/+95 |
| 2023-06-01 | Rebase fallout. | Camille GILLOT | -272/+334 |
| 2023-06-01 | Remove brittle test. | Camille GILLOT | -46/+0 |
| 2023-06-01 | Restrict test to x64. | Camille GILLOT | -3/+4 |
| 2023-06-01 | Annotate needs-unwind. | Camille GILLOT | -17/+19 |
| 2023-06-01 | Remove duplication. | Camille GILLOT | -1406/+541 |
| 2023-06-01 | Remove spurious comments. | Camille GILLOT | -3/+0 |
| 2023-06-01 | Add chained comparison e2e test. | Camille GILLOT | -0/+400 |
| 2023-06-01 | Add e2e mir test for checked arithmetic. | Camille GILLOT | -0/+285 |
| 2023-06-01 | Add loop tests. | Camille GILLOT | -0/+1585 |
| 2023-06-01 | Make slice_filter a pre-codegen test. | Camille GILLOT | -1082/+341 |
| 2023-06-01 | Auto merge of #112040 - cjgillot:separate-const-switch, r=oli-obk | bors | -67/+32 |
| 2023-06-01 | Auto merge of #112002 - saethlin:enable-sroa, r=oli-obk,scottmcm | bors | -333/+262 |
| 2023-06-01 | Lower unchecked_{div, rem} to BinOp::{Div, Rem} | Scott McMurray | -29/+95 |
| 2023-05-31 | Enable ScalarReplacementOfAggregates | Ben Kimock | -333/+262 |
| 2023-05-31 | Only rewrite valtree-constants to patterns and keep other constants opaque | Oli Scherer | -1/+1 |
| 2023-05-29 | Make `TrustedStep` require `Copy` | Scott McMurray | -32/+128 |
| 2023-05-29 | Enable SeparateConstSwitch by default. | Camille GILLOT | -67/+32 |
| 2023-05-28 | Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillot | bors | -750/+750 |
| 2023-05-27 | Try enabling MatchBranchSimplification | Ben Kimock | -5/+42 |
| 2023-05-23 | Rollup merge of #111579 - scottmcm:enum-as-signed, r=oli-obk | Dylan DPC | -15/+145 |
| 2023-05-23 | Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obk | Dylan DPC | -129/+72 |
| 2023-05-21 | Normalize block and local orders in mir-opt tests | Scott McMurray | -750/+750 |
| 2023-05-20 | Don't inline functions with unsized args | Jakob Degen | -0/+65 |
| 2023-05-19 | Drive-by-cleanup: Don't emit `thir::ExprKind::NeverToAny` for `! -> !` | Maybe Waffle | -129/+72 |
| 2023-05-18 | Also assume wrap-around discriminants in `as` MIR building | Scott McMurray | -15/+145 |
| 2023-05-17 | Auto merge of #111568 - scottmcm:undo-opt, r=WaffleLapkin | bors | -139/+49 |
| 2023-05-17 | Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errors | bors | -4/+4 |
| 2023-05-16 | Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obk | bors | -189/+561 |
| 2023-05-16 | bless | Boxy | -4/+4 |
| 2023-05-15 | Address FIXME | Andy Wang | -11/+6 |
| 2023-05-15 | Add CopyForDeref to custom MIR | Andy Wang | -0/+28 |
| 2023-05-14 | Stop turning transmutes into discriminants in mir-opt | Scott McMurray | -139/+49 |
| 2023-05-14 | Merge return place with other locals in CopyProp. | Camille GILLOT | -189/+561 |
| 2023-05-13 | Add multiple borrow test. | Camille GILLOT | -55/+81 |
| 2023-05-13 | Do not ICE on deeply nested borrows. | Camille GILLOT | -0/+13 |
| 2023-05-13 | Iterate ReferencePropagation to fixpoint. | Camille GILLOT | -398/+797 |
| 2023-05-13 | Add mir-opt test. | Camille GILLOT | -0/+173 |
| 2023-05-13 | Support ConstantIndex in debuginfo. | Camille GILLOT | -12/+3 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -334/+331 |
| 2023-05-12 | Remove useless `assume`s from `slice::iter(_mut)` | Scott McMurray | -59/+265 |
| 2023-05-12 | Rollup merge of #111441 - cjgillot:issue-111422, r=JakobDegen | Matthias Krüger | -4/+170 |
| 2023-05-11 | Bless tests for portable-simd sync | Jubilee Young | -4/+4 |