| Age | Commit message (Expand) | Author | Lines |
| 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-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -4/+5 |
| 2023-10-30 | Remove `memoffset` dependency from `rustc_query_impl`. | Nicholas Nethercote | -3/+0 |
| 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-10-06 | Remove unneeded dependency. | Nicholas Nethercote | -1/+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-09-01 | remove some unused crate deps | klensy | -1/+0 |
| 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-06-05 | Update field-offset and enable unstable_offset_of | est31 | -1/+3 |
| 2023-05-26 | deps: bump crates | klensy | -1/+1 |
| 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/+289 |
| 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 |