summary refs log tree commit diff
path: root/src/libstd/path.rs
AgeCommit message (Expand)AuthorLines
2017-09-28Fix errors in Box<Path> conversionsNikolai Vazquez-2/+4
2017-09-28Remove unused 'mem' import in 'path' moduleNikolai Vazquez-1/+0
2017-09-28Remove mem::transmute used in Path conversionsNikolai Vazquez-8/+9
2017-08-23Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichtonCorey Farwell-3/+13
2017-08-23Auto merge of #43830 - alexcrichton:path-display-regression, r=aturonbors-0/+6
2017-08-22Simplify code for handling Redox pathsIan Douglas Scott-10/+5
2017-08-22Use cfg! instead of #[cfg]Ian Douglas Scott-13/+3
2017-08-18Correct has_root() on RedoxIan Douglas Scott-3/+20
2017-08-18redox: Require scheme for path to be absoluteIan Douglas Scott-2/+10
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-08-13std: Respect formatting flags for str-like OsStrAlex Crichton-0/+6
2017-08-02Emphasise that these functions look at the disk, not just the pathKornel-2/+2
2017-07-25std: Stabilize CString/OsString/PathBuf extra methodsAlex Crichton-2/+2
2017-07-23Fix some doc/comment typos.Bruce Mitchener-3/+3
2017-07-14Rollup merge of #43229 - kennytm:return-false-if-path-is-relative-hahaha, r=s...Corey Farwell-10/+10
2017-07-14Fix minor typo in std::path documentation.kennytm-10/+10
2017-07-13Rollup merge of #42926 - Havvy:doc-path-ext, r=steveklabnikSteve Klabnik-0/+34
2017-07-12Document error coercion to false in path-ext methods + see also sectionsHavvy-0/+34
2017-07-04Rollup merge of #42227 - ollie27:into_to_from, r=aturonMark Simulacrum-4/+4
2017-06-28Document that `/` works as separator on WindowsAleksey Kladov-6/+7
2017-06-21Update version numbers for From implsOliver Middleton-1/+1
2017-06-21Convert Intos to Froms.Clar Charr-3/+3
2017-06-15Avoid allocations in Debug for os_strStepan Koltsov-4/+4
2017-05-20Remove unused lifetimes.Clar Charr-1/+1
2017-05-20Correct some stability versionsOliver Middleton-3/+3
2017-05-09Add more ways to create a PathBuf to docssteveklabnik-1/+35
2017-04-22Fix invalid linkageGuillaume Gomez-1/+1
2017-04-20Expanded docs and examples for PathBuf::file_name and friendsMatt Brubeck-2/+15
2017-04-20Rollup merge of #41390 - scottmcm:toowned-clone-into, r=alexcrichtonCorey Farwell-0/+12
2017-04-18Override ToOwned::clone_into for Path and OsStrScott McMurray-0/+12
2017-04-18Fix typos in std::path's docslukaramu-4/+4
2017-04-17Expand std::path::Display's docslukaramu-1/+20
2017-04-17Restructure and redistribute std::path's module docslukaramu-64/+55
2017-04-17Expand and add examples to std::path::{Prefix, PrefixComponent}'s docslukaramu-10/+106
2017-04-15Cleaned up throughout std::path's docslukaramu-47/+78
2017-03-19Fix a typo in path.rs docsPetr Zemek-1/+1
2017-03-17Auto merge of #40598 - frewsxcv:rollup, r=frewsxcvbors-16/+16
2017-03-17Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG...Corey Farwell-16/+16
2017-03-15Removes Default for Box<Path>.Clar Charr-14/+0
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-16/+16
2017-03-10Add From<Box<..>> implementations.Clar Charr-7/+27
2017-02-14Conversions between CStr/OsStr/Path and boxes.Clar Charr-0/+40
2017-02-07Rollup merge of #38764 - Aaronepower:master, r=aturonCorey Farwell-0/+7
2017-01-14Auto merge of #38935 - redox-os:fix_path_redox, r=brsonbors-1/+2
2017-01-13Fix is_absolute on RedoxJeremy Soller-1/+2
2017-01-13Rollup merge of #38946 - GuillaumeGomez:path_doc, r=frewsxcvGuillaume Gomez-22/+95
2017-01-11Add missing links and examples for path modules and structsGuillaume Gomez-22/+95
2017-01-05Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples.Corey Farwell-4/+9
2017-01-01Added Default impl to PathBufAaron Power-0/+7
2016-12-02Add Component examplesGuillaume Gomez-1/+11