about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sync/lock.rs
AgeCommit message (Expand)AuthorLines
2025-06-22remove allow(dead_code) leftovers from serial/parallel compilerklensy-2/+0
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-184/+125
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-10/+11
2024-05-30Apply x clippy --fix and x fmtr0cky-1/+1
2024-03-20Workaround for rustdoc bug in new betaMark Rousskov-0/+1
2023-11-14Fix some typoscui fliter-2/+2
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