about summary refs log tree commit diff
path: root/src/libstd/sys/unix/os.rs
AgeCommit message (Expand)AuthorLines
2015-02-26path -> PathBuf for openbsd/bitrigSébastien Marie-1/+2
2015-02-25path -> PathBuf for osx/dragonfly (fixup #22727)Manish Goregaokar-11/+11
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-25/+32
2015-02-22Rollup merge of #22568 - semarie:openbsd-rfc592, r=huonwManish Goregaokar-1/+1
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-2/+12
2015-02-20unbreak openbsd build after 1860ee52Sébastien Marie-1/+1
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-2/+2
2015-02-18std: Implement CString-related RFCsAlex Crichton-14/+14
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-16Implement ExactSizeIterator for Args and ArgsOsSimonas Kazlauskas-0/+4
2015-02-13Add std::processAaron Turon-6/+8
2015-02-11bitrig integrationDave Huseby-2/+12
2015-02-05complete openbsd support for `std::env`Sébastien Marie-7/+3
2015-02-05unbreak tree for openbsd after #21787Sébastien Marie-6/+7
2015-02-03iOS: fixed buildValerii Hiora-14/+16
2015-02-02Test fixes and rebase conflictsAlex Crichton-6/+12
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-122/+319
2015-02-01std: Add a new `env` moduleAlex Crichton-121/+319
2015-02-01openbsd: incoporate remarksSébastien Marie-2/+9
2015-02-01openbsd supportSébastien Marie-2/+28
2015-01-29Fix wrong use std::io -> old_ioMichael Neumann-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-4/+4
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-18/+13
2015-01-03Remove deprecated functionalityAlex Crichton-1/+0
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+4
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2015-01-02More falloutNick Cameron-2/+2
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-1/+11
2014-12-22Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+2
2014-12-19load_self() needs to be publicMichael Neumann-1/+1
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-1/+11
2014-12-18Refactor std::os to use sys::osAaron Turon-3/+132
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-1/+1
2014-11-08Runtime removal: refactor pipes and networkingAaron Turon-0/+11
2014-11-08Runtime removal: add private sys, sys_common modulesAaron Turon-0/+101