| Age | Commit message (Expand) | Author | Lines |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -10/+7 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -4/+7 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -3/+3 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -4/+7 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -1/+1 |
| 2023-12-19 | Introduce `DiagCtxt::struct_bug`. | Nicholas Nethercote | -0/+1 |
| 2023-12-18 | Use `.into_diagnostic()` less. | Nicholas Nethercote | -3/+2 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -5/+5 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -10/+10 |
| 2023-12-18 | Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`. | Nicholas Nethercote | -1/+1 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -14/+14 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -37/+33 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -4/+4 |
| 2023-12-17 | Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillot | Matthias Krüger | -0/+7 |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -0/+4 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -2/+2 |
| 2023-12-15 | Split `Handler::emit_diagnostic` in two. | Nicholas Nethercote | -1/+1 |
| 2023-12-15 | Change `msg: impl Into<String>` for bug diagnostics. | Nicholas Nethercote | -1/+1 |
| 2023-12-13 | fix: Overlapping spans in delimited meta-vars | EliseZeroTwo | -0/+7 |
| 2023-12-13 | Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov | bors | -32/+191 |
| 2023-12-11 | Add support for `--env` on `tracked_env::var` | Guillaume Gomez | -0/+4 |
| 2023-12-11 | Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki | Guillaume Gomez | -85/+2 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -50/+78 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -27/+61 |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -85/+2 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -1/+1 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -1/+1 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -2/+9 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -5/+0 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -1/+1 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -1/+1 |
| 2023-12-04 | Remove some unused code, and downgrade some `pub`s. | Nicholas Nethercote | -5/+0 |
| 2023-12-03 | Detect attempts to expand a macro to a match arm again | Nadrieril | -0/+7 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -2/+2 |
| 2023-12-01 | Attempt to try to resolve blocking concerns | Caio | -32/+191 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -20/+16 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -3/+3 |
| 2023-12-02 | Rename `*note_without_error` as `*note`. | Nicholas Nethercote | -5/+3 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -3/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-25 | Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -1/+1 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -2/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -37/+35 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -7/+18 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -4/+4 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-02 | Replace two `create_default_session_if_not_set_then` uses. | Nicholas Nethercote | -2/+2 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+1 |