about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows
AgeCommit message (Expand)AuthorLines
2025-09-29Rollup merge of #146937 - joboet:gethostname, r=Mark-SimulacrumMatthias Krüger-0/+85
2025-09-29std: implement `hostname`joboet-0/+4
2025-09-27Skip stack overflow handler for panic=immediate-abortNoratrieb-1/+2
2025-09-23std: move WinSock abstractions to `sys::pal`joboet-0/+81
2025-09-12Revert "Constify SystemTime methods"Ralf Jung-19/+11
2025-09-10std: move `thread` into `sys`joboet-4/+3
2025-09-08std: move `thread` into `sys` (rename only)joboet-148/+0
2025-09-04Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35Stuart Cook-0/+13
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-0/+13
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-0/+1
2025-08-26remove deprecated Error::description in implsMarijn Schouten-7/+1
2025-08-18Auto merge of #145489 - joshtriplett:cfg-if-not, r=Amanieubors-15/+17
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-15/+17
2025-08-14Windows: Replace `GetThreadId`+`GetCurrentThread` with `GetCurrentThreadId`Trevor Gross-3/+3
2025-08-12Constify SystemTime methodsltdk-11/+19
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-1/+12
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