about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sync/lock.rs
AgeCommit message (Expand)AuthorLines
2023-09-08Remove the `LockMode` enum and `dispatch`John Kåre Alsaker-102/+74
2023-09-08Refactor `Lock` implementationJohn Kåre Alsaker-240/+208
2023-09-08Add optimized lock methods for `Sharded`John Kåre Alsaker-14/+73
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-0/+276