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
2023-06-12
Add comment for arm_shim in generate-windows-sys
bdbai
-0
/
+3
2023-06-12
Add windows_sys typedef for Win ARM32
bdbai
-0
/
+17
2023-06-12
Implement `TryFrom<&OsStr>` for `&str`
aticu
-1
/
+1
2023-06-10
Keep uwp specific code in sync with windows-sys
bdbai
-5
/
+4
2023-06-10
Lazy load ntdll functions on UWP
bdbai
-2
/
+61
2023-06-02
Rollup merge of #111647 - klensy:cstr, r=oli-obk
Matthias Krüger
-7
/
+7
2023-05-31
Fix bug in utf16_to_utf8 for zero length strings
Shane Murphy
-0
/
+13
2023-05-31
use c literals in library
klensy
-7
/
+7
2023-05-30
add FromOwnedFd/FromOwnedHandle for ChildStdin/out/err
Vincent Thiberville
-1
/
+7
2023-05-15
Add creation time support to `FileTimes` on apple and windows
beetrees
-4
/
+18
2023-05-13
refactor: Remove bespoke from_os_str_bytes_unchecked
Ed Page
-13
/
+7
2023-05-13
refactor: Remove redundant, private OsStr::bytes
Ed Page
-16
/
+18
2023-05-05
Sort windows_sys.lst alphabetically
Chris Denton
-614
/
+617
2023-05-05
Use new bindings
Chris Denton
-52
/
+69
2023-05-05
Generate windows-sys bindings
Chris Denton
-3045
/
+7016
2023-05-03
Use `from_wide_to_user_path` in `read_link`
Chris Denton
-4
/
+7
2023-05-03
Correctly convert an NT path to a Win32 path
Chris Denton
-11
/
+16
2023-05-01
Inline AsInner implementations
Konrad Borowski
-0
/
+4
2023-04-28
remove_dir_all: delete directory with fewer perms
Chris Denton
-19
/
+22
2023-04-16
Windows: map a few more error codes to ErrorKind
Chris Denton
-3
/
+6
2023-04-10
Fix typos in library
DaniPopes
-1
/
+1
2023-04-05
Fix buffer overrun in (test-only) symlink_junction
Thom Chiovoloni
-9
/
+25
2023-03-27
Allow access to `OsStr` bytes
Ed Page
-0
/
+10
2023-03-21
Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett
Matthias Krüger
-38
/
+62
2023-03-21
Rollup merge of #108326 - tmiasko:read-buf, r=thomcc
nils
-9
/
+52
2023-03-21
Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum
bors
-47
/
+40
2023-03-17
Modify code style as per comments
NagaChaitanya Vellanki
-7
/
+5
2023-03-16
run rustfmt on changes
NagaChaitanya Vellanki
-1
/
+1
2023-03-16
fallback to lstat when stat fails on Windows
NagaChaitanya Vellanki
-1
/
+13
2023-03-06
Implement read_buf for a few more types
Tomasz Miąsko
-9
/
+52
2023-02-27
Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton
Matthias Krüger
-29
/
+77
2023-02-25
[stdio][windows] Use MBTWC and WCTMB
Nicole Mazzuca
-29
/
+77
2023-02-23
Fix `is_terminal`'s handling of long paths on Windows.
Dan Gohman
-19
/
+21
2023-02-22
Quote more batch file arguments
Chris Denton
-1
/
+10
2023-02-20
Distribute libntdll.a with windows-gnu toolchains
Chris Denton
-47
/
+40
2023-02-14
Revert to using `RtlGenRandom`
Chris Denton
-103
/
+31
2023-02-13
Add another error to Windows file open fallback
alesito85
-1
/
+6
2023-02-12
Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm
bors
-2
/
+1
2023-02-10
Zero the `REPARSE_MOUNTPOINT_DATA_BUFFER` header
Chris Denton
-0
/
+2
2023-01-28
Replace libc::{type} with crate::ffi::{type}
Ayush Singh
-1
/
+1
2023-01-17
refactor[std]: do not use box syntax
joboet
-1
/
+1
2023-01-14
Remove various double spaces in source comments.
André Vennberg
-2
/
+2
2023-01-14
Use associated items of `char` instead of freestanding items in `core::char`
Lukas Markeffsky
-2
/
+1
2022-12-30
std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c...
joboet
-1
/
+1
2022-12-29
std: unify id-based thread parking implementations
joboet
-1
/
+1
2022-12-11
Implement blocking output
Ayush Singh
-0
/
+5
2022-12-08
Add read_to_end for AnonPipe
Ayush Singh
-1
/
+5
2022-12-07
Auto merge of #103459 - ChrisDenton:propagate-nulls, r=thomcc
bors
-14
/
+20
2022-12-06
Don't set `STARTF_USESTDHANDLES` if none are set
Chris Denton
-7
/
+15
2022-12-02
Windows: make Command prefer non-verbatim paths
Chris Denton
-38
/
+62
[prev]
[next]