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