about summary refs log tree commit diff
path: root/src/libstd/sys/windows/fs.rs
AgeCommit message (Expand)AuthorLines
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