| Age | Commit message (Expand) | Author | Lines |
| 2023-05-15 | Auto merge of #111570 - compiler-errors:ct-err, r=BoxyUwU | bors | -1/+1 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -1/+1 |
| 2023-05-13 | Implement references VarDebugInfo. | Camille GILLOT | -0/+4 |
| 2023-05-11 | Rollup merge of #108705 - clubby789:refutable-let-closure-borrow, r=cjgillot | Matthias Krüger | -1/+3 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+6 |
| 2023-05-02 | update and add a few tests | Deadbeef | -0/+6 |
| 2023-05-01 | Box AssertKind | Ben Kimock | -1/+1 |
| 2023-04-30 | Bail out of MIR construction if `check_match` fails | clubby789 | -1/+3 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -5/+5 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -0/+7 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -2/+9 |
| 2023-04-21 | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | -0/+7 |
| 2023-04-21 | minor tweaks | DrMeepster | -2/+2 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -2/+2 |
| 2023-04-21 | offset_of | DrMeepster | -4/+11 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -49/+29 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -8/+8 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -1/+5 |
| 2023-04-11 | Add Offset binary op to custom mir | Andy Wang | -0/+5 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -1/+5 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -20/+45 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -0/+3 |
| 2023-04-06 | Fix new usage of old api | Gary Guo | -4/+4 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -1/+1 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -2/+6 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -15/+36 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -0/+1 |
| 2023-04-03 | Add Span to StmtKind::Let. | Camille GILLOT | -0/+2 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -9/+9 |
| 2023-04-02 | Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obk | bors | -15/+11 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -15/+11 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -3/+3 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -1/+1 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -8/+11 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -4/+2 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+4 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -23/+33 |
| 2023-03-23 | Rollup merge of #109475 - scottmcm:simpler-shifts, r=WaffleLapkin | Matthias Krüger | -23/+33 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+4 |
| 2023-03-22 | Generate simpler MIR for shifts | Scott McMurray | -23/+33 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -1/+2 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -2/+2 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -2/+2 |
| 2023-03-20 | Use builtin_index instead of match | Andy Wang | -5/+2 |
| 2023-03-20 | Support aggregate expressions | Andy Wang | -0/+25 |
| 2023-03-18 | address review comments | Joshua Nelson | -24/+46 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -47/+45 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -22/+63 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -18/+18 |