| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: delete Sync and Send | Askar Safin | -10/+5 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -4/+4 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -2/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+3 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -6/+6 |
| 2023-05-16 | Fixup comments | Maybe Waffle | -4/+4 |
| 2023-05-16 | Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob` | Maybe Waffle | -3/+32 |
| 2023-05-05 | Disallow (min) specialization imps with no items | Matthew Jasper | -0/+2 |
| 2023-04-07 | Mark `OwnedSlice::{deref, borrow}` as `#[inline]` | Maybe Waffle | -0/+2 |
| 2023-04-06 | Add basic tests for `OwnedSlice` | Maybe Waffle | -0/+3 |
| 2023-04-06 | Use `FnOnce` for `slice_owned` instead of `Fn` | Maybe Waffle | -2/+2 |
| 2023-04-05 | Add context to phantom comment | Nilstrieb | -2/+2 |
| 2023-04-05 | Implement `OwnedSlice` | Maybe Waffle | -0/+113 |
