about summary refs log tree commit diff
path: root/src/libstd/fs.rs
AgeCommit message (Expand)AuthorLines
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
2012-02-29std: DeCamelCase fs::splitDirnameBasenameBrian Anderson-3/+3
2012-02-23Finish cleanup of core::strMarijn Haverbeke-12/+8
2012-02-23Various cleanups and optimizations in core::strMarijn Haverbeke-13/+5
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-6/+6
2012-02-23(core::str) do some replacementsKevin Cantu-4/+4
2012-02-23(core::char) rename slice -> slice_charsKevin Cantu-2/+2
2012-02-23(core::str) rename rindex -> rindex_charsKevin Cantu-2/+2
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-1/+1
2012-02-22Remove preconditions from librariesMarijn Haverbeke-2/+1
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-6/+6
2012-02-12(core::str) move push_byte, push_bytes, pop_byte, and shift_byte into str::un...Kevin Cantu-3/+3
2012-02-11using str::rindex...Kevin Cantu-17/+20
2012-02-11core::str rename [r]index -> [r]index_bytesKevin Cantu-4/+4
2012-02-09Increase precedence of as operatorMarijn Haverbeke-2/+2
2012-02-07core: make str::substr use char positions (and replace other uses)Kevin Cantu-2/+2
2012-02-07String split renaming:Kevin Cantu-4/+9
2012-02-05std: Use ctypes::c_int in path_is_dirBrian Anderson-4/+1
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-1/+1
2012-02-01Propagating unsafe::slice 2Kevin Cantu-2/+2
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-1/+1
2012-01-19libstd: Revert an integer type castingHaitao Li-1/+4
2012-01-19rustc: Use integer from ctypes consistentlyHaitao Li-2/+6
2012-01-19Use ctypes in native function declarationsHaitao Li-4/+4
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+285
2012-01-09Fix rpath bug.Graydon Hoare-9/+12