about summary refs log tree commit diff
path: root/src/libstd/sys/windows/fs.rs
AgeCommit message (Expand)AuthorLines
2015-11-21Also check for NULs in environment variablesTobias Bucher-10/+3
2015-11-19Error when paths contain NUL charactersTobias Bucher-19/+24
2015-11-09std: Migrate to the new libcAlex Crichton-83/+80
2015-10-13Make the Metadata struct CloneBen S-0/+1
2015-09-29Make fs::canonicalize work on directories on WindowsPeter Atashian-0/+2
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-9/+9
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-13/+0
2015-08-11Register new snapshotsAlex Crichton-2/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-21Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichtonbors-9/+15
2015-07-20Improve Debug impl for File on WindowsPeter Atashian-9/+15
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-2/+2
2015-07-10std: Consider directory junctions as directoriesAlex Crichton-35/+175
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-0/+25
2015-06-27std: Fix Windows XP compatibilityAlex Crichton-5/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-06-08OpenOptionsExt on Windows: i32 -> u32Peter Atashian-9/+9
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-0/+579
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-452/+0
2015-04-01Test fixes and rebase conflictsAlex Crichton-0/+7
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-7/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+9
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-0/+2
2015-03-12Stabilize std::pathAaron Turon-0/+2
2015-03-12std: Remove #[allow] directives in sys modulesAlex Crichton-2/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-16/+4
2015-01-29Rollup merge of #21640 - retep998:rmdir, r=alexcrichtonManish Goregaokar-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-15/+15
2015-01-25wrmdir -> RemoveDirectoryWPeter Atashian-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1/+0
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-29Test fixes and rebase conflictsAlex Crichton-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+2
2014-12-20Fix the fallout of removing feature(import_shadowing).Eduard Burtescu-2/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-09rollup merge of #19620: retep998/memorymapAlex Crichton-1/+1
2014-12-07Make MemoryMap use HANDLE on Windows.Peter Atashian-1/+1
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-2/+2
2014-12-04libstd: io::fs::File::stat() need not to take &mut self.NODA, Kai-1/+1
2014-11-24Clean up FileType enum following enum namespacingBen S-6/+6
2014-11-18Windows and OS X falloutNick Cameron-1/+1
2014-11-08Runtime removal: refactor processAaron Turon-0/+460