| Age | Commit message (Expand) | Author | Lines |
| 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-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-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-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 |
| 2023-09-08 | Make the deadlock panic clearly refer to a deadlock | John Kåre Alsaker | -1/+3 |
| 2023-09-08 | Add optimized lock methods for `Sharded` | John Kåre Alsaker | -16/+10 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -4/+5 |
| 2023-09-07 | Auto merge of #110050 - saethlin:better-u32-encoding, r=nnethercote | bors | -43/+381 |
| 2023-09-06 | Add comments with the same level of detail as the PR description | Ben Kimock | -12/+54 |
| 2023-09-04 | Use a specialized varint + bitpacking scheme for DepGraph encoding | Ben Kimock | -44/+340 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -33/+7 |
| 2023-09-01 | Use `OnceLock` for `SingleCache` | John Kåre Alsaker | -6/+6 |
| 2023-08-30 | Don't use `wait_for_query` without the Rayon thread pool | John Kåre Alsaker | -13/+13 |
| 2023-08-29 | Auto merge of #114894 - Zoxc:sharded-cfg-cleanup2, r=cjgillot | bors | -47/+10 |
| 2023-08-27 | Pass ErrorGuaranteed to cycle error | Michael Goulet | -6/+10 |
| 2023-08-25 | Fix waiting on a query that panicked | John Kåre Alsaker | -1/+12 |
| 2023-08-24 | Optimize `lock_shards` | John Kåre Alsaker | -9/+5 |
| 2023-08-24 | Remove conditional use of `Sharded` from query state | John Kåre Alsaker | -43/+10 |
| 2023-08-24 | Auto merge of #114860 - Zoxc:sharded-layout, r=SparrowLii | bors | -1/+1 |
| 2023-08-16 | Remove conditional use of `Sharded` from query caches | John Kåre Alsaker | -49/+7 |