summary refs log tree commit diff
path: root/src/libcollections/dlist.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-5/+5
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-42/+42
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+6
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-3/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-07Implement Show for DListAdolfo Ochagavía-0/+25
2014-06-06Rename Iterator::len to countAaron Turon-4/+4
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+6
2014-06-05std: Recreate a `collections` moduleAlex Crichton-3/+6
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1/+1
2014-05-25Fix FIXME #3511 in Dlist codePiotr Jawniak-7/+3
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-19/+0
2014-05-18Fix insert_ordered in DListAdolfo Ochagavía-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-6/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-18/+18
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-10/+10
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-12/+13
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-12/+12
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-20/+20
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-11/+11
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-30Updated references to extra in libcollections docsScott Jenkins-1/+1
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-3/+3
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+1
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-24Move extra::json to libserializeAlex Crichton-27/+0
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-15std: clean up ptr a bitCorey Richardson-1/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+4
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+1204