index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dir.rs
Age
Commit message (
Expand
)
Author
2022-12-04
Move some pure formatting changes out of #1863
Alex Saveau
2022-11-06
Reformat everything
Alex Saveau
2022-10-08
Fix clippy warnings on nightly
Ryan Zoeller
2022-08-20
Remove MSRV-related workaround for doc aliases
Ryan Zoeller
2022-07-10
More docs for the dir module
Alan Somers
2022-06-26
Document aliases for functions like getuid()
Ryan Zoeller
2022-05-14
add haiku support
Al Hoang
2022-02-07
Impl `AsRawFd` for `OwningIter`
Dean Li
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-19
Clippy cleanup
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-03-24
Merge #1401
bors[bot]
2021-03-21
cleanup: remove redundant unwrap in Dir::from_fd
Scott Lamb
2021-03-21
illumos and Solaris support
Jason King
2021-02-15
Dir: Implement `IntoIterator` for `Dir`
William Manley
2021-02-07
Don't implement Clone on Dir, SignalFd, and PtyMaster
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Simply disable the dir module, since only the entry struct is available
Xavier L'Heureux
2020-05-17
Remove more unsupported functions and make it possible to run tests
Xavier L'Heureux
2020-05-17
Add Redox support for most of the modules
Xavier L'Heureux
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-08-29
Clippy cleanup
Alan Somers
2019-06-11
Use ptr::NonNull for Dir
Bryant Mairs
2019-06-09
Add extra traits for all types
Bryant Mairs
2018-09-03
new dir module
Scott Lamb