summary refs log tree commit diff
path: root/src/libstd/path/posix.rs
AgeCommit message (Expand)AuthorLines
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-2/+2
2014-03-23auto merge of #13090 : thestinger/rust/iter, r=Aatchbors-10/+10
2014-03-23iter: remove `to_owned_vec`Daniel Micay-10/+10
2014-03-23use TotalEq for HashMapDaniel Micay-1/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-8/+8
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-3/+3
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-4/+4
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-35/+35
2014-02-27std: Small cleanup and test improvementAlex Crichton-2/+2
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-4/+4
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-12/+4
2014-02-06Remove std::conditionAlex Crichton-74/+12
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-8/+0
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-2/+0
2014-01-29auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonwbors-3/+3
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-2/+2
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-2/+2
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-3/+3
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-18Expose platform independent path separatorsErick Tryzelaar-19/+21
2014-01-18Rename iterators for consistencyPalmer Cox-11/+11
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-3/+10
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-3/+2
2014-01-07std: Fill in all missing importsAlex Crichton-1/+2
2013-12-30Add more benchmark tests to path/posixg3xzh-0/+41
2013-12-11Make 'self lifetime illegal.Erik Price-7/+7
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-171/+171
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-3/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-171/+171
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-23/+22
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-33/+33
2013-11-24Remove linked failure from the runtimeAlex Crichton-1/+0
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+1
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-49/+19
2013-10-16path2: Update for privacy changesKevin Ballard-6/+0
2013-10-16path2: Update for latest masterKevin Ballard-2/+2
2013-10-16path2: Remove Path.into_str()Kevin Ballard-7/+0
2013-10-16path2: Remove some API functionsKevin Ballard-218/+27
2013-10-16path2: Update based on more review feedbackKevin Ballard-80/+51
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-44/+47
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-318/+300
2013-10-15path2: Remove Path::normalize()Kevin Ballard-1/+1
2013-10-15path2: Update for loop -> continueKevin Ballard-1/+1
2013-10-15path2: Update asserts for new format!() styleKevin Ballard-10/+12
2013-10-15path2: Replace the path module outrightKevin Ballard-0/+1668