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
Age
Commit message (
Expand
)
Author
Lines
2021-01-22
Remove delay-binding for Win XP and Vista
Arlie Davis
-145
/
+81
2021-01-13
Fix typo saeled -> sealed
David Tolnay
-1
/
+1
2021-01-13
ExitStatusExt windows: Retrospectively seal this trait
Ian Jackson
-1
/
+15
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-12-22
Migrate standard library away from compare_and_swap
Linus Färnstrand
-3
/
+3
2020-12-16
Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnay
bors
-78
/
+135
2020-12-14
Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu
bors
-0
/
+299
2020-12-10
Windows TLS: ManuallyDrop instead of mem::forget
Ralf Jung
-7
/
+4
2020-11-28
Remove now-unnecessary `miri_static_root` invocation
oli
-13
/
+0
2020-11-20
Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se
bors
-0
/
+1
2020-11-19
Auto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simulacrum
bors
-23
/
+28
2020-11-19
Extend meta parameters to all generated code in compat_fn.
Josh Matthews
-0
/
+1
2020-11-15
Make the libstd build script smaller
bjorn3
-0
/
+14
2020-11-14
Disambiguate symlink argument names
David Tolnay
-23
/
+28
2020-11-07
Refactor `parse_prefix` on Windows
Christiaan Dirkx
-78
/
+135
2020-10-11
Auto merge of #77727 - thomcc:mach-info-order, r=Amanieu
bors
-19
/
+17
2020-10-09
Remove some dead code in windows-gnu std
Mateusz Mikuła
-64
/
+0
2020-10-08
Implement the same optimization in windows/time
Thom Chiovoloni
-19
/
+17
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
/
+179
2020-10-06
Add Keyed Events API to sys::windows::c.
Mara Bos
-0
/
+32
2020-10-06
Add WaitOnAddress/WakeByAddress API to sys::windows::c.
Mara Bos
-0
/
+16
2020-10-04
Auto merge of #77380 - fusion-engineering-forks:unbox-the-mutex, r=dtolnay
bors
-0
/
+7
2020-10-02
Auto merge of #77029 - ehuss:command-access, r=dtolnay
bors
-1
/
+47
2020-10-02
No longer put windows condvars in a box.
Mara Bos
-1
/
+1
2020-10-02
Make it possible to have unboxed condvars on specific platforms.
Mara Bos
-0
/
+2
2020-10-02
No longer put windows mutexes in a box.
Mara Bos
-1
/
+4
2020-10-02
Make it possible to have unboxed mutexes on specific platforms.
Mara Bos
-0
/
+2
2020-10-01
Work around potential merging/duplication issues in sys/windows/compat.
Mara Bos
-3
/
+19
2020-10-01
Formatting.
Mara Bos
-5
/
+1
2020-10-01
Use AcquireSRWLockExclusive::is_available() instead of an extra lookup.
Mara Bos
-17
/
+6
2020-10-01
Improve std::sys::windows::compat.
Mara Bos
-28
/
+35
2020-09-26
Add accessors to Command.
Eric Huss
-1
/
+47
2020-09-16
Avoid creating `&mut`s in Windows ReentrantMutex.
Mara Bos
-7
/
+7
2020-09-16
Don't use `mut` in Windows Mutex.
Mara Bos
-9
/
+7
2020-09-12
Small cleanups in Windows Mutex.
Mara Bos
-32
/
+32
2020-09-11
Update `std::os` module documentation.
Christiaan Dirkx
-1
/
+3
2020-09-08
Capitalize safety comments
Flying-Toast
-2
/
+2
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-121
/
+114
2020-08-29
Explicitly look for 'thumb-mode' before using __fastfail on 'arm'
Ryan Levick
-1
/
+1
2020-08-28
Back to opcode for 32 bit ARM __fastfail
Ryan Levick
-1
/
+1
2020-08-28
Switch to asm! macro and use brk instruction on ARM
Ryan Levick
-3
/
+3
2020-08-27
Add __fastfail for Windows on arm/aarch64
Ryan Levick
-3
/
+13
2020-08-25
Auto merge of #75364 - rylev:libpanic-abort-failfast, r=alexcrichton
bors
-8
/
+4
2020-08-21
Make raw standard stream constructors const
Tomasz Miąsko
-6
/
+6
[prev]
[next]