summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2018-01-28Require docs for the poll moduleBryant Mairs
2018-01-28Deny missing docs for pty moduleBryant Mairs
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2018-01-28Disallow unnecessary import bracesBryant Mairs
2018-01-28Prevent the use of unstable compiler featuresBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2018-01-21Merge #820bors[bot]
2018-01-15aio: use `Bytes` instead of `Rc<[u8]>`Alan Somers
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2017-12-20Dereference in match head insteadBryant Mairs
2017-12-05Remove nix-test subcrateBryant Mairs
2017-12-05Merge #696bors[bot]
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-03Add support for getifaddrs. Closes: #650.Markus Wanner
2017-07-26add poll module for all platformsNicolas Dusart
2017-07-25Merge #694bors[bot]
2017-07-20Remove workaround for `pub extern crate`Jonas Schievink
2017-07-19Remove c_int and c_void from rootBryant Mairs
2017-06-13Added ptrace utilities.Daniel McKenna
2017-05-16Add various pty functionsBryant Mairs
2017-02-19Fix the style for bitflags!Mathias Svensson
2016-10-27error: add documentation for nix::ErrorPaul Osborne
2016-08-31Replace ffi module by libc functions in mqueue.rsPhilipp Matthias Schaefer
2016-06-06Only deny warnings in testKamal Marhubi
2016-04-18Use Void in exec return typearcnmx
2016-03-17Auto merge of #311 - fiveop:context, r=@kamalmarhubiHomu
2016-03-16Add libc_bitflags convenience macroKamal Marhubi
2016-03-14Add context module.Philipp Matthias Schaefer
2016-03-11libc: re-export libc properlyPaul Osborne
2016-03-06unistd: Use bindings from libc instead of our ownKamal Marhubi
2016-02-28Make crate libc import public.Philipp Matthias Schaefer
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2016-01-27Avoid stack allocation in with_nix_path for Option::NoneKamal Marhubi
2016-01-27Implement NixPath for Option<&T> where T: NixPathKamal Marhubi
2016-01-27Implement NixPath for str and OsStrKamal Marhubi
2016-01-27Use the net module unconditionallyKamal Marhubi
2016-01-27Added if_nametoindex (and necessary module based on Cs net/if.h)Marc Brinkmann
2016-01-25Implement NixPath for CStrKamal Marhubi
2016-01-25Add everything from poll.h.Utkarsh Kukreti
2016-01-18Update to libc 0.2.4User Vagrant
2016-01-18update libc to 0.2.2Mattis Marjak
2015-11-03Use `libc::PATH_MAX` in `NixPath::with_nix_path`.Utkarsh Kukreti
2015-10-27Improve Error interoperability with stdJeremy Fitzhardinge
2015-08-12Update some stuff for upstream bitflags changesCorey Richardson
2015-05-28Remove std::os::unix::io::RawFd re-exportCarl Lerche
2015-05-28Move nix::mq -> nix::mqueue to mirror headerCarl Lerche
2015-05-21Fix NixPath yield with CStr instead of OsStrCarl Lerche
2015-05-07Scope to unix platformsCarl Lerche