about summary refs log tree commit diff
path: root/src/libstd/path.rs
AgeCommit message (Expand)AuthorLines
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
2015-02-14we forgot to make `Path` implement `Hash`Jorge Israel Peña-0/+1
2015-02-13Add std::processAaron Turon-0/+5
2015-02-11Documentation fix for PathBuf#popBen S-1/+2
2015-02-10Auto merge of #21936 - alexcrichton:fsv2, r=aturonbors-0/+6
2015-02-09std: Add a new `fs` moduleAlex Crichton-0/+6
2015-02-04Fix for misspelled comments.Joseph Crail-2/+2
2015-02-03Test fixes and rebase conflictsAlex Crichton-14/+24
2015-02-03Add new path moduleAaron Turon-0/+2567
2013-10-15path2: Replace the path module outrightKevin Ballard-1507/+0
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-3/+3
2013-09-30std: Remove usage of fmt!Alex Crichton-11/+11
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-22/+31
2013-09-25std: Add an is_parent_of method to PathTim Chevalier-0/+45
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-05Minor doc cleanup.Lindsey Kuper-11/+12
2013-09-05Factor shared code out into default GenericPath methods.Lindsey Kuper-223/+144
2013-09-04Revise path.rs API to not allocate ~str so much.Felix S. Klock II-25/+25
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+5