Age | Commit message (Expand) | Author |
---|---|---|
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-12-08 | Replace try! with ? | Alan Somers |
2018-02-08 | make statfs/statvfs to be available wherever they are available | Igor Gnatenko |
2018-01-28 | Require Debug impls for all types | Bryant Mairs |
2018-01-28 | Implement Copy/Clone for all types missing it | Bryant Mairs |
2018-01-28 | Deny unused qualifications | Bryant Mairs |
2017-12-10 | Migrate more bitflags to use libc_bitflags! | Bryant Mairs |
2017-12-04 | Stop reexporting `Errno` and its variants | Jonas Schievink |
2017-08-10 | Refactor statvfs module | Bryant Mairs |
2017-06-18 | Update bitflags to 0.9 | equal-l2 |
2017-02-16 | Update bitflags to 0.7 | Simon Sapin |
2016-01-28 | Move errno::Result back to crate root | arcnmx |
2016-01-28 | Errno::result() | arcnmx |
2016-01-25 | Normalize tabs to spaces | arcnmx |
2015-12-03 | Statvfs improvements | Brandon W Maister |
2015-09-28 | statfs() & fstatfs() | Alexander Polakov |