about summary refs log tree commit diff
path: root/src/libstd/path.rs
AgeCommit message (Expand)AuthorLines
2016-07-06Fix `std::path::Path::file_name()` docggomez-2/+12
2016-07-04Auto merge of #34590 - pwlandoll:master, r=apasel422bors-2/+1
2016-06-30Issue #34076: Removing reference to removed path.prefix() functionPeter Landoll-2/+1
2016-06-30remove unneeded allow flagSteve Klabnik-1/+0
2016-06-28Rollup merge of #34475 - frewsxcv:path-component, r=GuillaumeGomezGuillaume Gomez-0/+20
2016-06-26Expand `std::path::Component` documentation.Corey Farwell-0/+20
2016-06-25Auto merge of #34469 - frewsxcv:path-components, r=GuillaumeGomezbors-0/+4
2016-06-25Indicate how the `std::path::Components` struct is created.Corey Farwell-0/+4
2016-06-25Add hyperlinks to `std::fs` functions from `std::path`.Corey Farwell-5/+15
2016-04-10Fix Windows UNC paths in std::path docsjethrogb-2/+2
2016-03-12std: Clean out deprecated APIsAlex Crichton-69/+2
2016-02-26fixup #31878Manish Goregaokar-1/+1
2016-02-24Prefer 'match' pattern guard over conditional within body.Corey Farwell-5/+2
2016-02-24Prefer `slice::get` over length check with indexing.Corey Farwell-1/+1
2016-02-24Auto merge of #31778 - aturon:snapshot, r=alexcrichtonbors-10/+10
2016-02-23Auto merge of #31751 - gkoz:os_str_path_cmp, r=aturonbors-6/+75
2016-02-23Register new snapshotsAaron Turon-10/+10
2016-02-18Add mutual PartialEq and PartialOrd impls for Path[Buf] and OsStr[ing]Gleb Kozyrev-0/+47
2016-02-18Add mutual PartialOrd impls for Path and PathBufGleb Kozyrev-6/+21
2016-02-18Impl AsRef<Path> for Cow<OsStr>Gleb Kozyrev-0/+7
2016-02-17Update `Path::strip_prefix` docGleb Kozyrev-1/+3
2016-02-03Improve docs for Path::methodsSimonas Kazlauskas-29/+51
2016-01-26Fix warnings during testsAlex Crichton-3/+5
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+46
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-8/+16
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-0/+2
2015-11-11Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnikbors-1/+2
2015-11-10[docs] Update references to renamed fs::stat functionMatt Brubeck-1/+2
2015-11-09libstd: add example for PathBuf::pushKevin Butler-0/+15
2015-11-04Auto merge of #29200 - tshepang:rustfmt-path, r=aturonbors-96/+165
2015-11-03libstd: implement PartialEq<Path> for PathBuf and Cow<Path>Kevin Butler-0/+48
2015-11-03libstd: implement From<&Path|PathBuf> for Cow<Path>Kevin Butler-0/+36
2015-11-03Auto merge of #29514 - apasel422:issue-26220, r=alexcrichtonbors-0/+14
2015-11-02std: Base Hash for Path on its iteratorAlex Crichton-3/+37
2015-11-01Implement `IntoIterator` for `&{Path, PathBuf}`Andrew Paseltiner-0/+14
2015-10-30run rustfmt on std::pathTshepang Lekhonkhobe-96/+165
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+78
2015-09-30Rollup merge of #28749 - tshepang:patch-6, r=blussManish Goregaokar-1/+0
2015-09-30path: remove a line of code that is not usefulTshepang Lekhonkhobe-1/+0
2015-09-30doc: fix typoTshepang Lekhonkhobe-1/+1
2015-09-09Reduce code bloat from conversion traits in function parametersVadim Petrochenkov-7/+40
2015-08-28Rollup merge of #28029 - tshepang:unusual, r=steveklabnikManish Goregaokar-2/+5
2015-08-27Auto merge of #28030 - tshepang:improve-example, r=alexcrichtonbors-2/+4
2015-08-26Make iter::order functions into methods on IteratorSteven Fackler-8/+8
2015-08-26doc: improve as_path exampleTshepang Lekhonkhobe-2/+4
2015-08-26path: the if-else block looked unusualTshepang Lekhonkhobe-2/+5
2015-08-15std: Add issues to all unstable featuresAlex Crichton-3/+6
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-9/+0
2015-08-11Register new snapshotsAlex Crichton-9/+0
2015-08-11Remove unneeded FIXMETobias Bucher-1/+0