about summary refs log tree commit diff
path: root/src/libstd/path/mod.rs
AgeCommit message (Expand)AuthorLines
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-13/+0
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-6/+6
2014-01-21[std::path] Rename .container_as_str_opt() to .container_as_str(), drop the o...Simon Sapin-26/+5
2014-01-20auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichtonbors-2/+2
2014-01-19auto merge of #11643 : kballard/rust/path-root-path, r=ericktbors-1/+1
2014-01-20Fix misuse of character/byte in std::path.OGINO Masanori-2/+2
2014-01-18Expose platform independent path separatorsErick Tryzelaar-0/+14
2014-01-17Make WindowsPath::new("C:foo").root_path() return Some("C:")Kevin Ballard-1/+1
2014-01-18Rename iterators for consistencyPalmer Cox-8/+8
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-0/+1
2013-12-23std: Fix all code examplesAlex Crichton-4/+3
2013-12-11Make 'self lifetime illegal.Erik Price-8/+8
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-13/+13
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-7/+7
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-13/+13
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-3/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+1
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-223/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-10-16path2: Remove Path.into_str()Kevin Ballard-3/+0
2013-10-16path2: Remove some API functionsKevin Ballard-152/+4
2013-10-16path2: Update based on more review feedbackKevin Ballard-105/+51
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-56/+63
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-247/+222
2013-10-15path2: Remove Path::normalize()Kevin Ballard-0/+4
2013-10-15path2: Write a few paragraphs of module documentationKevin Ballard-1/+54
2013-10-15path2: Update asserts for new format!() styleKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-0/+1094