Age | Commit message (Expand) | 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 |
2019-06-09 | Add extra traits for all types | Bryant Mairs |
2018-01-28 | Require Debug impls for all types | Bryant Mairs |
2017-12-04 | Stop reexporting `Errno` and its variants | Jonas Schievink |
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 |