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