summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
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::windows moduleAaron Turon-1/+102
2014-11-21libs: add std::os::unix moduleAaron Turon-0/+108
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-15/+22
2014-11-20Make most of std::rt privateAaron Turon-8/+8
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+1
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-3/+3
2014-11-18Windows and OS X falloutNick Cameron-11/+11
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+8
2014-11-17Fix fallout from coercion removalNick Cameron-15/+15
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+3
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-6/+5
2014-11-10Fix 'renamed lint' warningsMichael Gehring-3/+3
2014-11-08Runtime removal: fully remove rtioAaron Turon-0/+5
2014-11-08Runtime removal: refactor ttyAaron Turon-19/+223
2014-11-08Runtime removal: refactor timerAaron Turon-0/+492
2014-11-08Runtime removal: refactor processAaron Turon-12/+1971
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+224
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-9/+2443
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+1077