| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Avoid using unnecessary queries when printing the query stack in panics | John Kåre Alsaker | -2/+7 |
| 2024-03-03 | Add a proper `with_no_queries` to printing | John Kåre Alsaker | -11/+4 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -2/+2 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -4/+2 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+3 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-09 | Rollup merge of #119527 - klensy:ordering, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -2/+2 |
| 2024-01-08 | Value recovery can take the whole CycleError | Michael Goulet | -3/+3 |
| 2024-01-06 | don't reexport atomic::ordering via rustc_data_structures, use std import | klensy | -1/+1 |
| 2023-12-31 | Remove two unused feature gates from rustc_query_impl | bjorn3 | -3/+0 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -2/+5 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -1/+1 |
| 2023-12-19 | rename to verbose-internals | jyn | -2/+5 |
| 2023-11-27 | QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang... | klensy | -7/+7 |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -2/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-10-28 | Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco | Jubilee | -2/+0 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -0/+3 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-08 | Remove useless debugging. | Camille GILLOT | -2/+0 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -15/+28 |
| 2023-09-10 | Remove `verbose_generic_activity_with_arg` | John Kåre Alsaker | -2/+1 |
| 2023-08-27 | Pass ErrorGuaranteed to cycle error | Michael Goulet | -4/+5 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-23 | fix couple of clippy findings: | Matthias Krüger | -1/+1 |
| 2023-06-27 | Avoid calling queries during query stack printing | Oli Scherer | -3/+3 |
| 2023-06-21 | Make queries traceable again | Oli Scherer | -1/+9 |
| 2023-05-21 | Add comment | John Kåre Alsaker | -0/+2 |
| 2023-05-21 | Replace `QueryStruct` with arrays local to `rustc_query_impl` | John Kåre Alsaker | -69/+72 |
| 2023-05-19 | Merge some query impl modules into one | John Kåre Alsaker | -143/+125 |
| 2023-05-18 | Merge query property modules into one | John Kåre Alsaker | -25/+25 |
| 2023-05-18 | Auto merge of #108938 - chenyukang:yukang/fix-107910-shorten-ice, r=cjgillot | bors | -35/+58 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -35/+58 |
| 2023-05-17 | Finish move of query.rs | John Kåre Alsaker | -4/+3 |
| 2023-05-16 | Auto merge of #108062 - Zoxc:spec-incr, r=cjgillot | bors | -7/+37 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -3/+3 |
| 2023-05-14 | Specialize query execution for incremental and non-incremental | John Kåre Alsaker | -7/+37 |
| 2023-04-30 | Use dynamic dispatch for queries | John Kåre Alsaker | -162/+287 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -205/+144 |
| 2023-04-26 | Move on_disk_cache.rs | John Kåre Alsaker | -1064/+0 |
| 2023-04-26 | Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot | bors | -44/+12 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-23 | Rewrite MemDecoder around pointers not a slice | Ben Kimock | -44/+12 |
| 2023-04-21 | Rollup merge of #110632 - saethlin:panic-if-dep-graph-too-big, r=lcnr | Dylan DPC | -1/+1 |
| 2023-04-20 | Panic instead of truncating if the dep graph is too big | Ben Kimock | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -32/+1 |