about summary refs log tree commit diff
path: root/library/std/src/io/error.rs
AgeCommit message (Expand)AuthorLines
2025-09-08std: make address resolution weirdness local to SGXjoboet-0/+3
2025-08-26remove deprecated Error::description in implsMarijn Schouten-9/+0
2025-08-17stdlib: Replace typedef -> type alias in doc commentVarun Gandhi-1/+1
2025-06-25make `tidy-alphabetical` use a natural sortFolkert de Vries-1/+1
2025-06-20Add diagnostic items for ClippySamuel Tardieu-0/+2
2025-05-12update cfg(bootstrap)Pietro Albini-1/+1
2025-04-11rustdoc-search: add unbox flag to Result aliasesMichael Howell-0/+1
2025-04-09replace version placeholderBoxy-1/+1
2025-03-11Stabilize `std::io::ErrorKind::InvalidFilename`Pavel Grigorenko-2/+2
2025-02-28Use correct error message casing for `io::const_error`sNoratrieb-1/+1
2025-02-10Fix &&str and trailing commas in io::const_error!Thalia Archibald-1/+1
2025-01-08update version placeholdersPietro Albini-2/+2
2024-12-06Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnayMatthias Krüger-8/+8
2024-12-06Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnayMatthias Krüger-1/+1
2024-11-26std: update internal uses of `io::const_error!`joboet-9/+9
2024-11-25std: expose `const_io_error!` as `const_error!`joboet-18/+31
2024-11-08update io::Error::into_inner to acknowlage io::Error::otherbinarycat-2/+4
2024-10-15replace placeholder versionJosh Stone-16/+16
2024-10-05Unbreak tidyPavel Grigorenko-5/+5
2024-10-05Stabilize `std::io::ErrorKind::QuotaExceeded`Pavel Grigorenko-4/+4
2024-09-25Add tracking issue for io_error_inprogressnora-1/+1
2024-09-24add InProgress ErrorKind gated behind io_error_inprogress featureAviram Hassan-0/+6
2024-09-11Stabilize `std::io::ErrorKind::CrossesDevices`Pavel Grigorenko-1/+1
2024-09-09Rollup merge of #128316 - GrigorenkoPV:io_error_a_bit_more, r=dtolnayJubilee-16/+16
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+1
2024-07-28Partially stabilize `io_error_more`Pavel Grigorenko-16/+16
2024-07-26Fix doc nitsJohn Arundel-2/+2
2024-07-19Avoid ref when using format! for perfYuri Astrakhan-1/+1
2024-05-01Replace version placeholders for 1.79Mark Rousskov-1/+1
2024-04-18Stablise io_error_downcastJiahao XU-3/+1
2024-04-15Update doc for std::io::Error::downcastJiahao XU-1/+5
2024-04-12Update document for std::io::Error::downcastJiahao XU-6/+6
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-0/+24
2024-03-19branch 1.78: replace-version-placeholderMark Rousskov-1/+1
2024-02-21TryReserveError to ErrorKind::OutOfMemoryKornel-0/+12
2024-01-19Update `std::io::Error::downcast` return typeJiahao XU-5/+31
2023-10-03Bump version placeholdersMark Rousskov-1/+1
2023-09-22Fixes from PRAyush Singh-4/+4
2023-09-20PR feedbackBen Kimock-0/+1
2023-09-06Auto merge of #115453 - ibraheemdev:patch-16, r=joshtriplettbors-3/+1
2023-09-03Move RawOsError defination to sysAyush Singh-1/+1
2023-09-01stabilize `io_error_other` featureIbraheem Ahmed-3/+1
2023-08-25Add a new helper to avoid calling io::Error::kindBen Kimock-0/+10
2023-04-12remove some unneeded importsKaDiWa-1/+0
2023-03-23Rollup merge of #106964 - workingjubilee:crouching-ioerror-hidden-documentati...Matthias Krüger-2/+10
2023-03-17Remove irrelevant docs on error kindsJubilee Young-10/+4
2023-02-08std: add tracking issue for `RawOsError`joboet-1/+1
2023-01-31std: add type alias for raw OS errorsjoboet-4/+15
2023-01-16Explain the "no-error" io::Error caseJubilee Young-2/+16
2022-10-14Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726Matthias Krüger-1/+2