| Age | Commit message (Expand) | Author | Lines |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -2/+12 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -2/+12 |
| 2022-06-14 | Only create scopes for if let | Xavier Denis | -21/+19 |
| 2022-06-10 | Actually fix | Xavier Denis | -8/+12 |
| 2022-06-10 | Revert "More minimal changes" | Xavier Denis | -9/+11 |
| 2022-06-10 | More minimal changes | Xavier Denis | -11/+9 |
| 2022-06-10 | Fix `SourceScope` for `if let` bindings. | Xavier Denis | -9/+11 |
| 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 | -2/+2 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -2/+2 |
| 2022-05-24 | Fix/bless tests broken by DSE | Jakob Degen | -6/+0 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -1/+1 |
| 2022-05-06 | bless mir-opt | Ralf Jung | -1/+1 |
| 2022-04-11 | Fix tests broken by deaggregation change | Jakob Degen | -0/+16 |
| 2022-04-05 | mir-interpret now treats unions as non-immediate, even if they have scalar la... | Oli Scherer | -40/+54 |
| 2022-02-22 | change `mir::Constant` in mir dumps | lcnr | -63/+14 |
| 2022-02-21 | Rollup merge of #94156 - tmiasko:pp-str, r=petrochenkov | Matthias Krüger | -32/+46 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -0/+9 |
| 2022-02-20 | Gracefully handle non-UTF-8 string slices when pretty printing | Tomasz Miąsko | -32/+46 |
| 2022-02-19 | Fix pretty printing of enums without variants | Tomasz Miąsko | -65/+71 |
| 2022-02-17 | Fix ScalarInt to char conversion | Tomasz Miąsko | -18/+38 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -0/+72 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -0/+72 |
| 2022-02-15 | bless mir-opt tests | b-naber | -0/+8 |
| 2022-02-15 | bless tests | b-naber | -17/+0 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -9/+9 |
| 2022-01-15 | initial revert | Ellen | -9/+9 |
| 2021-12-13 | Include rustc version in `rustc_span::StableCrateId` | pierwill | -9/+9 |
| 2021-11-30 | Update MIR opt tests with new name | Dylan MacKenzie | -3/+3 |
| 2021-10-06 | run remaining tests | Alexander | -4/+10 |
| 2021-09-25 | Bless tests | Gary Guo | -9/+26 |
| 2021-09-02 | Bless 32bit MIR opt tests | Matthew Jasper | -6/+6 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -8/+8 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -6/+6 |
| 2021-08-26 | update mir diffs | lcnr | -9/+9 |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -6/+6 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -2/+1 |
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -1/+2 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -2/+1 |
| 2021-07-14 | bless mir-opt, codegen, and remaining ui tests | Ralf Jung | -11/+11 |
| 2021-07-06 | Revert "Revert "Update mir opt tests"" | bjorn3 | -9/+9 |
| 2021-06-23 | Updated mir pretty print output | Deadbeef | -24/+0 |
| 2021-06-07 | Revert "Update mir opt tests" | bjorn3 | -9/+9 |
| 2021-05-30 | Update mir opt tests | bjorn3 | -9/+9 |
| 2021-05-17 | mir-opt bless for Size field being removed from Allocation | Ralf Jung | -10/+10 |
| 2021-03-31 | Make unevaluated DefId rendering deterministic | Oli Scherer | -9/+9 |
| 2021-03-23 | Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk | bors | -39/+39 |
| 2021-03-22 | only run RemoveZsts at mir-opt-level 3 and above | Erik Desjardins | -1/+2 |
| 2021-03-20 | bless mir-opt tests | lcnr | -18/+18 |
| 2021-03-15 | bless tests | Erik Desjardins | -40/+39 |