index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_data_structures
/
src
/
sync.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-06
use portable AtomicU64 for powerPC and MIPS
SparrowLii
-1
/
+9
2023-10-23
Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot
bors
-1
/
+1
2023-10-20
Avoid a `track_errors` by bubbling up most errors from `check_well_formed`
Oli Scherer
-1
/
+1
2023-10-19
Initiate the inner usage of `cfg_match`
Caio
-3
/
+4
2023-09-11
Rollup merge of #115548 - Zoxc:parallel-extract, r=wesleywiser
Matthias Krüger
-171
/
+5
2023-09-08
Remove the `LockMode` enum and `dispatch`
John Kåre Alsaker
-1
/
+1
2023-09-08
Refactor `Lock` implementation
John Kåre Alsaker
-2
/
+1
2023-09-06
Extract parallel operations in `rustc_data_structures::sync` into a new `para...
John Kåre Alsaker
-171
/
+5
2023-09-02
Rename `Freeze` to `FreezeLock`
John Kåre Alsaker
-1
/
+1
2023-09-02
Add `Freeze` type and use it to store `Definitions`
John Kåre Alsaker
-0
/
+3
2023-09-01
Use `OnceLock` for `SingleCache`
John Kåre Alsaker
-2
/
+2
2023-08-30
Use a `parallel_guard` function to handle the parallel guard
John Kåre Alsaker
-60
/
+55
2023-08-30
Use `Mutex` to avoid issue with conditional locks
John Kåre Alsaker
-4
/
+3
2023-08-30
Add `ParallelGuard` type to handle unwinding in parallel sections
John Kåre Alsaker
-121
/
+68
2023-08-30
Make parallel! an expression
John Kåre Alsaker
-2
/
+2
2023-08-30
Use conditional synchronization for Lock
John Kåre Alsaker
-86
/
+19
2023-05-25
rustc_data_structures: sync and atomic consistency
Michael Howell
-6
/
+6
2023-05-25
rustc_metadata: specialize private_dep flag with `fetch_and`
Michael Howell
-13
/
+4
2023-05-25
rustc_metadata: use configurable AtomicBool for privateness flag
Michael Howell
-0
/
+14
2023-05-16
Remove `MetadataRef` type alias
Maybe Waffle
-3
/
+0
2023-05-16
Merge `MetadataRef` type aliases
Maybe Waffle
-4
/
+3
2023-05-06
correct literals for dyn thread safe
SparrowLii
-12
/
+12
2023-05-06
rename relative names in `sync`
SparrowLii
-17
/
+22
2023-05-06
fix `parallel!`
SparrowLii
-0
/
+7
2023-05-06
fix some nits
SparrowLii
-13
/
+12
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-38
/
+195
2023-04-16
Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structures
John Kåre Alsaker
-29
/
+7
2023-04-08
Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb
bors
-26
/
+7
2023-04-05
Yeet `owning_ref`
Maybe Waffle
-18
/
+0
2023-04-05
Use `OwnedSlice` instead of `owning_ref`
Maybe Waffle
-3
/
+3
2023-04-05
Implement `OwnedSlice`
Maybe Waffle
-5
/
+4
2023-04-04
Use a simpler atomic operation than the `compare_exchange` hammer
Oli Scherer
-0
/
+8
2023-04-04
Add a usize-indexed append-only-vec
Oli Scherer
-1
/
+1
2023-04-04
Remove a fishy Clone impl
Oli Scherer
-8
/
+0
2023-03-30
Remove `RwLock::clone_guard`.
Nicholas Nethercote
-12
/
+0
2023-03-30
Improve the `rustc_data_structures::sync` module doc comment.
Nicholas Nethercote
-14
/
+39
2023-02-21
Use a lock-free datastructure for `source_span`
Oli Scherer
-0
/
+4
2023-02-03
Disallow impl autotrait for trait object
David Tolnay
-2
/
+2
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-1
/
+1
2022-11-01
Add track_caller to some Lock methods
Cameron Steffen
-0
/
+11
2022-09-06
Move `Queries::new` out of the macro
Joshua Nelson
-1
/
+1
2022-08-16
needless separation of impl blocks
Tshepang Mbambo
-2
/
+0
2022-07-19
use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items`
SparrowLii
-1
/
+1
2022-07-06
Allow to create definitions inside the query system.
Camille GILLOT
-0
/
+27
2022-06-27
catch unwind of every iter in parallel mode during wfcheck
SparrowLii
-2
/
+5
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-1
/
+1
2022-06-16
Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`
Maybe Waffle
-1
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-06-04
Unify parallel and non-parallel APIs
Joshua Nelson
-2
/
+54
[next]