about summary refs log tree commit diff
path: root/src/libstd/fs.rs
AgeCommit message (Expand)AuthorLines
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-11Rollup merge of #27651 - tshepang:patch-8, r=GankroManish Goregaokar-1/+1
2015-08-11doc: remove an unneeded distinctionTshepang Lekhonkhobe-1/+1
2015-08-10doc: success is implied reallyTshepang Lekhonkhobe-2/+2
2015-08-06Rollup merge of #27550 - tshepang:missing-info, r=brsonManish Goregaokar-0/+2
2015-08-06doc: add info about the u64 wrapped in ResultTshepang Lekhonkhobe-0/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+3
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-1/+6
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+4
2015-07-11Change std::fs::File.set_len example and documentationjethrogb-2/+6
2015-07-10Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichtonbors-15/+27
2015-07-10Use CopyFileEx for fs::copy on WindowsPeter Atashian-15/+27
2015-07-09Add FileTypeUnix trait to add unix special file typesJesús Espino-0/+4
2015-06-28Add `.write(true)` to append and truncate examplesRemi Rampin-2/+2
2015-06-09std: Stabilize a number of new fs featuresAlex Crichton-57/+31
2015-05-28Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichtonManish Goregaokar-0/+2
2015-05-26Add note about filesystems to fs::renameSteve Klabnik-0/+2
2015-05-20Fix stability and deprecation markers on soft_link and symlinkBrian Campbell-1/+1
2015-05-18[doc] Add a reference from PathExt to fs::metadataMatt Brubeck-2/+3
2015-05-16fs::walk_dir example without unstable featuresJohannes Hoff-6/+5
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-1/+1
2015-04-30Remove unnecessary 'mut' qualifier on doc-comment varCorey Farwell-1/+1
2015-04-28std: Implement fs::DirBuilderAlex Crichton-5/+57
2015-04-27std: Expand the area of std::fsAlex Crichton-14/+218
2015-04-21rollup merge of #24222: lambda/rename-soft-link-to-symlinkAlex Crichton-7/+14
2015-04-21Deprecate std::fs::soft_link in favor of platform-specific versionsBrian Campbell-7/+14
2015-04-21Implement Debug for FileChris Wong-0/+7
2015-04-17Rollup merge of #24452 - tbu-:pr_file_path, r=aturonManish Goregaokar-7/+6
2015-04-15Fix some typos.Ms2ger-2/+2
2015-04-15Remove one allocation for the file path in file openingTobias Bucher-7/+6
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-13/+13
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+3
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-13/+13
2015-04-07std: Deny most warnings in doctestsAlex Crichton-11/+14
2015-04-02Auto merge of #23931 - steveklabnik:doc_std_fs, r=alexcrichtonbors-42/+306
2015-04-02Add more examples and documentation for std::fsSteve Klabnik-42/+306
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-1/+1
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-2/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-0/+1647
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-0/+1641
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1503/+0
2015-02-20try to reduce bajillion warningsAlexis-2/+4
2015-02-17Fix a small typo in libstd/fs.rsMarkus Siemens-1/+1
2015-02-15doc: fix and expand File::create explanationTshepang Lekhonkhobe-3/+3
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+1501
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-765/+0
2012-03-08Rename last to last_opt, last_unsafe to lastTim Chevalier-1/+1
2012-03-08Rename last_total to last_unsafeTim Chevalier-1/+2
2012-03-02std: add a fs::remove_file function.Erick Tryzelaar-0/+21