| Age | Commit message (Expand) | Author | Lines |
| 2022-10-13 | Bless tests | Gary Guo | -23/+47 |
| 2022-10-08 | Rollup merge of #102778 - nbdd0121:mir, r=tmiasko | Matthias Krüger | -0/+67 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -16/+16 |
| 2022-10-07 | Fix test | Gary Guo | -10/+11 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -1/+0 |
| 2022-10-07 | Fix MIR inlining of asm_unwind | Gary Guo | -0/+66 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -16/+16 |
| 2022-09-26 | Rollup merge of #101996 - b-naber:binder-print, r=lcnr | Matthias Krüger | -55/+55 |
| 2022-09-26 | address review | b-naber | -55/+55 |
| 2022-09-26 | bless tests | b-naber | -6/+6 |
| 2022-09-26 | actually fix line number | Pietro Albini | -2/+2 |
| 2022-09-26 | fix line number in expected test output | Pietro Albini | -2/+2 |
| 2022-09-26 | applease tidy | Pietro Albini | -1/+0 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -24/+24 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -24/+24 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | bless tests | b-naber | -1/+1 |
| 2022-09-21 | Rollup merge of #102045 - RalfJung:const-prop-regression-fix, r=oli-obk | Dylan DPC | -0/+120 |
| 2022-09-20 | fix ConstProp handling of written_only_inside_own_block_locals | Ralf Jung | -0/+120 |
| 2022-09-18 | add miri test via const fn | Ding Xiang Fei | -1/+1 |
| 2022-09-18 | add mir-opt test | Ding Xiang Fei | -0/+84 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -25/+24 |
| 2022-09-14 | address review again | b-naber | -374/+12 |
| 2022-09-14 | Prefer explict closure sig types over expected ones | Oli Scherer | -1/+1 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -161/+161 |
| 2022-09-13 | rebase | b-naber | -42/+22 |
| 2022-09-13 | bless tests | b-naber | -8/+389 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -44/+40 |
| 2022-09-08 | Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebank | Dylan DPC | -12/+12 |
| 2022-09-07 | Rollup merge of #101435 - JakobDegen:bitwidth-tests, r=wesleywiser | Matthias Krüger | -1152/+12 |
| 2022-09-06 | Shrink span for bindings with subpatterns. | Camille GILLOT | -12/+12 |
| 2022-09-06 | Test bump | Oli Scherer | -448/+2 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -1/+1 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -1/+120 |
| 2022-09-04 | Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTH | Jakob Degen | -1598/+12 |
| 2022-09-01 | Simplify MIR opt tests | Jakob Degen | -1509/+742 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -49/+68 |
| 2022-08-29 | Rollup merge of #100239 - RalfJung:const-prop-uninit, r=oli-obk | Dylan DPC | -1/+2 |
| 2022-08-28 | Use the declaration's SourceInfo for FnEntry retags, not the outermost | Ben Kimock | -8/+8 |
| 2022-08-27 | remove an ineffective check in const_prop | Ralf Jung | -1/+2 |
| 2022-08-23 | ./x.py test --bless | Tomasz Miąsko | -149/+34 |
| 2022-08-22 | Auto merge of #99762 - Nilstrieb:unreachable-prop, r=oli-obk | bors | -155/+265 |
| 2022-08-22 | Auto merge of #100881 - Dylan-DPC:rollup-q9rr658, r=Dylan-DPC | bors | -38/+60 |
| 2022-08-22 | Rollup merge of #99770 - Nilstrieb:mir-pass-unit-test, r=oli-obk | Dylan DPC | -38/+60 |
| 2022-08-22 | bless mir-opt tests | Nilstrieb | -384/+384 |
| 2022-08-21 | bless mir-opt tests | Nilstrieb | -155/+265 |
| 2022-08-19 | Rollup merge of #100598 - ouz-a:91633, r=compiler-errors | Dylan DPC | -0/+197 |
| 2022-08-19 | Rollup merge of #100522 - cjgillot:inline-polymorphic-recursion, r=tmiasko | Dylan DPC | -0/+25 |