summary refs log tree commit diff
path: root/src/libstd/sys/unix/fs.rs
AgeCommit message (Expand)AuthorLines
2016-01-12openbsd has dirent d_namlen field nowSébastien Marie-3/+3
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-45/+65
2015-12-20Auto merge of #30454 - mmcco:size_t, r=alexcrichtonbors-2/+2
2015-12-17Add a type prefix to fix buildMichael McConville-1/+1
2015-12-17Make runtime function return size_tMichael McConville-2/+2
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+1
2015-11-09std: Migrate to the new libcAlex Crichton-9/+9
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+1
2015-10-13Make the Metadata struct CloneBen S-0/+1
2015-08-28Reduce the reliance on `PATH_MAX`Barosl Lee-15/+30
2015-08-24Atomically open files with O_CLOEXEC where possibleTobias Bucher-1/+4
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-7/+0
2015-08-11Register new snapshotsAlex Crichton-2/+0
2015-08-11Auto merge of #27549 - tshepang:clarity, r=alexcrichtonbors-1/+1
2015-08-06fs: indicate that we only copy regular filesTshepang Lekhonkhobe-1/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
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