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
/
windows
/
thread_parker.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2022-04-25
std: directly use pthread in UNIX parker implementation
joboet
-7
/
+13
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-6
/
+6
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-01-29
Resolve DLL imports at CRT startup, not on demand
Arlie Davis
-6
/
+6
2020-12-22
Update library/std/src/sys/windows/thread_parker.rs
Linus Färnstrand
-1
/
+1
2020-12-22
Fix compare_and_swap in Windows thread_parker
Linus Färnstrand
-1
/
+1
2020-10-06
Formatting.
Mara Bos
-1
/
+2
2020-10-06
Add comment documenting NtWaitForKeyedEvent's timeout interpretation.
Mara Bos
-2
/
+4
2020-10-06
Add documentation to Windows thread parker implementation.
Mara Bos
-1
/
+60
2020-10-06
Fix typos in comments.
Mara Bos
-2
/
+2
2020-10-06
Improve windows thread parker.
Mara Bos
-24
/
+34
2020-10-06
Add fast futex-based thread parker for Windows.
Mara Bos
-0
/
+178