| Age | Commit message (Expand) | Author | Lines |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -10/+10 |
| 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/+31 |
| 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 | -3/+3 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -3/+3 |
| 2023-04-21 | offset_of | DrMeepster | -4/+33 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -97/+53 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+2 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -9/+9 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -11/+4 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -1/+5 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -12/+12 |
| 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-10 | Fix typos in compiler | DaniPopes | -12/+12 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -23/+50 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -492/+399 |
| 2023-04-06 | Fix new usage of old api | Gary Guo | -4/+4 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -2/+2 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -2/+6 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -17/+40 |
| 2023-04-04 | Rollup merge of #109838 - clubby789:non-exhaustive-span, r=Nilstrieb | Michael Goulet | -20/+23 |
| 2023-04-03 | Rename hir_id to lint_root. | Camille GILLOT | -10/+18 |
| 2023-04-03 | Only emit lint on refutable patterns. | Camille GILLOT | -8/+10 |
| 2023-04-03 | Expand parameters. | Camille GILLOT | -6/+10 |
| 2023-04-03 | Remove redundant field. | Camille GILLOT | -10/+4 |
| 2023-04-03 | Reinstate confusion note. | Camille GILLOT | -33/+26 |
| 2023-04-03 | Cleanup PatCtxt. | Camille GILLOT | -73/+23 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -408/+350 |
| 2023-04-03 | Add Span to StmtKind::Let. | Camille GILLOT | -0/+9 |
| 2023-04-03 | Shrink binding span. | Camille GILLOT | -8/+17 |
| 2023-04-03 | Make check_match take a LocalDefId. | Camille GILLOT | -7/+3 |
| 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-02 | Fix `non_exhaustive_omitted_patterns` lint span | clubby789 | -20/+23 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -3/+3 |
| 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-04-01 | Fix `non_exhaustive_omitted_patterns` on arguments | clubby789 | -0/+3 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -5/+5 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -5/+5 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -26/+31 |
| 2023-03-28 | Rollup merge of #108548 - jamen:master, r=compiler-errors | Matthias Krüger | -0/+10 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -0/+10 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -10/+8 |