about summary refs log tree commit diff
path: root/src/libstd/sys/unix/fs.rs
AgeCommit message (Expand)AuthorLines
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-3/+30
2015-02-18std: Implement CString-related RFCsAlex Crichton-21/+21
2015-02-15openbsd: disable test_file_desc testSébastien Marie-1/+4
2015-02-11fixing more trailing whitespaceDave Huseby-1/+1
2015-02-11fixing trailing whitespace errorsDave Huseby-6/+6
2015-02-11bitrig integrationDave Huseby-3/+30
2015-01-26Fallout of io => old_ioAlex Crichton-10/+10
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
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