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
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Rollup merge of #146937 - joboet:gethostname, r=Mark-Simulacrum
Matthias Krüger
-0
/
+85
2025-09-29
std: implement `hostname`
joboet
-0
/
+4
2025-09-27
Skip stack overflow handler for panic=immediate-abort
Noratrieb
-1
/
+2
2025-09-23
std: move WinSock abstractions to `sys::pal`
joboet
-0
/
+81
2025-09-12
Revert "Constify SystemTime methods"
Ralf Jung
-19
/
+11
2025-09-10
std: move `thread` into `sys`
joboet
-4
/
+3
2025-09-08
std: move `thread` into `sys` (rename only)
joboet
-148
/
+0
2025-09-04
Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35
Stuart Cook
-0
/
+13
2025-09-03
Add `read_buf` equivalents for positioned reads
Niklas Fiekas
-0
/
+13
2025-09-02
improve process::abort rendering in Miri backtraces
Ralf Jung
-0
/
+1
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-7
/
+1
2025-08-18
Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieu
bors
-15
/
+17
2025-08-16
library: Migrate from `cfg_if` to `cfg_select`
Josh Triplett
-15
/
+17
2025-08-14
Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId`
Trevor Gross
-3
/
+3
2025-08-12
Constify SystemTime methods
ltdk
-11
/
+19
2025-08-06
Print thread ID in panic message if thread name is unknown
Trevor Gross
-1
/
+12
2025-07-28
thread name in stack overflow message
joboet
-1
/
+5
2025-07-07
UWP: link ntdll functions using raw-dylib
Chris Denton
-60
/
+9
2025-07-06
Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJung
bors
-1
/
+9
2025-07-06
sleep_until: use clock_nanosleep where possible
dvdsk
-1
/
+9
2025-06-28
Workaround for mem safety in third party dlls
Chris Denton
-12
/
+81
2025-06-25
make `tidy-alphabetical` use a natural sort
Folkert de Vries
-3
/
+3
2025-06-15
Windows: Use anonymous pipes in Command
Chris Denton
-86
/
+142
2025-06-05
Optimize `Seek::stream_len` impl for `File`
Tobias Bucher
-0
/
+2
2025-05-23
GetUserProfileDirectoryW is now documented to always store the size
Ralf Jung
-2
/
+0
2025-05-19
windows: document that we rely on an undocumented property of GetUserProfileD...
Ralf Jung
-0
/
+2
2025-05-15
improve internal fastfail explainer
joboet
-3
/
+2
2025-05-15
deduplicate abort implementations
joboet
-2
/
+7
2025-04-27
use generic Atomic type where possible
Christopher Durham
-14
/
+14
2025-04-21
Move `sys::pal::os::Env` into `sys::env`
Thalia Archibald
-132
/
+3
2025-04-18
Combine env consts into std::sys::env_consts
Thalia Archibald
-10
/
+0
2025-04-13
Rollup merge of #139710 - thaliaarchi:move-args-pal, r=joboet
Chris Denton
-537
/
+0
2025-04-12
Move args into std::sys
Thalia Archibald
-537
/
+0
2025-04-04
Update windows-bindgen to 0.61.0
Chris Denton
-27
/
+284
2025-04-02
Remove creation of duplicate AnonPipe
Jake Wharton
-1
/
+0
2025-03-27
std: get rid of pre-Vista fallback code
joboet
-22
/
+6
2025-03-22
std: move process implementations to `sys`
joboet
-1154
/
+9
2025-03-14
Mv os-specific trait impl of `Pipe*` into `std::os::*`
Jiahao XU
-0
/
+6
2025-03-09
std: move stdio to `sys`
joboet
-479
/
+0
2025-03-09
Rollup merge of #138276 - bdbai:fix-uwp-ntopenfile, r=ChrisDenton
Matthias Krüger
-0
/
+11
2025-03-09
Lazy load NtOpenFile for UWP
bdbai
-0
/
+11
2025-03-08
Move fs into sys
Thalia Archibald
-1867
/
+1
2025-03-07
Return OutOfMemoryError and update docs
Chris Denton
-2
/
+2
2025-03-07
Windows: Use MoveFileEx by default in `fs:rename`
Chris Denton
-123
/
+56
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-28
/
+25
2025-03-01
Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc
Matthias Krüger
-2
/
+2
2025-02-28
Use correct error message casing for `io::const_error`s
Noratrieb
-2
/
+2
2025-02-26
Fix Windows `Command` search path bug
Chris Denton
-1
/
+2
2025-02-23
Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na...
Dennis Duda
-25
/
+11
2025-02-20
Rollup merge of #137270 - QianNangong:master, r=ChrisDenton
Jubilee
-2
/
+2
[next]