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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-29
std: unify id-based thread parking implementations
joboet
-1
/
+1
2022-10-27
Use stdio in UWP apps
Chris Denton
-3
/
+1
2022-09-02
Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett
bors
-1
/
+1
2022-08-30
Replace `AlignedAs` with a more specific `Align8` type
Thom Chiovoloni
-21
/
+6
2022-08-29
Fix some possible UB in std::sys::windows
Thom Chiovoloni
-0
/
+23
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-1
/
+1
2022-08-19
Fix comment typo
Thom Chiovoloni
-1
/
+1
2022-08-18
Avoid zeroing a 1kb stack buffer on every call to `std::sys::windows::fill_ut...
Thom Chiovoloni
-5
/
+13
2022-05-27
Call the OS function to set the main thread's name on program init
Wesley Wiser
-1
/
+5
2022-04-23
Auto merge of #96314 - AronParker:issue-96297-fix, r=thomcc
bors
-1
/
+7
2022-04-22
Remove redundant type annotation
Aron Parker
-1
/
+1
2022-04-22
Reduce allocations for path conversions on Windows
Aron Parker
-1
/
+7
2022-04-17
Improve Windows path prefix parsing
dylni
-0
/
+4
2022-04-14
library: Remove definitions and reexports of `strlen` from libstd
Vadim Petrochenkov
-1
/
+0
2022-04-08
fix some unused constant warning on some Windows targets
Ralf Jung
-0
/
+1
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-2
/
+2
2022-03-22
Move std::sys::{mutex, condvar, rwlock} to std::sys::locks.
Mara Bos
-3
/
+1
2022-03-09
Use `unreachable!` for an unreachable code path
Chris Denton
-1
/
+7
2022-02-10
Rename to `InvalidFilename`
Yuki Okushi
-2
/
+2
2022-02-10
Map `ERROR_INVALID_NAME` to `FilenameInvalid`
Yuki Okushi
-1
/
+2
2022-02-10
Rename `FilenameTooLong` to `FilenameInvalid`
Yuki Okushi
-1
/
+1
2022-02-10
windows: Map `ERROR_INVALID_NAME` as `InvalidInput`
Yuki Okushi
-1
/
+1
2022-02-04
Hide Repr details from io::Error, and rework `io::Error::new_const`.
Thom Chiovoloni
-2
/
+2
2022-01-25
make Windows abort_internal Miri-compatible
Ralf Jung
-0
/
+1
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-3
/
+3
2021-06-18
ErrorKind: Windows: Fix tidy
Ian Jackson
-2
/
+1
2021-06-18
ErrorKind: Windows: Fix botched rebase
Ian Jackson
-2
/
+0
2021-06-18
ErrorKind: Provide many more ErrorKinds, motivated by Unix errnos
Ian Jackson
-0
/
+21
2021-06-18
ErrorKind: Reformat the mapping table (windows)
Ian Jackson
-22
/
+24
2021-06-15
Rename ErrorKind::Unknown to Uncategorized.
Mara Bos
-1
/
+1
2021-06-15
Redefine `ErrorKind::Other` and stop using it in std.
Mara Bos
-1
/
+1
2021-05-06
Use the proper import library names
Chris Denton
-14
/
+0
2021-05-03
Move `std::sys::windows::ext` to `std::os::windows`
Christiaan Dirkx
-1
/
+0
2021-05-02
Use ErrorKind::OutOfMemory in unix, windows, and wasi
Kornel
-0
/
+1
2021-04-22
Document that `init` and `cleanup` are not guaranteed to run
Christiaan Dirkx
-0
/
+2
2021-04-22
Move most init to `sys::init`
Christiaan Dirkx
-1
/
+3
2021-04-22
Rework `at_exit` to `cleanup`
Christiaan Dirkx
-2
/
+7
2021-04-18
Rename `NotSupported` to `Unsupported`
Christiaan Dirkx
-1
/
+1
2021-04-18
Update `decode_error_kind` to decode os errors to `NotSupported`
Christiaan Dirkx
-0
/
+1
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-2
/
+2
2020-12-14
Auto merge of #77618 - fusion-engineering-forks:windows-parker, r=Amanieu
bors
-0
/
+1
2020-11-15
Make the libstd build script smaller
bjorn3
-0
/
+14
2020-10-09
Remove some dead code in windows-gnu std
Mateusz MikuĊa
-53
/
+0
2020-10-06
Add fast futex-based thread parker for Windows.
Mara Bos
-0
/
+1
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-10
Reverse formatting
Ryan Levick
-5
/
+1
2020-08-10
Fix up docs
Ryan Levick
-9
/
+9
[next]