about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows
AgeCommit message (Expand)AuthorLines
2024-02-17Rollup merge of #119032 - smmalis37:patch-1, r=ChrisDentonGuillaume Boisseau-5/+25
2024-02-17Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-sebors-3/+3
2024-02-16Remove cfg_attrSteven-1/+0
2024-02-16Use a hardcoded constant instead of calling OpenProcessToken.Steven-5/+26
2024-02-16std: move locks to `sys` on Windowsjoboet-151/+0
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-13/+13
2024-02-15Replace `NonZero::<_>::new` with `NonZero::new`.Markus Reiter-3/+3
2024-02-15Use generic `NonZero` internally.Markus Reiter-13/+13
2024-02-14Automatically sort windows_sys bindingsChris Denton-8/+1
2024-02-14Add windows_sys readmeChris Denton-0/+9
2024-02-14Move windows_sys.lst to bindings.txtChris Denton-1/+0
2024-02-08std: move path into `sys`joboet-485/+3
2024-02-07Make `io::BorrowedCursor::advance` safeBenoît du Garreau-3/+3
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