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
/
library
/
std
/
src
/
sync
/
reentrant_lock.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-22
Mutex/RwLock/ReentrantLock::data_ptr to be const fn
Peter Lyons Kehl
-1
/
+1
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-5
/
+4
2025-05-21
Add ReentrantLock::data_ptr
Jonas Platte
-0
/
+11
2025-05-19
fix data race in ReentrantLock fallback for targets without 64bit atomics
Ralf Jung
-2
/
+6
2025-04-27
use generic Atomic type where possible
Christopher Durham
-3
/
+4
2025-01-26
Move std::sync unit tests to integration tests
bjorn3
-4
/
+4
2024-09-29
Fix std tests for wasm32-wasip2 target
Nicola Krumschmidt
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-02
chore: remove repetitive words
cuishuang
-1
/
+1
2024-07-18
Rollup merge of #124881 - Sp00ph:reentrant_lock_tid, r=joboet
Matthias Krüger
-23
/
+115
2024-07-18
Update `ReentrantLock` implementation, add `CURRENT_ID` thread local.
Markus Everling
-23
/
+115
2024-07-14
std: Unsafe-wrap std::sync
Jubilee Young
-1
/
+3
2024-05-24
Add manual Sync impl for ReentrantLockGuard
Jacob Lifshay
-0
/
+3
2024-03-12
std: move `Once` implementations to `sys`
joboet
-1
/
+1
2024-02-23
std: make `ReentrantLock` public
joboet
-0
/
+320