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
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-07
Avoid naming variables `str`
Josh Triplett
-3
/
+3
2024-11-30
Abstract `ProcThreadAttributeList` into its own struct
Michael van Straten
-90
/
+13
2024-11-26
std: update internal uses of `io::const_error!`
joboet
-7
/
+6
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-4
/
+4
2024-09-25
Use `&raw` in the standard library
Josh Stone
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-03
More robust extension checking
Chris Denton
-5
/
+18
2024-08-03
Rollup merge of #127586 - zachs18:more-must-use, r=cuviper
Matthias Krüger
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+5
2024-07-26
Fix doc nits
John Arundel
-1
/
+1
2024-07-15
Remove DWORD
Chris Denton
-11
/
+11
2024-07-15
Remove NonZeroDWORD
Chris Denton
-3
/
+3
2024-07-10
Explicitly ignore `into_raw_handle()` using `let _ =` in sys/pal/windows.
Zachary S
-1
/
+1
2024-07-09
Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con...
Andres Olivares
-0
/
+10
2024-06-09
Migrate more things to WinError
Chris Denton
-3
/
+5
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-3
/
+3
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
2024-01-11
std: begin moving platform support modules into `pal`
joboet
-0
/
+984