about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2014-12-09rollup merge of #19577: aidancully/masterAlex Crichton-1/+17
2014-12-05prefer "FIXME" to "TODO".Aidan Cully-1/+1
2014-12-05work around portability issue on FreeBSD, in which the key returned fromAidan Cully-1/+17
2014-12-05Fall out of the std::sync rewriteAlex Crichton-12/+21
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-1/+221
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-5/+4
2014-11-24std: Leak all statically allocated TLS keysAlex Crichton-35/+2
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-0/+307
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-5/+4
2014-11-20Make most of std::rt privateAaron Turon-4/+4
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+2
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-3/+2
2014-11-10Fix 'renamed lint' warningsMichael Gehring-1/+1
2014-11-08Runtime removal: refactor ttyAaron Turon-0/+8
2014-11-08Runtime removal: refactor processAaron Turon-11/+0
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+145
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-0/+909
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+91