about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/stdio.rs
AgeCommit message (Expand)AuthorLines
2025-03-09std: move stdio to `sys`joboet-472/+0
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+1
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-1/+2
2025-01-11Add inherent versions of MaybeUninit methods for slicesltdk-3/+3
2024-12-21Windows: Use WriteFile to write to a UTF-8 consoleChris Denton-1/+23
2024-11-26std: update internal uses of `io::const_error!`joboet-4/+4
2024-08-03Rollup merge of #127586 - zachs18:more-must-use, r=cuviperMatthias Krüger-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-7/+4
2024-07-15Don't re-export `c_int` from `c`Chris Denton-6/+6
2024-07-15Remove DWORDChris Denton-6/+2
2024-07-15Remove ULONGChris Denton-2/+2
2024-07-15Remove LPVOIDChris Denton-1/+1
2024-07-15Remove LPWSTRChris Denton-6/+6
2024-07-10Explicitly ignore `into_raw_handle()` using `let _ =` in sys/pal/windows.Zachary S-2/+2
2024-07-04Update windows-bindgen to 0.58.0Chris Denton-7/+1
2024-06-09Migrate more things to WinErrorChris Denton-2/+2
2024-01-11std: fix module references on Windowsjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+462