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
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
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
2021-06-04
Remove unused code from `rustc_data_structures::sync`
Joshua Nelson
-110
/
+0
2020-10-29
Use RwLock instead of Lock for SourceMap::files
Tomasz Miąsko
-1
/
+1
2020-08-30
datastructures: replace `once_cell` crate with an impl from std
marmeladema
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+658
[prev]