about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/c/windows_sys.rs
AgeCommit message (Expand)AuthorLines
2025-09-29std: implement `hostname`joboet-0/+2
2025-08-14Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId`Trevor Gross-1/+1
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-0/+1
2025-06-15Windows: Use anonymous pipes in CommandChris Denton-1/+18
2025-06-05Optimize `Seek::stream_len` impl for `File`Tobias Bucher-0/+1
2025-04-04Update windows-bindgen to 0.61.0Chris Denton-23/+280
2025-02-13Windows: Update generated bindings to 0.59Chris Denton-127/+162
2024-12-27Rollup merge of #134622 - ChrisDenton:write-file-utf8, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-0/+2
2024-12-21Rollup merge of #131072 - Fulgen301:windows-rename-posix-semantics, r=ChrisDe...Matthias Krüger-0/+16
2024-12-21Windows: Use WriteFile to write to a UTF-8 consoleChris Denton-0/+2
2024-11-11Rollup merge of #130999 - cberner:flock_pr, r=joboetMatthias Krüger-0/+5
2024-10-20replace FindFirstFileW with FindFirstFileExW and regenerate bindingsklensy-2/+6
2024-10-13Implement file_lock featureChristopher Berner-0/+5
2024-09-30Win: Use `FILE_RENAME_FLAG_POSIX_SEMANTICS` for `std::fs::rename` if availableGeorge Tokmaji-0/+16
2024-08-31Move remove_dir_all impl into a moduleChris Denton-0/+5
2024-08-09Add windows-targets crate to std's sysrootChris Denton-1/+0
2024-07-25Rollup merge of #127999 - ChrisDenton:arm32, r=AmanieuMatthias Krüger-0/+24
2024-07-24Auto merge of #127153 - NobodyXu:pipe, r=ChrisDentonbors-0/+1
2024-07-23Initial implementation of anonymous_pipeJiahao XU-0/+1
2024-07-20Inject win arm32 shims into metadata generationChris Denton-0/+24
2024-07-15Windows: move BSD socket shims to netcChris Denton-0/+8
2024-07-04Update windows-bindgen to 0.58.0Chris Denton-838/+132
2024-06-10Bump windows-bindgen to 0.57Chris Denton-417/+66
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-20/+20
2024-03-12Bump windows-bindgen to 0.55.0Chris Denton-183/+181
2024-03-12Bump windows-bindgen to 0.54.0Chris Denton-31/+31
2024-03-11Rollup merge of #121633 - ChrisDenton:precise, r=NilstriebJacob Pratt-0/+4
2024-03-03Auto merge of #121856 - ChrisDenton:abort, r=joboetbors-0/+1
2024-03-02Cleanup windows abort_internalChris Denton-0/+1
2024-02-27Use the OS thread name by default for the current threadChris Denton-0/+5
2024-02-26Win10: Use GetSystemTimePreciseAsFileTime directlyChris Denton-0/+4
2024-02-25Windows: Use ProcessPrng for random keysChris Denton-12/+0
2024-02-14Automatically sort windows_sys bindingsChris Denton-6/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+4353