Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-04 | Document more things | Alan Somers | |
Also, test rustdoc in CI, and demote missing_docs from a deny to a warning (but still deny it in CI). | |||
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-20 | Remove unnecessary impl Clones | Bryant Mairs | |
2017-12-20 | Remove unnecessary lifetime annotations | Bryant Mairs | |
2017-08-21 | Expose utsname on all platforms | Bryant Mairs | |
2017-08-16 | Use libc::uname and libc::utsname | Bryant Mairs | |
2015-04-03 | 'derive(Copy)' needs Clone now | Florian Hartwig | |
2015-02-20 | Fix a null bug in uname binding | Carl Lerche | |
2015-02-20 | Use new ffi:CStr instead of c_str_to_bytes_with_nul | Sebastian Lauwers | |
2015-01-13 | changed uint and int to usize and isize respectively | Rick Richardson | |
2015-01-07 | more cstr fallout | Rick Richardson | |
2015-01-04 | Fix a few remaining deprecation notices | Carl Lerche | |
2015-01-02 | Track rust master | Valerii Hiora | |
- Updated array syntax - task_rng -> thread_rng | |||
2014-12-10 | Fallout of Copy becoming opt-in. | Victor Berger | |
2014-10-10 | Update static->const | Tilde Engineering | |
2014-10-08 | Bind x86 linux | Tilde Engineering | |
2014-08-25 | Tweaks + fix accept4 | Carl Lerche | |
2014-08-20 | Start binding Darwin | Carl Lerche | |
2014-08-17 | Add uname | Carl Lerche | |