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