about summary refs log tree commit diff
path: root/src/libnative/io
AgeCommit message (Expand)AuthorLines
2014-11-20Remove libnativeAaron Turon-1356/+0
2014-11-08Runtime removal: fully remove rtioAaron Turon-102/+0
2014-11-08Runtime removal: refactor ttyAaron Turon-186/+0
2014-11-08Runtime removal: refactor timerAaron Turon-512/+0
2014-11-08Runtime removal: refactor processAaron Turon-20/+0
2014-11-08Runtime removal: refactor helper threadsAaron Turon-199/+0
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-2265/+0
2014-11-08Runtime removal: refactor fsAaron Turon-1161/+1
2014-11-08Remove signal handling.Aaron Turon-4/+0
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-719/+0
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-10-30Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-11/+11
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-24Fix sigaction on OS XJohn Kåre Alsaker-10/+0
2014-10-20Test fixes and rebase conflictsAlex Crichton-6/+6
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-30/+36
2014-10-16libnative: Remove all uses of {:?}.Luqman Aden-2/+2
2014-10-10Register new snapshotsAlex Crichton-18/+18
2014-10-09Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-09native: Convert statics to constantsAlex Crichton-54/+54
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-05Fix cfg syntax warnings in libnativeMichael Gehring-8/+4
2014-10-02rollup merge of #17720 : ben0x539/shiftsAlex Crichton-8/+9
2014-10-02native: fix passing errno to parent after forkBenjamin Herr-8/+9
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Revert "Review and rebasing changes"Aaron Turon-1/+1
2014-10-02Review and rebasing changesNick Cameron-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-67/+66
2014-09-30Fix libnativeSteven Fackler-67/+66
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-1/+1
2014-09-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-1/+1
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-09-24liblibc and libnative: send() should use const buffers.NODA, Kai-2/+2
2014-09-24libnative/io: datasync() wrongly called fsync().NODA, Kai-1/+1
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-2/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-4/+4
2014-09-16Fallout from renamingAaron Turon-62/+62
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-09rollup merge of #17020 : nodakai/libnative-c_intAlex Crichton-34/+22
2014-09-08libnative/io: generic retry() for Unix 64 bit read/write().NODA, Kai-34/+22
2014-09-07auto merge of #16942 : alexcrichton/rust/remove-net-assert, r=brsonbors-1/+1
2014-09-06readdir: return error instead of failing on invalid UTF-16Peter Atashian-26/+19
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-8/+8
2014-09-03Fix spelling errors and capitalization.Joseph Crail-8/+8
2014-09-03libnative/io/file_unix: remove superfluous retry().NODA, Kai-24/+12
2014-09-02native: Remove a bogus assert in net::readAlex Crichton-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-2/+2