| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-04-08 | fix "still mutable" ice while metrics are enabled | Jane Losare-Lusby | -1/+1 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: remove atomics, but not AtomicU64! | Askar Safin | -2/+2 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -4/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8/+7 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -16/+45 |
| 2023-09-08 | Add Freeze::clone | John Kåre Alsaker | -0/+10 |
| 2023-09-07 | Use `Freeze` for `SourceFile.lines` | John Kåre Alsaker | -0/+12 |
| 2023-09-07 | Use `Freeze` for `SourceFile.external_src` | John Kåre Alsaker | -3/+44 |
| 2023-09-06 | Use a reference to the lock in the guards | John Kåre Alsaker | -15/+14 |
| 2023-09-02 | Rename `Freeze` to `FreezeLock` | John Kåre Alsaker | -7/+7 |
| 2023-09-02 | Add some comments | John Kåre Alsaker | -1/+4 |
| 2023-09-02 | Use `RwLock` for `Freeze` | John Kåre Alsaker | -8/+10 |
| 2023-09-02 | Add `Freeze` type and use it to store `Definitions` | John Kåre Alsaker | -0/+104 |
