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-05-19
Windows implementation of `fs::try_exists`
Chris Denton
-1
/
+30
2021-05-19
Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca...
Chris Denton
-0
/
+1
2021-05-19
Windows `Command` environment variables are case-preserving
Chris Denton
-9
/
+128
2021-05-19
Rename `rterr` to `rtprintpanic`
Christiaan Dirkx
-1
/
+1
2021-05-19
Replace `sys_common::util::report_overflow` with `rterr!`
Christiaan Dirkx
-2
/
+5
2021-05-12
Provide ExitStatusError
Ian Jackson
-2
/
+23
2021-05-10
windows: provide NonZeroDWORD
Ian Jackson
-0
/
+2
2021-05-06
Use the proper import library names
Chris Denton
-168
/
+167
2021-05-06
Add `#[link]` attributes to dll imports
Chris Denton
-0
/
+3
2021-05-03
Move `std::sys::windows::ext` to `std::os::windows`
Christiaan Dirkx
-1145
/
+0
2021-05-02
Use ErrorKind::OutOfMemory in unix, windows, and wasi
Kornel
-0
/
+3
2021-04-28
Remove `DropGuard` in `sys::windows::process` and use `StaticMutex` instead
Christiaan Dirkx
-24
/
+4
2021-04-25
Rollup merge of #84541 - KaiJewson:inline-raw, r=m-ou-se
Dylan DPC
-0
/
+18
2021-04-25
Inline most raw socket, fd and handle conversions
KaiJewson
-0
/
+18
2021-04-25
Auto merge of #84115 - CDirkx:rt, r=m-ou-se
bors
-17
/
+23
2021-04-22
Document that `init` and `cleanup` are not guaranteed to run
Christiaan Dirkx
-0
/
+2
2021-04-22
Apply suggestions from review
Christiaan Dirkx
-5
/
+8
2021-04-22
Move most init to `sys::init`
Christiaan Dirkx
-3
/
+3
2021-04-22
Remove `sys::args::Args::inner_debug` and use `Debug` instead
Christiaan Dirkx
-12
/
+2
2021-04-22
Move all cleanup to `sys::cleanup`
Christiaan Dirkx
-6
/
+0
2021-04-22
Rework `at_exit` to `cleanup`
Christiaan Dirkx
-7
/
+14
2021-04-18
Rename `NotSupported` to `Unsupported`
Christiaan Dirkx
-3
/
+6
2021-04-18
Update `decode_error_kind` to decode os errors to `NotSupported`
Christiaan Dirkx
-0
/
+1
2021-04-18
Add and insta-stabilize `std::io::ErrorKind::NotSupported`
Christiaan Dirkx
-2
/
+2
2021-04-14
Move `std::sys_common::alloc` to `std::sys::common`
Christiaan Dirkx
-1
/
+1
2021-04-02
Remove `debug_assert`
Christiaan Dirkx
-4
/
+1
2021-04-02
Introduce `get_process_heap` and fix atomic ordering.
Christiaan Dirkx
-13
/
+22
2021-03-26
Cache `GetProcessHeap`
Christiaan Dirkx
-16
/
+54
2021-03-26
Apply suggestions from code review
CDirkx
-2
/
+4
2021-03-26
Rework `std::sys::windows::alloc`
Christiaan Dirkx
-32
/
+173
2021-03-24
comment pos
Count Count
-1
/
+1
2021-03-24
assert!() instead of panic!() for expected invariant
Count Count
-32
/
+30
2021-03-24
rename fn write_valid_utf8() to write_valid_utf8_to_console()
Count Count
-4
/
+4
2021-03-24
correct comment
Count Count
-1
/
+1
2021-03-24
use io::Error::new_const() everywhere
Count Count
-6
/
+6
2021-03-24
fix
Count Count
-1
/
+1
2021-03-24
Reject byte if it cannot start a valid UTF-8 sequence.
Count Count
-1
/
+2
2021-03-24
fix c&p error
Count Count
-1
/
+1
2021-03-24
Export utf8_char_width() publicly in core::std behind the "str_internals" fea...
Count Count
-12
/
+1
2021-03-24
fix fmt
Count Count
-2
/
+2
2021-03-24
fix incomplete UTF-8 writes in Windows console stdio
Count Count
-14
/
+102
2021-03-21
Use io::Error::new_const everywhere to avoid allocations.
Mara Bos
-18
/
+18
2021-02-24
library: Normalize safety-for-unsafe-block comments
Miguel Ojeda
-2
/
+4
2021-02-17
Expose force_quotes on Windows.
Yonggang Luo
-10
/
+49
2021-02-15
Rollup merge of #82119 - m-ou-se:typo, r=dtolnay
Jonas Schievink
-1
/
+1
2021-02-14
Fix typo in link to CreateSymbolicLinkW documentation.
Mara Bos
-1
/
+1
2021-02-10
Seal the CommandExt, OsStrExt and OsStringExt traits
Amanieu d'Antras
-15
/
+15
2021-02-08
Remove outdated comment.
Mara Bos
-2
/
+0
2021-01-31
Fix calling convention for CRT startup
Arlie Davis
-12
/
+10
2021-01-29
Resolve DLL imports at CRT startup, not on demand
Arlie Davis
-71
/
+95
[prev]
[next]