about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/args.rs
AgeCommit message (Expand)AuthorLines
2024-11-26std: update internal uses of `io::const_error!`joboet-2/+2
2024-10-14Fix two const-hacksGeorge Bateman-15/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-08add FIXME(const-hack)Ralf Jung-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+1
2024-04-09Disallow or quote all specials in bat argsChris Denton-12/+93
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-2/+2
2024-02-15Use generic `NonZero` internally.Markus Reiter-8/+8
2024-01-11std: fix module references on Windowsjoboet-2/+2
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+379