summary refs log tree commit diff
path: root/src/librustc_back/fs.rs
AgeCommit message (Expand)AuthorLines
2015-04-14More test fixesAlex Crichton-27/+3
2015-04-14std: Remove AsSlice/Str from the preludeAlex Crichton-1/+1
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-1/+1
2015-04-14rustc_back: Rewrite realpath to not use old_ioAlex Crichton-63/+60
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-3/+1
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-3/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+3
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-5/+4
2015-03-12Stabilize std::pathAaron Turon-0/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-4/+19
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-2/+2
2015-02-01std: Add a new `env` moduleAlex Crichton-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-11/+11
2014-11-24Clean up FileType enum following enum namespacingBen S-1/+1
2014-11-19Make os::getcwd() return IoResult<Path>Barosl Lee-1/+1
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-3/+3
2014-09-30Fix librustc_backSteven Fackler-1/+1
2014-07-14rustc: Move util::fs to rustc_backBrian Anderson-0/+103