summaryrefslogtreecommitdiff
path: root/src/errno.rs
AgeCommit message (Expand)Author
2022-11-11Nuke deprecated Errno flagsAlex Saveau
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-05-14add haiku supportAl Hoang
2022-02-21Add ENOTRECOVERABLE and EOWNERDEAD error codes on DragonFlyRyan Zoeller
2021-09-19Clippy cleanupAlan Somers
2021-09-08Make Errno::result() inlinelinkmauve
2021-08-13constify more functionsAlan Somers
2021-07-29Merge #1473 #1474 #1476bors[bot]
2021-07-24Constify many functionsAlan Somers
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-14Add more errno definitions for better backwards compat with 0.21.0Alan Somers
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-06-12Add Errno::EOPNOTSUPP to FreeBSD, where it is missingAlan Somers
2021-06-12Errno aliases are now associated consts of the Errno type.Alan Somers
2021-06-12Remove Errno consts from platforms where they aren't defined.Alan Somers
2021-05-30misc Clippy cleanupAlan Somers
2021-03-21illumos and Solaris supportJason King
2020-12-19Add fuchsia supportAmanda Tait
2020-09-21DragonFlyBSD: use __errno_location now provided by the libc crateChuck Musser
2020-06-27Make Errno::clear safeAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-12-29remove deprecated Error::descriptionRadyk Andrii
2019-08-29Clippy cleanupAlan Somers
2019-03-29add errno constants for OpenBSD 6.2 and format long linesJenn Wheeler
2019-03-28Add ENOTSUP to Linux and AndroidJulio Merino
2019-01-13Implement nix wrapper for libc::signalRobert Gardner
2018-12-03DragonflyBSD: Remove unused Errno'sLevente Kurusa
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2017-12-20Merge redundant match armsBryant Mairs
2017-12-19Merge #799bors[bot]
2017-12-19Fix support for DragonFlyMichael Neumann
2017-12-05Derive Eq for ErrnoBryant Mairs
2017-12-05Remove redundant constant testsBryant Mairs
2017-12-05Switch to libc definitons of errno constantsBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-11-16Use libc function declarations for errno gettersBryant Mairs
2017-11-16Remove bitrig #[cfgsBryant Mairs
2017-07-04Allow nix to compile on android targetsroblabla
2017-04-09Re-enabled errorno test for not_android.Zac Berkowitz
2017-04-09Fixed constants for MIPSZac Berkowitz
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-11-20netbsd supportJeremy Fitzhardinge
2015-09-09Add/Fix support for DragonFly BSDMichael Neumann
2015-09-03Make tests compile on FreeBSDGeoffrey Thomas
2015-07-06Consts are not on all kernelsTilde Engineering
2015-07-03Add support for ptraceJoseph Kain