summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows
AgeCommit message (Expand)AuthorLines
2024-04-09Disallow or quote all specials in bat argsChris Denton-12/+93
2024-01-30Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnayGuillaume Gomez-2/+2
2024-01-29Remove `raw_os_nonzero` feature.Markus Reiter-2/+2
2024-01-29Rollup merge of #120373 - HTGAzureX1212:HTGAzureX1212/issue-120040, r=ChrisDe...Dylan DPC-1/+33
2024-01-27add extra check for invalid handle in ReadDir::nextHTGAzureX1212.-1/+8
2024-01-27make modifications as per reviewsHTGAzureX1212.-21/+25
2024-01-26Rollup merge of #120205 - Berrysoft:windows-alloc-init, r=ChrisDentonMatthias Krüger-11/+13
2024-01-26fixHTGAzureX1212.-2/+2
2024-01-26remove redundant call to Error::last_os_errorHTGAzureX1212.-1/+1
2024-01-26fix issue 120040HTGAzureX1212.-0/+21
2024-01-24Wrap `HeapAlloc` and never inline王宇逸-11/+13
2024-01-22Rollup merge of #120109 - joboet:move_pal_cmath, r=ChrisDentonMatthias Krüger-97/+0
2024-01-22std: move cmath into `sys`joboet-97/+0
2024-01-22Fix msys2 tty detection for /dev/ptmxChris Denton-14/+0
2024-01-15std: move OS String implementation into `sys`joboet-246/+0
2024-01-12update paths in commentsjoboet-2/+2
2024-01-11std: fix module references on Windowsjoboet-5/+5
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+16225