about summary refs log tree commit diff
path: root/src/libcollections/btree.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Remove String's to_ownedRicho Healey-43/+43
2014-05-15Updates with core::fmt changesAlex Crichton-7/+7
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+7
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-8/+8
2014-04-21Fix misspellings in comments.Joseph Crail-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-43/+43
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-29/+29
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-4/+4
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-44/+13
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-0/+71
2014-02-24Remove deriving(ToStr)Alex Crichton-4/+4
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-28/+32
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-4/+4
2014-02-11Includes new add method that uses .clone() for support.Nif Ward-115/+385
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+592