| Age | Commit message (Expand) | Author | Lines |
| 2022-07-04 | Don't use match-destructuring for derived ops on structs. | Nicholas Nethercote | -66/+46 |
| 2022-07-02 | Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk | bors | -11/+97 |
| 2022-07-01 | Ignore test with panic=abort. | Camille GILLOT | -12/+14 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -20/+20 |
| 2022-06-30 | Skip inlining if there are normalization issues. | Camille GILLOT | -0/+57 |
| 2022-06-30 | Check history earlier. | Camille GILLOT | -11/+38 |
| 2022-06-30 | Change enum->int casts to not go through MIR casts. | Oli Scherer | -0/+143 |
| 2022-06-28 | emit Retag for compound types with reference fields | Ralf Jung | -0/+2 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -42/+72 |
| 2022-06-20 | Auto merge of #97931 - xldenis:fix-if-let-source-scopes, r=nagisa | bors | -165/+179 |
| 2022-06-15 | fix inline_into_box_place test | DrMeepster | -19/+23 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -25/+51 |
| 2022-06-14 | Only create scopes for if let | Xavier Denis | -846/+736 |
| 2022-06-14 | fix wrong evaluation in clippy | b-naber | -6/+6 |
| 2022-06-14 | address review | b-naber | -27/+27 |
| 2022-06-14 | manually bless 32-bit mir-opt tests | b-naber | -25/+25 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -47/+47 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-10 | Actually fix | Xavier Denis | -756/+872 |
| 2022-06-10 | Revert "More minimal changes" | Xavier Denis | -68/+76 |
| 2022-06-10 | More minimal changes | Xavier Denis | -76/+68 |
| 2022-06-10 | Fix `SourceScope` for `if let` bindings. | Xavier Denis | -85/+93 |
| 2022-06-07 | Preserve unused pointer to address casts | Tomasz Miąsko | -0/+28 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -216/+214 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+1 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -4/+4 |
| 2022-05-31 | Auto merge of #97582 - tmiasko:pointer-address-cast, r=oli-obk | bors | -4/+4 |
| 2022-05-31 | Auto merge of #97570 - JakobDegen:dse-test, r=tmiasko | bors | -326/+21 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -4/+4 |
| 2022-05-30 | Fix TLS access mir opt test and remove stale files | Jakob Degen | -326/+21 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -3/+219 |
| 2022-05-24 | Fix/bless tests broken by DSE | Jakob Degen | -289/+185 |
| 2022-05-24 | Add dead store elimination pass | Jakob Degen | -2/+167 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -74/+76 |
| 2022-05-21 | update mir dumps | lcnr | -38/+38 |
| 2022-05-18 | Add mir-opt test for asm_unwind + panic=abort | Luqman Aden | -0/+40 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -18/+94 |
| 2022-05-12 | Bless mir-opt tests. | Camille GILLOT | -18/+94 |
| 2022-05-12 | Add mir-opt test. | Camille GILLOT | -0/+157 |
| 2022-05-09 | Use `FxIndexSet` to avoid sorting fake borrows | Aaron Hill | -4/+4 |
| 2022-05-06 | bless mir-opt | Ralf Jung | -30/+30 |
| 2022-05-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -4/+12 |
| 2022-04-29 | exp-stuff-dirty | ouz-a | -136/+32 |
| 2022-04-25 | Auto merge of #96116 - ouz-a:mir-opt, r=oli-obk | bors | -215/+516 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -33/+123 |
| 2022-04-21 | Rollup merge of #96236 - Aaron1011:constraint-debug, r=jackh726 | Dylan DPC | -13/+13 |
| 2022-04-20 | Rollup merge of #93313 - tmiasko:uninhabited, r=tmandry | Dylan DPC | -26/+25 |
| 2022-04-19 | Add an explicit `Span` field to `OutlivesConstraint` | Aaron Hill | -13/+13 |
| 2022-04-16 | Switch some tests over to new MIR opt unit tests | Jakob Degen | -33/+123 |
| 2022-04-16 | fix CI err | ouz-a | -1/+12 |