about summary refs log tree commit diff
path: root/library/std/src/sys/windows/os.rs
AgeCommit message (Expand)AuthorLines
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