about summary refs log tree commit diff
path: root/src/libstd/sys/unix/mod.rs
AgeCommit message (Expand)AuthorLines
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+1
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-0/+3
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-0/+1
2016-01-26Fix warnings during testsAlex Crichton-26/+27
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-1/+22
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-2/+3
2015-11-09std: Migrate to the new libcAlex Crichton-4/+2
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-1/+4
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-0/+14
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-8/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
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