| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -3/+3 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -17/+15 |
| 2023-04-17 | Rollup merge of #104055 - AndyJado:bck_errors, r=davidtwco | Matthias Krüger | -240/+474 |
| 2023-04-16 | Move some utils out of `rustc_const_eval` | Nilstrieb | -6/+46 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -17/+15 |
| 2023-04-15 | fix clippy::{clone_on_copy, useless_conversion} | Matthias Krüger | -1/+1 |
| 2023-04-13 | Remove `ToRegionVid`. | Nicholas Nethercote | -55/+32 |
| 2023-04-13 | Remove `impl ToRegionVid for RegionVid`. | Nicholas Nethercote | -23/+12 |
| 2023-04-13 | Make `Region::as_var` infallible. | Nicholas Nethercote | -15/+4 |
| 2023-04-13 | rm var_span_label to var_subdiag & eager subdiag | AndyJado | -240/+474 |
| 2023-04-12 | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | -60/+35 |
| 2023-04-12 | Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726 | Matthias Krüger | -44/+17 |
| 2023-04-12 | Rename `NllVisitor` as `RegionRenumberer`. | Nicholas Nethercote | -6/+6 |
| 2023-04-11 | Add `sym::anon`. | Nicholas Nethercote | -7/+4 |
| 2023-04-11 | Use the existing `static` and `env` symbols instead of interning. | Nicholas Nethercote | -8/+7 |
| 2023-04-11 | Fix `RegionCtxt::preference_value`. | Nicholas Nethercote | -3/+1 |
| 2023-04-11 | Introduce `Region::get_name_or_anon`. | Nicholas Nethercote | -27/+6 |
| 2023-04-11 | Rename a variable. | Nicholas Nethercote | -2/+2 |
| 2023-04-11 | Inline and remove `renumber_regions`. | Nicholas Nethercote | -19/+6 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -16/+18 |
| 2023-04-07 | Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote | bors | -14/+14 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -4/+2 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -10/+12 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -5/+5 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -2/+6 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -24/+23 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -15/+18 |
| 2023-04-03 | Doc-comment `IndexVec::from_elem` and use it in a few more places | Scott McMurray | -2/+2 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -26/+28 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -13/+13 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -3/+4 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -3/+4 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+1 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+1 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -13/+16 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -3/+3 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+7 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -9/+4 |
| 2023-03-23 | Auto merge of #108861 - b-naber:eager-nll-type-relating, r=lcnr | bors | -29/+18 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+7 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -9/+4 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -11/+8 |
| 2023-03-22 | print sccs_info strings correctly | b-naber | -5/+6 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -24/+12 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -15/+7 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -1/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -15/+7 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -9/+4 |
| 2023-03-17 | Remove VecMap | Michael Goulet | -11/+8 |