summaryrefslogtreecommitdiff
path: root/compiler/rustc_data_structures/src/sync
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #107782 - Zoxc:worker-local, r=cjgillotbors2023-04-271-0/+180
|\
| * Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structuresJohn Kåre Alsaker2023-04-161-0/+180
* | Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle2023-04-241-1/+1
|/
* Fix some clippy::complexityNilstrieb2023-04-091-1/+1
* Another AppendOnlyVecOli Scherer2023-04-041-10/+21
* Replace another lock with an append-only vecOli Scherer2023-04-041-0/+16
* Remove a lock in favor of an AppendOnlyVecOli Scherer2023-04-041-2/+7
* Add a usize-indexed append-only-vecOli Scherer2023-04-041-2/+34
* Use a lock-free datastructure for `source_span`Oli Scherer2023-02-211-0/+41