Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-27 | Fix an "unused import" warning on musl | Alan Somers | |
2020-06-27 | misc clippy cleanup | Alan Somers | |
2020-05-31 | Convert the crate to edition 2018 | Alan Somers | |
2019-09-03 | Replace most instances of mem::uninitialized with mem::MaybeUninit | Alan Somers | |
Only two instances remain: * For the deprecated sys::socket::CmsgSpace::new. We should probably just remove that method. * For sys::termios::Termios::default_uninit. This will require some more thought. Fixes #1096 | |||
2019-06-09 | Add extra traits for all types | Bryant Mairs | |
Derive Clone, Copy, Eq, Hash, and PartialEq for all types. Not all traits are supported by all types, which is why many are missing some. | |||
2018-01-28 | Require Debug impls for all types | Bryant Mairs | |
2017-12-04 | Stop reexporting `Errno` and its variants | Jonas Schievink | |
cc #664 (unsure if this is everything needed) | |||
2016-06-29 | musl target needs std::mem now | Philipp Matthias Schaefer | |
2016-06-11 | Provide accessors to sigmask of UContext. | Philipp Matthias Schaefer | |
2016-05-18 | Exclude UContext::get(),set() on musl, not available from libc. | Justin Latimer | |
2016-03-14 | Add context module. | Philipp Matthias Schaefer | |
The module wraps context handling related functions and structs. |