about summary refs log tree commit diff
path: root/src/libstd/fs
AgeCommit message (Expand)AuthorLines
2015-03-31rollup merge of #23886: demelev/remove_as_slice_usageAlex Crichton-2/+2
2015-03-31rollup merge of #23766: alexcrichton/stabilize-raw-fdAlex Crichton-3/+9
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-2/+2
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-3/+9
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-24Test fixes and rebase conflicts, round 1Alex Crichton-0/+2
2015-03-24rollup merge of #23646: steveklabnik/doc_fileAlex Crichton-0/+74
2015-03-24Add Examples for FileSteve Klabnik-0/+74
2015-03-23rollup merge of #23383: alexcrichton/fs-create-dir-allAlex Crichton-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+2
2015-03-23Add generic conversion traitsAaron Turon-39/+38
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-21Auto merge of #23470 - alexcrichton:less-prelude, r=aturonbors-3/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-3/+3
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-1/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-03-20Rollup merge of #23529 - steveklabnik:gh23426, r=alexcrichtonManish Goregaokar-0/+5
2015-03-19Comment on when ReadDir is ErrSteve Klabnik-0/+5
2015-03-19std: Stablize io::ErrorKindAlex Crichton-4/+4
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-4/+4
2015-03-14std: Fix create_dir_all for empty pathsAlex Crichton-1/+1
2015-03-14std: Remove ?Sized bounds from many I/O functionsAlex Crichton-24/+20
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-4/+4
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-12/+2
2015-03-12Stabilize std::pathAaron Turon-12/+2
2015-03-11Example -> ExamplesSteve Klabnik-9/+9
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-3/+3
2015-03-06Test fixes and rebase conflictsAlex Crichton-2/+7
2015-03-06std: Ignore a test on windowsAlex Crichton-0/+1
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-37/+86
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-37/+86
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-25Rollup merge of #22744 - alexcrichton:issue-22738, r=aturonManish Goregaokar-0/+4
2015-02-25Rollup merge of #22742 - alexcrichton:issue-22737, r=aturonManish Goregaokar-1/+15
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-0/+1632