| Age | Commit message (Expand) | Author | Lines |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -1/+1 |
| 2023-03-21 | AsLocalKey trait | Michael Goulet | -1/+1 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -9/+9 |
| 2023-03-11 | Ensure value is on the on-disk cache before returning. | Camille GILLOT | -3/+35 |
| 2023-03-07 | Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillot | bors | -44/+90 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-02-26 | Derive Default for query structs | John Kåre Alsaker | -9/+1 |
| 2023-02-26 | Avoid implementing Debug for QueryConfig | John Kåre Alsaker | -1/+1 |
| 2023-02-26 | Make `rustc_query_system` take `QueryConfig` by instance. | John Kåre Alsaker | -44/+98 |
| 2023-02-25 | Move `ensure_sufficient_stack` to `try_execute_query` callers | John Kåre Alsaker | -3/+1 |
| 2023-02-21 | Upgrade `thin-vec` from 0.2.9 to 0.2.12. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Auto merge of #108058 - Zoxc:query-ctxtx-byval, r=cjgillot | bors | -13/+13 |
| 2023-02-16 | Move provider fields back to rustc_query_impl | John Kåre Alsaker | -10/+17 |
| 2023-02-16 | Factor query arena allocation out from query caches | John Kåre Alsaker | -31/+40 |
| 2023-02-14 | Pass `DepContext` and `QueryContext` by value when practical | John Kåre Alsaker | -13/+13 |
| 2023-02-09 | Simplify `tls::enter_context`. | Nicholas Nethercote | -1/+1 |
| 2023-02-06 | remove unused imports | klensy | -1/+0 |
| 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 |