summary refs log tree commit diff
path: root/src/libstd/sys/unix/fs.rs
AgeCommit message (Expand)AuthorLines
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-0/+2
2015-07-10Show file name and access mode in Debug instance for File on OS XFlorian Hartwig-3/+15
2015-07-10Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichtonbors-1/+17
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-1/+17
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-1/+1
2015-06-12Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturonbors-19/+10
2015-06-09std: Tweak process raising/lowering implementationsAlex Crichton-2/+0
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-19/+10
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-3/+4
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-0/+528
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-409/+0
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-1/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-3/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+9
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+1
2015-03-12Stabilize std::pathAaron Turon-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-26fixing a few bitrig build breakersDave Huseby-15/+0
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