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
/
poison.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Update poison.rs
Martin Ombura Jr.
-1
/
+1
2025-06-27
Update poison.rs to fix the typo (sys->sync)
Kurt Heiritz (pseudo)
-1
/
+1
2025-04-27
use generic Atomic type where possible
Christopher Durham
-2
/
+2
2025-01-02
Move some things to `std::sync::poison` and reexport them in `std::sync`
Pavel Grigorenko
-3
/
+84
2024-11-30
Add value accessor methods to `Mutex` and `RwLock`
EFanZh
-17
/
+18
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+0
2024-07-26
Fix doc nits
John Arundel
-2
/
+2
2024-03-12
Use `min_exhaustive_patterns` in core & std
Nadrieril
-0
/
+8
2024-02-25
Auto merge of #117107 - zachs18:mapped-mutex-guard, r=Amanieu
bors
-0
/
+1
2023-12-05
Allow cloning `poison::Guard`s.
Zachary S
-0
/
+1
2022-08-15
Optimize poison guards to ZSTs when panic=abort
Tyler Mandry
-2
/
+49
2022-06-19
Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-se
bors
-0
/
+1
2022-06-09
Avoid `thread::panicking()` in non-poisoning methods of `Mutex` and `RwLock`
Josh Stone
-1
/
+8
2022-06-06
Make all {Mutex, Condvar, RwLock}::new #[inline].
Mara Bos
-0
/
+1
2022-04-26
Add functions to un-poison Mutex and RwLock
Thayne McCombs
-0
/
+5
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-04-22
Move `sys_common::poison` to `sync::poison`
Christiaan Dirkx
-0
/
+259