about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sync/worker_local.rs
AgeCommit message (Expand)AuthorLines
2025-03-04Revert "compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsa...Askar Safin-5/+6
2025-02-11compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsafe impl ...Askar Safin-6/+5
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-36/+8
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
2024-03-04Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnrMatthias Krüger-1/+1
2024-02-15Use generic `NonZero` internally.Markus Reiter-3/+3
2024-02-12constify a couple thread_local staticsMatthias Krüger-1/+1
2023-11-23Enforce NonZeroUsize on thread countMark Rousskov-4/+7
2023-09-25Rename `cold_path` to `outline`John Kåre Alsaker-6/+2
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-3/+3
2023-08-22Fix races conditions with `SyntaxContext` decodingJohn Kåre Alsaker-0/+6
2023-07-31remove repetitive wordscui fliter-1/+1
2023-05-18Remove unused `impl<T> WorkerLocal<Vec<T>>`.Nicholas Nethercote-7/+0
2023-04-16Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structuresJohn Kåre Alsaker-0/+180