| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-04-19 | Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors | Matthias Krüger | -1/+3 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -1/+3 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -4/+5 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -4/+5 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-04-15 | fix clippy::{clone_on_copy, useless_conversion} | Matthias Krüger | -1/+1 |
| 2023-04-06 | Auto merge of #110012 - matthiaskrgr:rollup-sgmm5xv, r=matthiaskrgr | bors | -2/+0 |
| 2023-04-06 | Remove f32 & f64 from MemDecoder/MemEncoder | Scott McMurray | -2/+0 |
| 2023-04-06 | Address comments | John Kåre Alsaker | -21/+12 |
| 2023-04-06 | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | -1/+6 |
| 2023-04-06 | Erase query cache values | John Kåre Alsaker | -18/+55 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 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-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-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-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 |