| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -0/+1 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -8/+8 |
| 2024-08-28 | Update stacker to 0.1.17 | Rain | -1/+1 |
| 2024-08-13 | Update `indexmap` and use `IndexMap::append` | Josh Stone | -1/+1 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -1/+3 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -1/+3 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-08-08 | Tweak wording | Nadrieril | -1/+4 |
| 2024-08-08 | Add `Steal::is_stolen()` | Nadrieril | -0/+6 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -3/+3 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -1/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -144/+158 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2024-07-15 | Use dep: for crate dependencies | Michael Goulet | -1/+1 |
| 2024-07-11 | Use uplifted `rustc-stable-hash` crate in `rustc_data_structures` | Urgau | -1049/+22 |
| 2024-07-04 | Auto merge of #127226 - mat-1:optimize-siphash-round, r=nnethercote | bors | -5/+6 |
| 2024-07-01 | Optimize SipHash by reordering compress instructions | mat | -5/+6 |
| 2024-07-01 | rustc_data_structures: fix wrong markdown syntax | Michael Howell | -2/+2 |
| 2024-06-28 | rustc_data_structures: Explicitly check for 64-bit atomics support | John Paul Adrian Glaubitz | -9/+7 |
| 2024-06-27 | Auto merge of #126907 - glaubitz:sparc-fixes, r=nagisa | bors | -7/+7 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -1/+1 |
| 2024-06-25 | Auto merge of #126326 - eggyal:ununsafe-StableOrd, r=michaelwoerister | bors | -17/+54 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -1/+1 |
| 2024-06-24 | Replace `MaybeUninit::uninit_array()` with array repeat expression. | Kevin Reid | -2/+1 |
| 2024-06-24 | rustc_data_structures: Use portable AtomicU64 on 32-bit SPARC | John Paul Adrian Glaubitz | -7/+7 |
| 2024-06-22 | Ensure careful consideration is given by impls | Alan Egerton | -7/+43 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -2/+3 |
| 2024-06-16 | Use Linux file locking on Redox | Jeremy Soller | -0/+4 |
| 2024-06-14 | Rollup merge of #126368 - nnethercote:rm-more-unused-crate-deps, r=jackh726 | Matthias Krüger | -1/+5 |
| 2024-06-13 | Remove some unnecessary crate dependencies. | Nicholas Nethercote | -1/+5 |
| 2024-06-12 | Address code review comments on the comments | Amanda Stjerna | -1/+4 |
| 2024-06-12 | Revise documentation after @lqd's comments | Amanda Stjerna | -8/+4 |
| 2024-06-12 | Remove a few unnecessary constructions | Amanda Stjerna | -4/+7 |
| 2024-06-12 | Slightly faster version of `find_state` | Amanda Stjerna | -24/+27 |
| 2024-06-12 | Docstring for for `Annotation` | Amanda Stjerna | -2/+12 |
| 2024-06-12 | Formatting, weird because I just did that | Amanda Stjerna | -2/+3 |
| 2024-06-12 | Simplify path compression logic | Amanda Stjerna | -17/+2 |
| 2024-06-12 | Documentation fixes | Amanda Stjerna | -8/+7 |
| 2024-06-12 | Extend SCC construction to enable extra functionality | Amanda Stjerna | -129/+472 |
| 2024-06-12 | Un-unsafe the `StableOrd` trait | Alan Egerton | -16/+17 |
| 2024-06-12 | Require any function with a tait in its signature to actually constrain a hid... | Oli Scherer | -11/+16 |
| 2024-06-10 | Remove some unused crate dependencies. | Nicholas Nethercote | -2/+1 |
| 2024-05-30 | Apply x clippy --fix and x fmt | r0cky | -8/+8 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+0 |
| 2024-05-11 | Rollup merge of #124818 - compiler-errors:ena, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-05-09 | Remove `enum_from_u32`. | Nicholas Nethercote | -38/+0 |
| 2024-05-09 | Remove `vec_linked_list`. | Nicholas Nethercote | -71/+0 |
| 2024-05-09 | Remove `TinyList`. | Nicholas Nethercote | -236/+0 |
| 2024-05-09 | Document `Pu128`. | Nicholas Nethercote | -1/+3 |
| 2024-05-08 | Remove `extern crate tracing`. | Nicholas Nethercote | -4/+6 |