| Age | Commit message (Expand) | Author | Lines |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -4/+4 |
| 2023-12-18 | Use `.into_diagnostic()` less. | Nicholas Nethercote | -4/+2 |
| 2023-12-18 | Rename many `DiagCtxt` and `EarlyDiagCtxt` locals. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -3/+3 |
| 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 | -2/+2 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -13/+1 |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delayed_span_bugs` as `HandlerInner::span_delayed_bugs`. | Nicholas Nethercote | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 2023-11-29 | Auto merge of #118348 - Mark-Simulacrum:feature-code-size, r=compiler-errors | bors | -4/+4 |
| 2023-11-27 | QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang... | klensy | -8/+5 |
| 2023-11-26 | Cut code size for feature hashing | Mark Rousskov | -4/+4 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -1/+1 |
| 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-23 | Rollup merge of #118169 - SparrowLii:deadlock_issue, r=compiler-errors | Matthias Krüger | -6/+12 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -1/+1 |
| 2023-11-23 | Nit of deadlock detected | SparrowLii | -1/+1 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -1/+1 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-22 | print query map for deadlock when using parallel front end | SparrowLii | -6/+12 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -6/+6 |
| 2023-11-21 | Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir | Michael Goulet | -2/+0 |
| 2023-11-16 | Reduce exposure of things. | Nicholas Nethercote | -30/+27 |
| 2023-11-15 | Remove unused features. | Nicholas Nethercote | -2/+0 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -3/+5 |
| 2023-10-28 | Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco | Jubilee | -22/+4 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -1/+13 |
| 2023-10-22 | fix broken link: update incremental compilation url | gvozdvmozgu | -1/+1 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+3 |
| 2023-10-08 | Remove -Zdep-tasks. | Camille GILLOT | -22/+4 |
| 2023-10-03 | Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwco | Matthias Krüger | -2/+0 |
| 2023-09-27 | Auto merge of #116163 - compiler-errors:lazyness, r=oli-obk | bors | -3/+1 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -3/+1 |
| 2023-09-25 | Rename `cold_path` to `outline` | John Kåre Alsaker | -2/+2 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -331/+364 |
| 2023-09-20 | Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLapkin | bors | -3/+5 |
| 2023-09-20 | PR feedback | Ben Kimock | -4/+1 |
| 2023-09-20 | Cleanup unused messages in ftl files | yukang | -2/+0 |
| 2023-09-12 | Use `UnhashMap` for the index | John Kåre Alsaker | -2/+3 |
| 2023-09-12 | Encode the number of dep kinds encountered in the dep graph | John Kåre Alsaker | -3/+15 |
| 2023-09-12 | Store a index per dep node kind | John Kåre Alsaker | -7/+14 |
| 2023-09-10 | Reimplement FileEncoder with a small-write optimization | Ben Kimock | -3/+8 |
| 2023-09-11 | Auto merge of #115388 - Zoxc:sharded-lock, r=SparrowLii | bors | -16/+10 |
| 2023-09-10 | Auto merge of #115668 - Zoxc:deadlock-msg, r=jackh726 | bors | -1/+3 |