about summary refs log tree commit diff
path: root/src/libstd/path
AgeCommit message (Expand)AuthorLines
2014-01-23Update flip() to be rev().Sean Chalmers-5/+5
2014-01-23Rename Invert to Flip - Issue 10632Sean Chalmers-5/+5
2014-01-21[std::str] Remove the now unused not_utf8 condition.Simon Sapin-3/+3
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-9/+9
2014-01-21[std::path] Rename .container_as_str_opt() to .container_as_str(), drop the o...Simon Sapin-40/+11
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-2/+2
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-4/+7
2014-01-20Fix misuse of character/byte in std::path.OGINO Masanori-2/+2
2014-01-18Expose platform independent path separatorsErick Tryzelaar-41/+62
2014-01-18auto merge of #11605 : alexcrichton/rust/issue-9582, r=brsonbors-2/+2
2014-01-17Make WindowsPath::new("C:foo").root_path() return Some("C:")Kevin Ballard-4/+7
2014-01-18Rename iterators for consistencyPalmer Cox-32/+32
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-7/+20
2014-01-16Forbid coercing unsafe functions to closuresAlex Crichton-2/+2
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-7/+20
2014-01-15path: Fix joining Windows path when the receiver is "C:"Kevin Ballard-2/+9
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-6/+4
2014-01-07std: Fill in all missing importsAlex Crichton-3/+6
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-1/+1
2013-12-30Add more benchmark tests to path/posixg3xzh-0/+41
2013-12-23std: Fix all code examplesAlex Crichton-4/+3
2013-12-11Make 'self lifetime illegal.Erik Price-25/+25
2013-12-08Remove dead codesKiet Tran-5/+0
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-356/+356
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-10/+10
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-356/+356
2013-11-27Add benchmark tests to path/posixg3xzh-0/+86
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-45/+44
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-67/+67
2013-11-24Remove linked failure from the runtimeAlex Crichton-2/+0
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-4/+5
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-64/+0
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-69/+0
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-300/+39
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-10-16path2: Update for privacy changesKevin Ballard-15/+3
2013-10-16path2: Update for latest masterKevin Ballard-11/+20
2013-10-16path2: Remove Path.into_str()Kevin Ballard-19/+0
2013-10-16path2: Remove some API functionsKevin Ballard-631/+81
2013-10-16path2: Update based on more review feedbackKevin Ballard-317/+217
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-115/+119
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-1017/+918
2013-10-15path2: Remove Path::normalize()Kevin Ballard-8/+5
2013-10-15path2: Write a few paragraphs of module documentationKevin Ballard-1/+54
2013-10-15path2: Update for loop -> continueKevin Ballard-2/+2
2013-10-15path2: Update asserts for new format!() styleKevin Ballard-31/+36
2013-10-15path2: Replace the path module outrightKevin Ballard-0/+5495