| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 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 | -11/+9 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -1/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -11/+9 |