about summary refs log tree commit diff
path: root/src/libstd/path
AgeCommit message (Expand)AuthorLines
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-65/+65
2014-02-27path: Implement windows::make_non_verbatim()Kevin Ballard-0/+66
2014-02-27path: clean up some lint warnings and an obsolete commentKevin Ballard-2/+1
2014-02-27std: Small cleanup and test improvementAlex Crichton-4/+4
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-11/+0
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-8/+8
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14Add c_str::CString.as_bytes_no_nul()Kevin Ballard-2/+1
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-44/+20
2014-02-07Implement BytesContainer for MaybeOwnedKevin Ballard-0/+17
2014-02-07Tweak from_utf8_lossy to return a new MaybeOwned enumKevin Ballard-2/+2
2014-02-08std::fmt: convert the formatting traits to a proper self.Huon Wilson-2/+2
2014-02-07auto merge of #12062 : kballard/rust/from_utf8_lossy, r=huonwbors-25/+2
2014-02-06Hoist path::Display on top of from_utf8_lossy()Kevin Ballard-25/+2
2014-02-06Remove std::conditionAlex Crichton-211/+48
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-1/+1
2014-02-03std: Remove io::io_errorAlex Crichton-1/+1
2014-02-02std: rename fmt::Default to `Show`.Huon Wilson-3/+3
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-23/+0
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-17/+0
2014-01-29auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonwbors-4/+4
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-4/+4
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-2/+2
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-3/+3
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