about summary refs log tree commit diff
path: root/src/libstd/path/posix.rs
AgeCommit message (Expand)AuthorLines
2014-07-10std: Add some implementation of common traitsAlex Crichton-1/+13
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-137/+128
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+1
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-1/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-3/+4
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-21/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-21/+1
2014-05-14Add ToCStr impl for &Path and StrBufAaron Turon-1/+20
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-1/+1
2014-05-01remove leftover obsolete string literalsDaniel Micay-1/+1
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-9/+13
2014-04-28Provide an implementation of DoubleEndedIterator for the results of &[T]::spl...Jonathan S-16/+7
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+3
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-12std: update & de-~[] path's tests.Huon Wilson-26/+19
2014-04-12std: migrate path::unix to using Vec internally.Huon Wilson-36/+43
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-29/+29
2014-03-31std: Switch field privacy as necessaryAlex Crichton-2/+2
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