about summary refs log tree commit diff
path: root/src/libstd/sys/unix/fs.rs
AgeCommit message (Expand)AuthorLines
2016-07-13Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichtonbors-1/+7
2016-07-11std: clear errno before readdir, then check it (solaris)Josh Stone-1/+7
2016-07-10Derive Debug on FileType.Martin Pool-1/+1
2016-06-24Bubble up the errors in `set_nonblocking` and `set_cloexec`Tobias Bucher-1/+1
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-28/+7
2016-04-27std: Add compatibility with android-9Alex Crichton-4/+7
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+0
2016-03-22try! -> ?Jorge Aparicio-52/+52
2016-03-08std: Funnel read_to_end through to one locationAlex Crichton-0/+4
2016-03-07Fix building libstd on on emscripten targets.ashleysommer-3/+7
2016-02-22Auto merge of #31805 - cuviper:android-lfs, r=alexcrichtonbors-1/+4
2016-02-21Fix `struct stat` usage on NetBSDSebastian Wicki-1/+25
2016-02-21std: Use Android LFS off64_t, ftruncate64, and lseek64Josh Stone-1/+4
2016-02-14std: use LFS open64 on LinuxJosh Stone-3/+3
2016-02-14std: use LFS readdir64_r on LinuxJosh Stone-5/+7
2016-02-14std: use LFS lseek64 on LinuxJosh Stone-7/+7
2016-02-14std: use LFS ftruncate64 on LinuxJosh Stone-3/+4
2016-02-13std: Deprecate all std::os::*::raw typesAlex Crichton-48/+30
2016-02-08Auto merge of #31468 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-1/+10
2016-02-07Don't let `remove_dir_all` recursively remove a symlinkPaul Dicker-1/+10
2016-02-06Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichtonbors-2/+4
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-2/+4
2016-02-05std: Only have extra set_cloexec for files on LinuxAlex Crichton-4/+12
2016-02-04std: Expose SystemTime accessors on fs::MetadataAlex Crichton-0/+62
2016-02-04Auto merge of #31360 - pitdicker:fs_tests_cleanup, r=alexcrichtonbors-0/+12
2016-02-04Auto merge of #31069 - sfackler:file-try-clone, r=alexcrichtonbors-0/+4
2016-02-04Add File::try_cloneSteven Fackler-0/+4
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-5/+51
2016-02-03Adress commentsPaul Dicker-5/+4
2016-02-03Fix broken auto-mac-ios-opt buildNikita Baksalyar-5/+1
2016-02-02unifying name_bytes now that the two blocks are the sameDave Huseby-8/+2
2016-02-02Fixes #31229Dave Huseby-1/+1
2016-02-02Enable more fs tests on WindowsPaul Dicker-0/+13
2016-01-31Rename sunos to solarisNikita Baksalyar-9/+9
2016-01-31Fix problems with f64 and DirEntry on IllumosNikita Baksalyar-3/+9
2016-01-31Add Illumos supportNikita Baksalyar-4/+48
2016-01-20Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichtonbors-35/+56
2016-01-15Addressed commentsPaul Dicker-7/+9
2016-01-13Move `custom_flags` to `OpenOptionsExt`Paul Dicker-2/+2
2016-01-13Implement RFC 1252 expanding the OpenOptions structurePaul Dicker-35/+54
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