summaryrefslogtreecommitdiff
path: root/src/dir.rs
AgeCommit message (Expand)Author
2022-12-04Move some pure formatting changes out of #1863Alex Saveau
2022-11-06Reformat everythingAlex Saveau
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-08-20Remove MSRV-related workaround for doc aliasesRyan Zoeller
2022-07-10More docs for the dir moduleAlan Somers
2022-06-26Document aliases for functions like getuid()Ryan Zoeller
2022-05-14add haiku supportAl Hoang
2022-02-07Impl `AsRawFd` for `OwningIter`Dean Li
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Clippy cleanupAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-03-24Merge #1401bors[bot]
2021-03-21cleanup: remove redundant unwrap in Dir::from_fdScott Lamb
2021-03-21illumos and Solaris supportJason King
2021-02-15Dir: Implement `IntoIterator` for `Dir`William Manley
2021-02-07Don't implement Clone on Dir, SignalFd, and PtyMasterAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Simply disable the dir module, since only the entry struct is availableXavier L'Heureux
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-06-11Use ptr::NonNull for DirBryant Mairs
2019-06-09Add extra traits for all typesBryant Mairs
2018-09-03new dir moduleScott Lamb