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
Age
Commit message (
Expand
)
Author
Lines
2022-06-03
Use Drop instead of destroy() for locks.
Mara Bos
-62
/
+39
2022-06-02
Fix MIPS-specific signal bug
Michael Howell
-1
/
+10
2022-06-01
std: show signal number along with name
Michael Howell
-46
/
+50
2022-05-30
Remove "sys isn't exported yet" phrase
est31
-1
/
+0
2022-05-27
Call the OS function to set the main thread's name on program init
Wesley Wiser
-1
/
+15
2022-05-25
Disable unix::net::ancillary on BSD.
Mara Bos
-18
/
+2
2022-05-21
Fix typo in futex RwLock::write_contended.
Mara Bos
-3
/
+2
2022-05-21
Use GRND_INSECURE instead of /dev/urandom when possible
Jason A. Donenfeld
-0
/
+15
2022-05-19
std: fix deadlock in `Parker`
joboet
-4
/
+9
2022-05-19
Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-se
Yuki Okushi
-119
/
+31
2022-05-18
std: use an event flag based thread parker on SOLID
joboet
-3
/
+114
2022-05-18
Rollup merge of #96917 - marti4d:master, r=ChrisDenton
Dylan DPC
-4
/
+74
2022-05-17
Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se"
Mark Rousskov
-119
/
+31
2022-05-16
Improve error message for fallback RNG failure
Chris Martin
-1
/
+1
2022-05-15
fix use of SetHandleInformation on UWP
bdbai
-1
/
+13
2022-05-13
Address review feedback
Chris Martin
-31
/
+22
2022-05-11
Use `fcntl(fd, F_GETFD)` to detect if standard streams are open
Tomasz Miąsko
-31
/
+6
2022-05-11
to_timespec could be unused by some targets
Sébastien Marie
-0
/
+1
2022-05-11
avoid using both Some() and ? on linux/android/freebsd code
Sébastien Marie
-1
/
+1
2022-05-11
openbsd: convert futex timeout managment to Timespec usage
Sébastien Marie
-9
/
+7
2022-05-10
Make HashMap fall back to RtlGenRandom if BCryptGenRandom fails
Chris Martin
-4
/
+83
2022-05-11
Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett
Yuki Okushi
-29
/
+2
2022-05-10
Expose process main_thread_handle on Windows
unknown
-7
/
+38
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-29
/
+2
2022-05-09
Auto merge of #96802 - gimbles:windows_slice, r=thomcc
bors
-0
/
+1
2022-05-08
fix panic in Path::strip_prefix
name1e5s
-0
/
+12
2022-05-07
[fix] remove pub(crate) visibility
gimbles
-1
/
+1
2022-05-06
Share more unix SystemTime code
Josh Stone
-101
/
+57
2022-05-06
[feat] Make sys::windows::os_str::Slice repr(transparent)
gimbles
-1
/
+2
2022-05-06
Use statx's 64-bit times on 32-bit linux-gnu
Josh Stone
-38
/
+79
2022-05-06
Use __clock_gettime64 on 32-bit linux-gnu
Josh Stone
-0
/
+27
2022-05-06
unix: always use 64-bit Timespec
Josh Stone
-67
/
+65
2022-05-03
Round timeouts up to infinite in futex_wait on DragonFlyBSD.
Mara Bos
-9
/
+8
2022-05-03
Add #[cfg] in cfg_if for linux in unix/futex.
Mara Bos
-3
/
+5
2022-05-03
Don't use futexes on netbsd.
Mara Bos
-43
/
+5
2022-04-29
Disable pthread thread parker on futex platforms.
Mara Bos
-1
/
+5
2022-04-29
Always return false in futex_wake on {Free,DragonFly}BSD.
Mara Bos
-16
/
+13
2022-04-29
Use futex-based locks and thread parker on FreeBSD.
Mara Bos
-4
/
+59
2022-04-29
Use futex-based locks and thread parker on DragonFlyBSD.
Mara Bos
-1
/
+43
2022-04-29
Use futex-based locks and thread parker on NetBSD.
Mara Bos
-24
/
+52
2022-04-29
Use futex-based locks and thread parker on OpenBSD.
Mara Bos
-1
/
+52
2022-04-29
Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se
bors
-31
/
+107
2022-04-28
Auto merge of #96393 - joboet:pthread_parker, r=thomcc
bors
-9
/
+281
2022-04-28
Yield the thread when waiting to delete a file
Chris Denton
-0
/
+3
2022-04-28
std: simplify UNIX parker timeouts
joboet
-59
/
+21
2022-04-27
Note the importance of using sync pipes
Chris Denton
-1
/
+19
2022-04-26
Windows: Make stdin pipes synchronous
Chris Denton
-31
/
+85
2022-04-26
Add `set_inheritable` for Windows `Handle`s
Chris Denton
-0
/
+4
2022-04-26
Retry deleting a directory
Chris Denton
-2
/
+15
2022-04-25
Remove references to git.io
Eric Huss
-1
/
+2
[prev]
[next]