about summary refs log tree commit diff
path: root/src/libstd/path.rs
AgeCommit message (Expand)AuthorLines
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
2015-08-11Rollup merge of #27633 - tshepang:patch-6, r=alexcrichtonManish Goregaokar-1/+1
2015-08-10doc: add missing symbolTshepang Lekhonkhobe-1/+1
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-4/+4
2015-08-03syntax: Implement #![no_core]Alex Crichton-4/+8
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-2/+3
2015-05-25Auto merge of #25736 - tshepang:path-nits, r=steveklabnikbors-3/+3
2015-05-23doc: fix Windows test failureTshepang Lekhonkhobe-2/+2
2015-05-23path: make this bit follow idiomTshepang Lekhonkhobe-1/+1
2015-05-23doc: missing wordsTshepang Lekhonkhobe-2/+2
2015-05-21doc: miscellaneous improvements to std::path::Path examplesTshepang Lekhonkhobe-38/+40
2015-05-16libstd: Path docs: `file` is now `file_name`Ryman-2/+2
2015-05-11Rollup merge of #25278 - cpjreynolds:path-doc, r=alexcrichtonSteve Klabnik-1/+1
2015-05-11docs: Clarify Path::starts_with (and ends_with)Ulrik Sverdrup-0/+6
2015-05-10Fix grammar in path::Path documentationCole Reynolds-1/+1
2015-05-04Fix spelling errors in documentation.Joseph Crail-1/+1
2015-04-25add import (fixup #24649)Manish Goregaokar-0/+2
2015-04-25Rollup merge of #24649 - nham:path_new_examples, r=steveklabnikManish Goregaokar-0/+8
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-21Separate code into two code blocksNick Hamann-3/+4
2015-04-20Address some nitsNick Hamann-2/+2
2015-04-20Add two examples for Path::newNick Hamann-0/+7
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