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
/
pal
/
windows
/
c
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
std: implement `hostname`
joboet
-0
/
+4
2025-08-14
Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId`
Trevor Gross
-2
/
+2
2025-08-06
Print thread ID in panic message if thread name is unknown
Trevor Gross
-0
/
+2
2025-06-15
Windows: Use anonymous pipes in Command
Chris Denton
-1
/
+35
2025-06-05
Optimize `Seek::stream_len` impl for `File`
Tobias Bucher
-0
/
+2
2025-04-04
Update windows-bindgen to 0.61.0
Chris Denton
-25
/
+282
2025-02-13
Windows: Update generated bindings to 0.59
Chris Denton
-2732
/
+2768
2024-12-27
Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum
许杰友 Jieyou Xu (Joe)
-0
/
+3
2024-12-21
Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe...
Matthias Krüger
-0
/
+19
2024-12-21
Windows: Use WriteFile to write to a UTF-8 console
Chris Denton
-0
/
+3
2024-11-11
Rollup merge of #130999 - cberner:flock_pr, r=joboet
Matthias Krüger
-0
/
+9
2024-10-20
replace FindFirstFileW with FindFirstFileExW and regenerate bindings
klensy
-3
/
+9
2024-10-13
Implement file_lock feature
Christopher Berner
-0
/
+9
2024-09-30
Win: Use `FILE_RENAME_FLAG_POSIX_SEMANTICS` for `std::fs::rename` if available
George Tokmaji
-0
/
+19
2024-08-31
Move remove_dir_all impl into a module
Chris Denton
-0
/
+10
2024-08-09
Add windows-targets crate to std's sysroot
Chris Denton
-38
/
+0
2024-07-25
Rollup merge of #127999 - ChrisDenton:arm32, r=Amanieu
Matthias Krüger
-0
/
+26
2024-07-24
Auto merge of #127153 - NobodyXu:pipe, r=ChrisDenton
bors
-0
/
+2
2024-07-23
Initial implementation of anonymous_pipe
Jiahao XU
-0
/
+2
2024-07-20
Inject win arm32 shims into metadata generation
Chris Denton
-0
/
+26
2024-07-15
Windows: move BSD socket shims to netc
Chris Denton
-0
/
+9
2024-07-05
Add experimental raw-dylib feature to std
Chris Denton
-0
/
+13
2024-07-04
Add comments to windows_targets.rs
Chris Denton
-0
/
+9
2024-07-04
Update windows-bindgen to 0.58.0
Chris Denton
-839
/
+148
2024-06-10
Bump windows-bindgen to 0.57
Chris Denton
-417
/
+66
2024-06-05
Update `./x fmt` command
Chris Denton
-1
/
+1
2024-04-15
Add support for Arm64EC to the Standard Library
Daniel Paoliello
-20
/
+20
2024-03-12
Bump windows-bindgen to 0.55.0
Chris Denton
-183
/
+181
2024-03-12
Bump windows-bindgen to 0.54.0
Chris Denton
-31
/
+31
2024-03-11
Rollup merge of #121633 - ChrisDenton:precise, r=Nilstrieb
Jacob Pratt
-0
/
+5
2024-03-03
Auto merge of #121856 - ChrisDenton:abort, r=joboet
bors
-0
/
+2
2024-03-02
Cleanup windows abort_internal
Chris Denton
-0
/
+2
2024-02-27
Use the OS thread name by default for the current thread
Chris Denton
-0
/
+6
2024-02-26
Win10: Use GetSystemTimePreciseAsFileTime directly
Chris Denton
-0
/
+5
2024-02-25
Windows: Use ProcessPrng for random keys
Chris Denton
-16
/
+0
2024-02-14
Automatically sort windows_sys bindings
Chris Denton
-8
/
+1
2024-02-14
Add windows_sys readme
Chris Denton
-0
/
+9
2024-02-14
Move windows_sys.lst to bindings.txt
Chris Denton
-1
/
+0
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+6949