about summary refs log tree commit diff
path: root/library/std/src/os/windows
AgeCommit message (Expand)AuthorLines
2025-09-26Update CURRENT_RUSTC_VERSION post-bumpMark Rousskov-1/+1
2025-09-04Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35Stuart Cook-0/+43
2025-09-03Add `read_buf` equivalents for positioned readsNiklas Fiekas-0/+43
2025-08-27Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-SimulacrumMatthias Krüger-4/+34
2025-08-20Move WTF-8 code from std to core/allocltdk-4/+34
2025-08-19Fix doc of `std::os::windows::io::BorrowedSocket::borrow_raw`Lorenz Leutgeb-1/+1
2025-05-14wire up startupinfo methodsFederico Terzi-0/+36
2025-04-09replace version placeholderBoxy-12/+12
2025-03-14Mv os-specific trait impl of `Pipe*` into `std::os::*`Jiahao XU-0/+84
2025-03-11Migrate std to Rust 2024Eric Huss-1/+1
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-7/+2
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-1/+1
2025-02-14Add safe new to NotAllOnesKornel-6/+4
2025-02-08Rustfmtbjorn3-4/+4
2025-02-02std: move network code into `sys`joboet-4/+4
2025-01-09Update a bunch of library types for MCP807Scott McMurray-25/+14
2024-12-21Rollup merge of #123604 - michaelvanstraten:proc_thread_attribute_list, r=Chr...Matthias Krüger-55/+273
2024-12-15Auto merge of #133223 - zachs18:uniquerc-impls, r=Noratriebbors-0/+16
2024-11-30Abstract `ProcThreadAttributeList` into its own structMichael van Straten-55/+273
2024-11-26std: update internal uses of `io::const_error!`joboet-1/+1
2024-11-19UniqueRc: platform-specific AsFd/Handle/etc impls to mirror RcZachary S-0/+16
2024-09-11Rollup merge of #130168 - juliusl:pr/fix-win-fs-change-time-links, r=ChrisDentonJubilee-10/+14
2024-09-11chore: remove struct detailsJulius Liu-2/+2
2024-09-11docs: remove struct infoJulius Liu-1/+1
2024-09-09chore: removing supporting links in favor of existing doc-comment styleJulius Liu-13/+6
2024-09-09maint: update docs for change_time ext and doc linksJulius Liu-9/+20
2024-08-03Rollup merge of #127586 - zachs18:more-must-use, r=cuviperMatthias Krüger-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-20/+7
2024-07-26Fix doc nitsJohn Arundel-7/+7
2024-07-24Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=AmanieuMatthias Krüger-9/+4
2024-07-17feat: adding ext that returns change_time for WindowsJulius Liu-0/+10
2024-07-15lib: replace some `mem::forget`'s with `ManuallyDrop`Pavel Grigorenko-9/+4
2024-07-15Make os/windows default to deny unsafe in unsafeChris Denton-15/+26
2024-07-10Add `must_use` to IntoRawFd/IntoRawSocket/IntoRawHandle's methods.Zachary S-0/+2
2024-07-09Fixed doc linksAndres Olivares-2/+2
2024-07-09Few changes to doc comments. Added tracking issue number.Andres Olivares-4/+5
2024-07-09Exposing STARTUPINFOW.wShowWindow in CommandExt (show_window function) to con...Andres Olivares-0/+12
2024-04-09Update documentation related to the recent cmd.exe fixTrevor Gross-17/+32
2024-04-09Document Windows argument splittingChris Denton-2/+54
2024-03-14Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDentonMatthias Krüger-21/+47
2024-03-09Rollup merge of #121711 - ChrisDenton:junction, r=Mark-SimulacrumGuillaume Boisseau-0/+12
2024-03-09Rollup merge of #114655 - nbdd0121:io-safety, r=dtolnayGuillaume Boisseau-5/+5
2024-03-09Avoid closing invalid handlesdylni-21/+47
2024-02-27Implement junction_pointChris Denton-0/+12
2024-02-11Rollup merge of #120459 - rytheo:handle-conversion-docs, r=Mark-SimulacrumMatthias Krüger-0/+11
2024-02-04Document various I/O handle conversionsRyan Lowe-0/+11
2024-01-28Make `impl<T: AsHandle>` impl take `?Sized`Gary Guo-5/+5
2024-01-28std: Update documentation of seek_write on WindowsAlex Crichton-1/+1
2023-11-23Fix tracking issue of Windows ExitCodeExtDavid Tolnay-3/+3
2023-11-22unnecessary_mut_passedChris Denton-2/+2