Age | Commit message (Expand) | Author |
---|---|---|
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 |