about summary refs log tree commit diff
path: root/src/libstd/sys/common/mod.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-91/+0
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-0/+2
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+5
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-0/+4
2015-03-12Stabilize std::pathAaron Turon-0/+4
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-2/+2
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-0/+1
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+10
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-5/+5
2015-01-24Add ffi::OsString and OsStrAaron Turon-2/+13
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-18Fallout from new thread APIAaron Turon-0/+1
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+3
2014-12-13libstd: use unboxed closuresJorge Aparicio-1/+3
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-1/+4
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-5/+4
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-0/+1
2014-11-21sys: reveal std::io representation to sys moduleAaron Turon-5/+4
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
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 helper threadsAaron Turon-0/+1
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+91