| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 |
| 2023-05-18 | Remove unused `impl<T> WorkerLocal<Vec<T>>`. | Nicholas Nethercote | -7/+0 |
| 2023-04-27 | Auto merge of #107782 - Zoxc:worker-local, r=cjgillot | bors | -0/+180 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-16 | Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structures | John Kåre Alsaker | -0/+180 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+1 |
| 2023-04-04 | Another AppendOnlyVec | Oli Scherer | -10/+21 |
| 2023-04-04 | Replace another lock with an append-only vec | Oli Scherer | -0/+16 |
| 2023-04-04 | Remove a lock in favor of an AppendOnlyVec | Oli Scherer | -2/+7 |
| 2023-04-04 | Add a usize-indexed append-only-vec | Oli Scherer | -2/+34 |
| 2023-02-21 | Use a lock-free datastructure for `source_span` | Oli Scherer | -0/+41 |
