| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb | Jacob Pratt | -1/+1 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -88/+0 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -12/+12 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 |
| 2025-02-22 | Fix overcapturing, unsafe extern blocks, and new unsafe ops | Michael Goulet | -1/+1 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-21 | Allow SliceIndex to be indexed by ranges. | Jason Newcomb | -1/+1 |
| 2025-02-21 | Stacker now handles miri using a noop impl itself | bjorn3 | -12/+0 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -88/+0 |
| 2025-02-17 | Enforce T: Hash for Interned<...> | Mark Rousskov | -1/+4 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -159/+6 |
| 2025-02-15 | Replace some u64 hashes with Hash64 | Ben Kimock | -0/+5 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsafe impl ... | Askar Safin | -6/+5 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: delete Sync and Send | Askar Safin | -11/+5 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: remove atomics, but not AtomicU64! | Askar Safin | -8/+2 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: delete Weak | Askar Safin | -2/+1 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: delete MappedLockGuard | Askar Safin | -3/+2 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: remove "impl Clone for RwLock" | Askar Safin | -8/+0 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: these RwLock methods are never ca... | Askar Safin | -20/+0 |
| 2025-02-08 | Rustfmt | bjorn3 | -92/+88 |
| 2025-02-06 | Rollup merge of #136580 - bjorn3:miri_fixes, r=lqd | Matthias Krüger | -8/+20 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -6/+5 |
| 2025-02-05 | Couple of changes to run rustc in miri | bjorn3 | -8/+20 |
| 2025-02-05 | Auto merge of #136094 - davidv1992:upgrade-elsa, r=oli-obk | bors | -1/+1 |
| 2025-02-03 | Notes on types/traits used for in-memory query caching | Zalathar | -0/+13 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -6/+5 |
| 2025-01-31 | Overhaul `to_readable_str`. | Nicholas Nethercote | -0/+31 |
| 2025-01-29 | Upgrade elsa to the newest version. | David Venhoek | -1/+1 |
| 2025-01-28 | Rollup merge of #136149 - cuviper:rustc-rayon-indexmap, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-01-27 | Flip the `rustc-rayon`/`indexmap` dependency order | Josh Stone | -2/+2 |
| 2025-01-26 | Incorporate `iter_nodes` into `graph::DirectedGraph` | Zalathar | -2/+18 |
| 2025-01-21 | bumpt compiler and tools to windows 0.59 | klensy | -3/+3 |
| 2025-01-16 | Auto merge of #135592 - matthiaskrgr:rollup-4t69l7i, r=matthiaskrgr | bors | -0/+53 |
| 2025-01-16 | Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplett | Matthias Krüger | -0/+88 |
| 2025-01-16 | coverage: Completely overhaul counter assignment, using node-flow graphs | Zalathar | -0/+10 |
| 2025-01-14 | Add wrapper type `ReversedGraph` for swapping successors/predecessors | Zalathar | -0/+43 |
| 2025-01-12 | De-abstract tagged pointer abstraction | Boxy | -984/+290 |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -19/+19 |
| 2024-12-27 | MatchBranchSimplification: Consider empty-unreachable otherwise branch | clubby789 | -0/+7 |
| 2024-12-22 | Adjust syntax | Caio | -0/+88 |
| 2024-12-13 | Remove jobserver from Session | bjorn3 | -1/+1 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -0/+4 |
| 2024-11-20 | Add `UnordMap::clear` method | Guillaume Gomez | -0/+5 |
| 2024-11-19 | Auto merge of #124780 - Mark-Simulacrum:lockless-cache, r=lcnr | bors | -0/+421 |
| 2024-11-15 | Improve VecCache under parallel frontend | Mark Rousskov | -0/+421 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -841/+430 |
| 2024-10-24 | Replace an FTP link in comments with an equivalent HTTPS link | Zalathar | -1/+1 |
| 2024-10-22 | Move `cmp_in_dominator_order` out of graph dominator computation | Zalathar | -22/+1 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -1/+0 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+0 |