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
/
sys
/
sync
/
once
Age
Commit message (
Expand
)
Author
Lines
2025-07-13
Add comment why we use zero for COMPLETE
Orson Peters
-1
/
+4
2025-07-13
Use zero for initialized Once state
Orson Peters
-8
/
+8
2025-04-27
use generic Atomic type where possible
Christopher Durham
-5
/
+5
2025-01-02
Move some things to `std::sync::poison` and reexport them in `std::sync`
Pavel Grigorenko
-3
/
+3
2024-11-27
update cfgs
Boxy
-2
/
+0
2024-11-18
std: allow after-main use of synchronization primitives
joboet
-4
/
+5
2024-10-28
we can now enable the 'const stable fn must be stable' check
Ralf Jung
-1
/
+1
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-1
/
+1
2024-10-17
Abstract the state type for futexes
Paul Menage
-14
/
+13
2024-09-17
Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`
Chayim Refael Friedman
-0
/
+27
2024-07-31
std: fix busy-waiting in `Once::wait_force`, add more tests
joboet
-4
/
+8
2024-07-31
std: implement the `once_wait` feature
joboet
-94
/
+178
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+3
2024-07-17
Auto merge of #125942 - timokroeger:windows-once-futex, r=ChrisDenton
bors
-0
/
+1
2024-07-17
Prevent double reference in generic futex
Chris Denton
-1
/
+1
2024-06-04
Windows: Use futex implementation for `Once`
Timo Kröger
-0
/
+1
2024-03-12
std: move `Once` implementations to `sys`
joboet
-0
/
+576