about summary refs log tree commit diff
path: root/library/std/src/io/error/repr_bitpacked.rs
AgeCommit message (Expand)AuthorLines
2025-01-10Use `NonNull::without_provenance` within the standard librarySamuel Tardieu-3/+4
2024-10-05Stabilize `std::io::ErrorKind::QuotaExceeded`Pavel Grigorenko-1/+1
2024-09-27Mark some more types as having insignificant dtorMichael Goulet-0/+1
2024-09-24add InProgress ErrorKind gated behind io_error_inprogress featureAviram Hassan-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-14std: Unsafe-wrap std::ioJubilee Young-2/+5
2024-07-02chore: remove duplicate wordshattizai-1/+1
2024-05-13Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the preludeJosh Triplett-1/+0
2024-02-22Use generic `NonZero` everywhere in `std`.Markus Reiter-2/+2
2024-02-21rename ptr::invalid -> ptr::without_provenanceRalf Jung-2/+8
2023-12-10remove redundant importssurechen-1/+0
2023-09-03Move RawOsError defination to sysAyush Singh-3/+0
2023-01-31std: add type alias for raw OS errorsjoboet-3/+6
2023-01-14fix issues in unused lintyukang-4/+4
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-4/+4
2022-08-23Make use of `[wrapping_]byte_{add,sub}`Maybe Waffle-2/+2
2022-06-22Impl `io::error::repr_bitpacked::Repr::new`Jiahao XU-0/+9
2022-03-29cleanup some of the less terrifying library codeAria Beingessner-1/+1
2022-03-29Make the stdlib largely conform to strict provenance.Aria Beingessner-5/+5
2022-03-29Indicate the correct error code in the `compile_fail` block.Thom Chiovoloni-1/+1
2022-03-23Add a `compile_fail` doctest to check that `io::Error: !UnwindSafe`Thom Chiovoloni-0/+9
2022-03-23Ensure io::Error's bitpacked repr doesn't accidentally impl UnwindSafeThom Chiovoloni-5/+6
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+1
2022-02-10Rename to `InvalidFilename`Yuki Okushi-1/+1
2022-02-04Add more tests for io::Error packing, and fix some comments that weren't quit...Thom Chiovoloni-9/+31
2022-02-04Update documentation somewhatThom Chiovoloni-12/+16
2022-02-04Use wrapping pointer arithmetic in the bitpacked io::ErrorThom Chiovoloni-8/+15
2022-02-04Elaborate some in the documentation and respond to some review commentsThom Chiovoloni-7/+19
2022-02-04Update library/std/src/io/error/repr_bitpacked.rsThom Chiovoloni-1/+1
2022-02-04Fix comment typos noticed by code review.Thom Chiovoloni-2/+2
2022-02-04Address address comments, improve comments slightlyThom Chiovoloni-5/+13
2022-02-04Optimize io::error::Repr layout on 64 bit targets.Thom Chiovoloni-0/+338