about summary refs log tree commit diff
path: root/src/libstd/sys/unix/fs.rs
AgeCommit message (Expand)AuthorLines
2015-01-05std: Redesign c_str and c_vecAlex Crichton-23/+25
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-7/+6
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-4/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-1/+1
2014-12-06libstd: remove unnecessary `as_mut_slice` callsJorge Aparicio-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-11-24Clean up FileType enum following enum namespacingBen S-6/+6
2014-11-17Fix fallout from coercion removalNick Cameron-3/+3
2014-11-08Runtime removal: refactor ttyAaron Turon-19/+0
2014-11-08Runtime removal: refactor processAaron Turon-0/+411