about summary refs log tree commit diff
path: root/library/std/src/sys/windows/os.rs
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-368/+0
2023-11-22redundant_closureChris Denton-2/+2
2023-11-22unnecessary_castChris Denton-1/+1
2023-10-16Create `windows/api.rs` for safer FFIChris Denton-3/+3
2023-08-19Usage zero as language id for FormatMessageW()Charles Lew-6/+2
2023-08-07Better Debug for Vars and VarsOsTamir Duberstein-5/+49
2023-01-14Remove various double spaces in source comments.André Vennberg-1/+1
2022-08-21Replace most uses of `pointer::offset` with `add` and `sub`Maybe Waffle-3/+3
2022-03-29Make the stdlib largely conform to strict provenance.Aria Beingessner-1/+1
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-1/+1
2021-12-09Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-seMatthias Krüger-1/+1
2021-10-22Add comment documenting why we can't use a simpler solutionSteven-0/+4
2021-10-18Update std::env::temp_dir to use GetTempPath2 on Windows when available.Eugene Talagrand-1/+1
2021-08-19I/O safety.Dan Gohman-1/+1
2021-07-05Make `getenv` return an Option instead of a ResultAris Merchant-14/+5
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-17/+3
2020-07-27mv std libs to library/mark-0/+347