about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows
AgeCommit message (Expand)AuthorLines
2025-07-28thread name in stack overflow messagejoboet-1/+5
2025-07-07UWP: link ntdll functions using raw-dylibChris Denton-60/+9
2025-07-06Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJungbors-1/+9
2025-07-06sleep_until: use clock_nanosleep where possibledvdsk-1/+9
2025-06-28Workaround for mem safety in third party dllsChris Denton-12/+81
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-3/+3
2025-06-15Windows: Use anonymous pipes in CommandChris Denton-86/+142
2025-06-05Optimize `Seek::stream_len` impl for `File`Tobias Bucher-0/+2
2025-05-23GetUserProfileDirectoryW is now documented to always store the sizeRalf Jung-2/+0
2025-05-19windows: document that we rely on an undocumented property of GetUserProfileD...Ralf Jung-0/+2
2025-05-15improve internal fastfail explainerjoboet-3/+2
2025-05-15deduplicate abort implementationsjoboet-2/+7
2025-04-27use generic Atomic type where possibleChristopher Durham-14/+14
2025-04-21Move `sys::pal::os::Env` into `sys::env`Thalia Archibald-132/+3
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-10/+0
2025-04-13Rollup merge of #139710 - thaliaarchi:move-args-pal, r=joboetChris Denton-537/+0
2025-04-12Move args into std::sysThalia Archibald-537/+0
2025-04-04Update windows-bindgen to 0.61.0Chris Denton-27/+284
2025-04-02Remove creation of duplicate AnonPipeJake Wharton-1/+0
2025-03-27std: get rid of pre-Vista fallback codejoboet-22/+6
2025-03-22std: move process implementations to `sys`joboet-1154/+9
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-0/+6
2025-03-09std: move stdio to `sys`joboet-479/+0
2025-03-09Rollup merge of #138276 - bdbai:fix-uwp-ntopenfile, r=ChrisDentonMatthias Krüger-0/+11
2025-03-09Lazy load NtOpenFile for UWPbdbai-0/+11
2025-03-08Move fs into sysThalia Archibald-1867/+1
2025-03-07Return OutOfMemoryError and update docsChris Denton-2/+2
2025-03-07Windows: Use MoveFileEx by default in `fs:rename`Chris Denton-123/+56
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-28/+25
2025-03-01Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomccMatthias Krüger-2/+2
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-2/+2
2025-02-26Fix Windows `Command` search path bugChris Denton-1/+2
2025-02-23Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na...Dennis Duda-25/+11
2025-02-20Rollup merge of #137270 - QianNangong:master, r=ChrisDentonJubilee-2/+2
2025-02-19Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=m-ou-seMatthias Krüger-1/+2
2025-02-19Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd2c2a644306Li Keqing-2/+2
2025-02-17Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDentonMatthias Krüger-0/+4
2025-02-17Use tell for <File as Seek>::stream_positionThalia Archibald-0/+4
2025-02-17Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDentonMatthias Krüger-6/+2
2025-02-16Rollup merge of #136986 - ehuss:library-unsafe-fun, r=NoratriebMatthias Krüger-2/+2
2025-02-16add MAX_LEN_UTF8 and MAX_LEN_UTF16 constantsHTGAzureX1212-1/+2
2025-02-15Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=AmanieuJacob Pratt-2734/+2770
2025-02-14Fix safety of windows uwp functionsEric Huss-2/+2
2025-02-13std: Apply deprecated_safe_2024Eric Huss-2/+4
2025-02-13Windows: Update generated bindings to 0.59Chris Denton-2734/+2770
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-6/+2
2025-02-10Rollup merge of #136705 - compiler-errors:edition-library, r=jhprattJubilee-4/+4
2025-02-10Rollup merge of #136552 - ChrisDenton:option-find-handle, r=Mark-SimulacrumJubilee-10/+6
2025-02-09Mark extern blocks as unsafeMichael Goulet-3/+3
2025-02-09Mark link_section attr with unsafeMichael Goulet-1/+1