summary refs log tree commit diff
path: root/src/libstd/sys/unix/mod.rs
AgeCommit message (Expand)AuthorLines
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-3/+3
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+10
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-19/+5
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-110/+1
2015-03-31Stabilize std::numAaron Turon-0/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-8/+5
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+9
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-17/+1
2015-02-28std: Implement stdio for `std::io`Alex Crichton-0/+1
2015-02-23Hide unnecessary error checking from the userTobias Bucher-2/+2
2015-02-18std: Implement CString-related RFCsAlex Crichton-2/+3
2015-02-13Add std::processAaron Turon-0/+2
2015-02-11std: Add a `net` module for TCP/UDPAlex Crichton-2/+2
2015-02-09std: Add a new `fs` moduleAlex Crichton-2/+25
2015-02-03std: Add `io` module againAlex Crichton-1/+31
2015-02-01std: Add a new `env` moduleAlex Crichton-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-20/+20
2015-01-24Add ffi::OsString and OsStrAaron Turon-0/+1
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-0/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-6/+7
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-31Revert "std: Re-enable at_exit()"Alex Crichton-0/+16
2014-12-30rollup merge of #20286: murarth/get-address-nameAlex Crichton-0/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-16/+0
2014-12-28Added `get_address_name`, an interface to `getnameinfo`Murarth-0/+1
2014-12-25Map EEXIST to PathAlreadyExists error, closes #20226Florian Hahn-0/+2
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-13libstd: use unboxed closuresJorge Aparicio-1/+4
2014-12-05Fall out of the std::sync rewriteAlex Crichton-1/+3
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-1/+5
2014-11-26auto merge of #19169 : aturon/rust/fds, r=alexcrichtonbors-0/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-3/+4
2014-11-21libs: add std::os::unix moduleAaron Turon-0/+1
2014-11-20Make most of std::rt privateAaron Turon-1/+1
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-0/+1
2014-11-08Runtime removal: refactor timerAaron Turon-0/+1
2014-11-08Runtime removal: refactor processAaron Turon-1/+1
2014-11-08Runtime removal: refactor helper threadsAaron Turon-0/+11
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-7/+43
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+92