| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-17 | Ignore substs when checking inlining history. | Camille GILLOT | -0/+25 |
| 2022-08-17 | pass when where clause found | ouz-a | -0/+197 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -1/+0 |
| 2022-08-12 | make some const prop tests unit-test | Nilstrieb | -38/+60 |
| 2022-08-11 | Rollup merge of #100192 - tmiasko:rm-duplicated-locals, r=nagisa | Dylan DPC | -26/+22 |
| 2022-08-10 | Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr | bors | -186/+167 |
| 2022-08-10 | Rollup merge of #100086 - JakobDegen:better-tests, r=wesleyweiser | Matthias Krüger | -186/+167 |
| 2022-08-09 | Add more `// unit-test`s to MIR opt tests | Jakob Degen | -186/+167 |
| 2022-08-10 | Rollup merge of #100314 - JakobDegen:test-docs, r=RalfJung | Matthias Krüger | -0/+12 |
| 2022-08-09 | Mention `unit-test` in MIR opt test README | Jakob Degen | -0/+12 |
| 2022-08-07 | Remove even more box syntax uses from src/test | est31 | -1/+1 |
| 2022-08-06 | ./x.py test --bless | Tomasz Miąsko | -26/+22 |
| 2022-08-02 | Avoid invalidating the CFG in MirPatch. | Jakob Degen | -172/+0 |
| 2022-07-28 | bless mir opt tests | Nilstrieb | -9912/+9912 |
| 2022-07-26 | Allow try_to_raw_bytes on u8 array | Michael Goulet | -0/+307 |
| 2022-07-12 | ignore wasm=32 & bless | ouz-a | -130/+133 |
| 2022-07-12 | add new rval, pull deref early | ouz-a | -76/+68 |
| 2022-07-09 | tweak names and output and bless | Ralf Jung | -217/+219 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -81/+81 |
| 2022-07-06 | fix miri-opt tests | Takayuki Maeda | -10/+10 |
| 2022-07-05 | Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung | bors | -0/+143 |
| 2022-07-04 | Auto merge of #98446 - nnethercote:derive-no-match-destructuring, r=scottmcm | bors | -66/+46 |