| Age | Commit message (Expand) | Author | Lines |
| 2023-02-02 | Don't cause a cycle when formatting query description that references a FnDef | Michael Goulet | -5/+8 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -3/+3 |
| 2023-01-03 | Enable query_impl doctests | CarsonV | -1/+1 |
| 2023-01-02 | Abolish `QueryVTable` in favour of more assoc items on `QueryConfig` | Nilstrieb | -19/+22 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -2/+2 |
| 2022-12-23 | Auto merge of #105550 - gimbles:master, r=Nilstrieb | bors | -11/+13 |
| 2022-12-23 | Use DepKind instead of &str | gimbles | -11/+13 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -1/+1 |
| 2022-11-30 | Auto merge of #104940 - cjgillot:query-feed-simple, r=oli-obk | bors | -1/+14 |
| 2022-11-29 | Sanity check computed value for feeable queries. | Camille GILLOT | -0/+13 |
| 2022-11-29 | Make verbose query description more useful. | Camille GILLOT | -1/+1 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -0/+6 |
| 2022-11-26 | Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514 | Matthias Krüger | -2/+1 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -6/+0 |
| 2022-11-24 | Unsupported query error now specifies if its unsupported for local or externa... | Sarthak Singh | -2/+1 |
| 2022-11-24 | Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki | bors | -588/+2 |
| 2022-11-08 | Make AbsoluteBytePos a u64. | Camille GILLOT | -3/+2 |
| 2022-11-06 | Remove one lifetime from `QueryKeyStringBuilder` | Nilstrieb | -36/+15 |
| 2022-11-05 | Merge `QueryDescription` into `QueryConfig` | Nilstrieb | -18/+15 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -1/+1 |
| 2022-11-01 | Move keys module. | Camille GILLOT | -588/+2 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -2/+3 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -0/+1 |
| 2022-10-14 | Remove the `describe` method from the `QueryDescription` trait | nils | -8/+4 |
| 2022-10-14 | Get rid of `rustc_query_description!` | Nilstrieb | -11/+9 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -4/+14 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-10-01 | Correct Key impl for HirId. | Camille GILLOT | -2/+2 |
| 2022-10-01 | Compute `lint_levels` by definition | Deadbeef | -1/+17 |
| 2022-09-26 | Auto merge of #101785 - jyn514:query-struct-fn-ptrs, r=cjgillot | bors | -56/+95 |
| 2022-09-25 | Move the `codegen_unit` debug assert from `rustc_query_system` to `query_impl` | Joshua Nelson | -0/+18 |
| 2022-09-25 | Use function pointers instead of macro-unrolled loops in rustc_query_impl | Joshua Nelson | -56/+95 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -0/+14 |
| 2022-09-24 | Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum | bors | -17/+0 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -17/+0 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -1/+1 |
| 2022-09-17 | Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebank | Matthias Krüger | -2/+27 |
| 2022-09-16 | Rollup merge of #101787 - compiler-errors:cache-rpitit, r=petrochenkov | Dylan DPC | -0/+6 |
| 2022-09-15 | Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot | bors | -8/+20 |
| 2022-09-15 | correct span, add help message and add UI test when query depth overflows | SparrowLii | -1/+26 |
| 2022-09-15 | add note for `layout_of` when query depth overflows | SparrowLii | -1/+1 |
| 2022-09-14 | cache collect_trait_impl_trait_tys | Michael Goulet | -0/+6 |
| 2022-09-14 | Correct Key impl for HirId. | Camille GILLOT | -2/+2 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -0/+17 |
| 2022-09-14 | Auto merge of #101307 - jyn514:simplify-storage, r=cjgillot | bors | -3/+26 |
| 2022-09-10 | Rollup merge of #101635 - jyn514:queries-new-derived, r=cjgillot | Dylan DPC | -15/+20 |
| 2022-09-09 | Remove unnecessary `TRY_LOAD_FROM_DISK` constant | Joshua Nelson | -5/+1 |
| 2022-09-09 | Move `TRY_LOAD_FROM_DISK` out of `rustc_queries` to `rustc_query_impl` | Joshua Nelson | -0/+3 |