1
Fork 0
rust/compiler/rustc_data_structures/src/sync
Nicholas Nethercote 55505ab1d3 Add unreachable_pub to RUSTC_LINT_FLAGS for compiler/ crates.
And fix the new errors in the handful of crates that didn't have a
`#![warn(unreachable_pub)]`.
2025-03-11 13:14:21 +11:00
..
freeze.rs compiler/rustc_data_structures/src/sync.rs: remove atomics, but not AtomicU64! 2025-02-11 08:57:36 +03:00
lock.rs Delete the cfg(not(parallel)) serial compiler 2024-11-12 13:38:58 +00:00
parallel.rs Add unreachable_pub to RUSTC_LINT_FLAGS for compiler/ crates. 2025-03-11 13:14:21 +11:00
vec.rs Greatly simplify lifetime captures in edition 2024 2025-02-22 22:24:52 +00:00
worker_local.rs Revert "compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsafe impl Sync"" 2025-03-04 15:32:55 +03:00