about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/os.rs
AgeCommit message (Expand)AuthorLines
2025-08-26remove deprecated Error::description in implsMarijn Schouten-7/+1
2025-05-23GetUserProfileDirectoryW is now documented to always store the sizeRalf Jung-2/+0
2025-05-19windows: document that we rely on an undocumented property of GetUserProfileD...Ralf Jung-0/+2
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-132/+3
2025-01-03Fix UWP buildbdbai-2/+3
2024-11-04Fix and undeprecate home_dir()Kornel-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-9/+4
2024-07-15Deny more windows unsafe_op_in_unsafe_fnChris Denton-6/+11
2024-07-15Rollup merge of #127750 - ChrisDenton:safe-unsafe-unsafe, r=workingjubileeJubilee-0/+1
2024-07-15Make pal/windows default to deny unsafe in unsafeChris Denton-0/+1
2024-07-15Remove DWORDChris Denton-2/+2
2024-07-15Remove LPWSTRChris Denton-2/+2
2024-07-15Remove UINTChris Denton-1/+1
2024-06-09Migrate more things to WinErrorChris Denton-3/+4
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-4/+4
2024-04-23windows fill_utf16_buf: explain the expected return valueRalf Jung-0/+2
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-1/+1
2024-02-16Remove cfg_attrSteven-1/+0
2024-02-16Use a hardcoded constant instead of calling OpenProcessToken.Steven-5/+26
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+368