about summary refs log tree commit diff
path: root/src/libstd/sys/unix/os.rs
AgeCommit message (Expand)AuthorLines
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