| Age | Commit message (Expand) | Author | Lines |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-20 | Panic instead of truncating if the dep graph is too big | Ben Kimock | -1/+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 | -2/+3 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -2/+3 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -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 | -4/+3 |
| 2023-04-06 | Erase query cache values | John Kåre Alsaker | -4/+5 |
| 2023-03-11 | Ensure value is on the on-disk cache before returning. | Camille GILLOT | -3/+11 |
| 2023-03-07 | Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillot | bors | -11/+11 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-02-26 | Make `rustc_query_system` take `QueryConfig` by instance. | John Kåre Alsaker | -11/+11 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -1/+1 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -0/+6 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -6/+0 |
| 2022-11-08 | Make AbsoluteBytePos a u64. | Camille GILLOT | -3/+2 |
| 2022-11-05 | Merge `QueryDescription` into `QueryConfig` | Nilstrieb | -1/+1 |
| 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-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+1 |
| 2022-09-14 | cache collect_trait_impl_trait_tys | Michael Goulet | -0/+6 |
| 2022-08-20 | rmeta/query cache: don't write string values of preinterned symbols | klensy | -11/+23 |
| 2022-08-15 | cache strings while encoding/decoding to compiler artifacts | klensy | -1/+57 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -2/+1 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -5/+4 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -3/+2 |
| 2022-06-16 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -66/+26 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -3/+2 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -6/+6 |
| 2022-06-10 | Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1. | Nicholas Nethercote | -26/+66 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -6/+6 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -6/+6 |
| 2022-06-08 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -66/+26 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -83/+68 |
| 2022-06-03 | Remove emit_unit | bjorn3 | -5/+0 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -1/+1 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -5/+5 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -1/+1 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -6/+8 |
| 2022-05-13 | Cache more queries on disk. | Camille GILLOT | -4/+18 |
| 2022-02-20 | Move Sharded maps into each QueryCache impl | Mark Rousskov | -2/+2 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -64/+53 |
| 2022-01-19 | Show a more informative panic message when `DefPathHash` does not exist | Aaron Hill | -1/+3 |
| 2021-12-23 | Import `SourceFile`s from crate before decoding foreign `Span` | Aaron Hill | -0/+14 |
| 2021-12-14 | Remove `in_band_lifetimes` from `rustc_query_impl` | LegionMammal978 | -1/+1 |