about summary refs log tree commit diff
path: root/src/libstd/path.rs
AgeCommit message (Expand)AuthorLines
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-33/+1
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-1/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1/+1
2015-04-21std: Remove deprecated AsPath traitAlex Crichton-32/+0
2015-04-19Fix typos in code commentsCorey Farwell-2/+2
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-5/+5
2015-04-14Test fixes and rebase conflictsAlex Crichton-1/+1
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-16/+16
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-16/+16
2015-04-12Fixed with_extension documentation bugTheo Belaire-1/+2
2015-04-01rollup merge of #23951: alexcrichton/splitnAlex Crichton-1/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-1/+1
2015-04-02Rollup merge of #23932 - steveklabnik:doc_std_path, r=flaper87Manish Goregaokar-0/+213
2015-04-01Add examples + documentation for std::pathSteve Klabnik-0/+213
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-6/+9
2015-03-26Revise use of conversion traitsAaron Turon-34/+6
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-10/+13
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-27/+173
2015-03-23Add generic conversion traitsAaron Turon-27/+173
2015-03-23Clarify behavior of Path::relative_fromBrian Anderson-0/+3
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-4/+4
2015-03-16impl charJorge Aparicio-0/+1
2015-03-15Auto merge of #23387 - Manishearth:rollup, r=Manishearthbors-2/+2
2015-03-14std: Remove ?Sized bounds from many I/O functionsAlex Crichton-13/+13
2015-03-15fix typosFuGangqiang-2/+2
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-4/+4
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-273/+354
2015-03-12Stabilize std::pathAaron Turon-273/+354
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-4/+4
2015-03-06Rollup merge of #23096 - posborne:paths-documentation-grammar-fix, r=huonwManish Goregaokar-1/+1
2015-03-06Rollup merge of #23045 - ctjhoa:master, r=ManishearthManish Goregaokar-1/+1
2015-03-06file permission: remove executable bit from *.rsLai Jiangshan-0/+0
2015-03-05fix minor grammar mistake in paths documentationPaul Osborne-1/+1
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-4/+4
2015-03-04docs(path.rs): fix ends_with methodCamille TJHOA-1/+1
2015-02-25impl IntoCow for Path[Buf]Jorge Aparicio-1/+33
2015-02-20try to reduce bajillion warningsAlexis-1/+0
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-2/+2
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-7/+11
2015-02-18Stabilize std::borrowAaron Turon-7/+11
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-2/+2
2015-02-18make FromIterator use IntoIteratorAlexis-1/+1
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-17rollup merge of #22208: aturon/expose-more-pathAlex Crichton-123/+126
2015-02-16Expose more of std::pathAaron Turon-123/+126