about summary refs log tree commit diff
path: root/src/libstd/sys/unix
AgeCommit message (Expand)AuthorLines
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-1/+1
2014-12-06libstd: remove unnecessary `as_mut_slice` callsJorge Aparicio-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-12-05rollup merge of #19454: nodakai/libstd-reap-failed-childCorey Richardson-10/+33
2014-12-05Fall out of the std::sync rewriteAlex Crichton-5/+6
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-1/+405
2014-12-05libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2).NODA, Kai-10/+33
2014-11-26rollup merge of #19273: ogham/rename-file-typesAlex Crichton-6/+6
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-6/+114
2014-11-24Clean up FileType enum following enum namespacingBen S-6/+6
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-3/+56
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-1/+1
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-1/+1
2014-11-21libs: add std::os::unix moduleAaron Turon-0/+108
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-6/+6
2014-11-20Make most of std::rt privateAaron Turon-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-17Fix fallout from coercion removalNick Cameron-13/+13
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-3/+3
2014-11-10Fix 'renamed lint' warningsMichael Gehring-1/+1
2014-11-08Runtime removal: fully remove rtioAaron Turon-0/+5
2014-11-08Runtime removal: refactor ttyAaron Turon-19/+48
2014-11-08Runtime removal: refactor timerAaron Turon-0/+283
2014-11-08Runtime removal: refactor processAaron Turon-1/+999
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+40
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-7/+543
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+455