| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Convert `ShardedHashMap` to use `hashbrown::HashTable` | Josh Stone | -31/+15 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-09 | Auto merge of #138267 - matthiaskrgr:rollup-vt76bhs, r=matthiaskrgr | bors | -7/+5 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -6/+5 |
| 2025-03-09 | Auto merge of #137563 - FractalFir:dep_graph_cap, r=nnethercote | bors | -2/+1 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -6/+5 |
| 2025-03-05 | Rollup merge of #137731 - SparrowLii:waiter, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -2/+15 |
| 2025-03-05 | resume one waiter at a call | root | -2/+15 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -1/+1 |
| 2025-02-27 | Changed the dependency graph to start preallocated with 128 capacity | Michał Kostrubiec | -2/+1 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -14/+5 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -1/+1 |
| 2025-02-13 | Rollup merge of #136858 - safinaskar:parallel-cleanup-2025-02-11-07-54, r=Spa... | Jacob Pratt | -2/+2 |
| 2025-02-11 | compiler: remove rustc_target reexport of rustc_abi::HashStableContext | Jubilee Young | -1/+1 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: remove atomics, but not AtomicU64! | Askar Safin | -2/+2 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -8/+9 |
| 2025-02-04 | Rollup merge of #136465 - nnethercote:rustc_middle-MORE, r=jieyouxu | Jacob Pratt | -13/+26 |
| 2025-02-04 | Remove `dep_node` comment duplication. | Nicholas Nethercote | -13/+26 |
| 2025-02-03 | Notes on types/traits used for in-memory query caching | Zalathar | -5/+23 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -8/+9 |
| 2025-01-16 | Properly note when query stack is being cut off | Michael Goulet | -3/+3 |
| 2025-01-13 | remove code duplication when hashing query result and interning node | Martin Zacho | -42/+36 |
| 2025-01-07 | don't return an Option from try_find_dep_kind | Martin Zacho | -5/+5 |
| 2025-01-06 | improve diagnostics for const eval query overflow | Martin Zacho | -14/+12 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -3/+2 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -18/+10 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -3/+3 |
| 2024-12-04 | Make sure to record deps from cached task in new solver on first run | Michael Goulet | -5/+20 |
| 2024-11-19 | Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnr | bors | -62/+33 |
| 2024-11-15 | Improve VecCache under parallel frontend | Mark Rousskov | -62/+33 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -75/+15 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -75/+15 |
| 2024-11-03 | replace manual time convertions with std ones | klensy | -1/+1 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -2/+2 |
| 2024-10-25 | Introduce `Enabled{Lang,Lib}Feature` | 许杰友 Jieyou Xu (Joe) | -0/+17 |
| 2024-10-23 | stop hashing compile-time constant | Ralf Jung | -6/+1 |
| 2024-10-23 | rename lang feature lists to include LANG | Ralf Jung | -1/+1 |
| 2024-10-23 | remove no longer needd UnstableFeature type | Ralf Jung | -1/+1 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |
| 2024-10-22 | make some rustc_feature internals private, and ensure invariants with debug a... | Ralf Jung | -2/+2 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -3/+3 |
| 2024-10-01 | add unstable support for outputting file checksums for use in cargo | Jacob Kiesel | -0/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -13/+13 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_query_system`. | Nicholas Nethercote | -10/+11 |