| Age | Commit message (Expand) | Author | Lines |
| 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 | -110/+93 |
| 2023-09-11 | Auto merge of #115388 - Zoxc:sharded-lock, r=SparrowLii | bors | -7/+7 |
| 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 | -7/+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 | -4/+6 |
| 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-16 | Remove conditional use of `Sharded` from query caches | John Kåre Alsaker | -49/+7 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+4 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+4 |
| 2023-08-04 | replace few explicit use of parking_lot with rustc_data_structures::sync onces | klensy | -12/+11 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+1 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -1/+2 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+1 |
| 2023-07-19 | On nightly, dump ICE backtraces to disk | Esteban Küber | -12/+33 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -0/+1 |
| 2023-07-05 | Remove a redundant argument | Oli Scherer | -11/+5 |
| 2023-06-06 | Don't hold the active queries lock while calling `make_query` | John Kåre Alsaker | -4/+11 |
| 2023-05-23 | Don't leak the function that is called on drop | Maybe Waffle | -2/+2 |
| 2023-05-17 | Delay a bug when overwriting fed value. | Camille GILLOT | -10/+16 |
| 2023-05-14 | Specialize query execution for incremental and non-incremental | John Kåre Alsaker | -10/+36 |
| 2023-05-14 | Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot | bors | -52/+42 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -1/+1 |
| 2023-04-30 | Use dynamic dispatch for queries | John Kåre Alsaker | -52/+42 |
| 2023-04-26 | Add query accessor functions | John Kåre Alsaker | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-20 | Add info for no_hash panic. | Camille GILLOT | -1/+3 |
| 2023-04-20 | Re-allow computing fed queries. | Camille GILLOT | -3/+20 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -3/+4 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -3/+4 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -2/+2 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+3 |
| 2023-04-06 | Address comments | John Kåre Alsaker | -3/+4 |
| 2023-04-06 | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | -11/+17 |
| 2023-04-06 | Erase query cache values | John Kåre Alsaker | -19/+26 |
| 2023-03-30 | Remove an out-of-date comment on `QueryCache::lookup`. | Nicholas Nethercote | -3/+0 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -1/+1 |
| 2023-03-27 | no shadow plz | Michael Goulet | -2/+1 |
| 2023-03-25 | Auto merge of #109100 - Zoxc:merge-query-try, r=cjgillot | bors | -134/+134 |
| 2023-03-25 | Pass `tcx` directly | John Kåre Alsaker | -27/+26 |
| 2023-03-25 | Remove `DebugArg` | John Kåre Alsaker | -43/+5 |
| 2023-03-25 | Optimize `incremental_verify_ich` | John Kåre Alsaker | -35/+48 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -1/+1 |