summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-02-10Add `NixPath`, `NixError`, and `NixResult`.Utkarsh Kukreti
2015-02-10Fix warningsCarl Lerche
2015-02-01Changed options parameter for waitpid to Option<WaitPidFlag>Markus Jais
2015-01-27Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`.Utkarsh Kukreti
2015-01-13changed uint and int to usize and isize respectivelyRick Richardson
2015-01-09Update for Rust 1.0 alphaCarl Lerche
2015-01-03Update to rust masterValerii Hiora
2015-01-02Track rust masterValerii Hiora
2014-11-11rtio removed, use own routines for reading/writingRoma Sokolov
2014-10-11Implement scatter/gather IO: writev & readv.Roma Sokolov