| Age | Commit message (Expand) | Author | Lines |
| 2024-06-25 | Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoerister | bors | -1/+4 |
| 2024-06-22 | Ensure careful consideration is given by impls | Alan Egerton | -0/+3 |
| 2024-06-19 | Allow for try_force_from_dep_node to fail | Michael Baikov | -7/+11 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -2/+2 |
| 2024-06-12 | Un-unsafe the `StableOrd` trait | Alan Egerton | -1/+1 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -2/+4 |
| 2024-06-06 | Make the panic info more useful | Oli Scherer | -2/+1 |
| 2024-05-21 | Add a footer in FileEncoder and check for it in MemDecoder | Ben Kimock | -7/+3 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -6/+5 |
| 2024-04-29 | Remove `extern crate rustc_data_structures` from `rustc_query_system`. | Nicholas Nethercote | -18/+19 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -4/+4 |
| 2024-04-22 | Rollup merge of #124252 - michaelwoerister:better-forbidden-read-ice, r=oli-obk | Guillaume Gomez | -1/+44 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-22 | Add more context to the forbidden dep-graph read ICE error message. | Michael Woerister | -1/+5 |
| 2024-04-22 | Improve ICE message for forbidden dep-graph reads. | Michael Woerister | -1/+40 |
| 2024-04-11 | remove some things that do not need to be | Matthias Krüger | -6/+1 |
| 2024-04-06 | Remove sharding for VecCache | Mark Rousskov | -13/+6 |
| 2024-04-05 | Auto merge of #122070 - Zoxc:dep-edges-from-previous, r=cjgillot | bors | -43/+179 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-03-26 | Remove `CacheSelector` trait now that we can use GATs | Oli Scherer | -43/+1 |
| 2024-03-23 | Add some comments and do some renames | John Kåre Alsaker | -4/+22 |
| 2024-03-23 | Encode dep graph edges directly from the previous graph when promoting | John Kåre Alsaker | -42/+160 |
| 2024-03-12 | Rollup merge of #122245 - saethlin:check-dep-graph-size, r=petrochenkov | Jubilee | -3/+7 |
| 2024-03-10 | Auto merge of #122064 - Zoxc:dep-graph-encode-tweaks, r=cjgillot | bors | -74/+33 |
| 2024-03-09 | Detect truncated incr comp files | Ben Kimock | -3/+7 |
| 2024-03-09 | Some tweaks to the parallel query cycle handler | John Kåre Alsaker | -16/+8 |
| 2024-03-06 | Avoid the double lock around `EncoderState` | John Kåre Alsaker | -17/+18 |
| 2024-03-06 | Remove profiling from `intern_node` | John Kåre Alsaker | -32/+5 |
| 2024-03-06 | Add a profiler reference to `GraphEncoder` | John Kåre Alsaker | -32/+17 |
| 2024-03-02 | Don't panic when waiting on poisoned queries | John Kåre Alsaker | -3/+2 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -2/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -4/+4 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -3/+3 |
| 2024-02-22 | Rollup merge of #121401 - eltociear:patch-25, r=nnethercote | Matthias Krüger | -1/+1 |
| 2024-02-22 | Adjust the `has_errors*` methods. | Nicholas Nethercote | -1/+1 |
| 2024-02-22 | Fix typo in serialized.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+3 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -4/+4 |
| 2024-02-14 | Remove `force_print_diagnostic`. | Nicholas Nethercote | -10/+10 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -3/+2 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -1/+2 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -1/+1 |
| 2024-01-20 | Auto merge of #108359 - Zoxc:side-effects-tweak, r=cjgillot | bors | -6/+8 |
| 2024-01-20 | Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system | John Kåre Alsaker | -6/+8 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -58/+2 |
| 2024-01-16 | Simplify BodyId hashing. | Camille GILLOT | -58/+2 |
| 2024-01-16 | Auto merge of #119977 - Mark-Simulacrum:defid-cache, r=cjgillot | bors | -2/+80 |
| 2024-01-15 | Cache local DefId-keyed queries without hashing | Mark Rousskov | -2/+80 |