summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-10/+10
2014-03-30Updated references to extra in libcollections docsScott Jenkins-3/+3
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-239/+0
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-11/+11
2014-03-28collections: remove ListErick Tryzelaar-239/+0
2014-03-28Rename Pod into CopyFlavio Percoco-7/+7
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-28/+27
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-44/+13
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-44/+13
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-23use TotalEq for HashMapDaniel Micay-35/+34
2014-03-20Register new snapshotsAlex Crichton-4/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-27/+27
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+2
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestingerbors-31/+37
2014-03-14auto merge of #12864 : huonw/rust/hash-docs, r=alexcrichtonbors-53/+53
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13collections: Don't recurse in hashmap robin_hoodAlex Crichton-31/+37
2014-03-13collections: move hashmap's example to the struct.Huon Wilson-53/+53
2014-03-12auto merge of #12081 : cgaebel/rust/robinhood-hashing, r=alexcrichtonbors-589/+1407
2014-03-12Performance-oriented hashtable.Clark Gaebel-589/+1407
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-4/+4
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-10/+13
2014-03-07create a sensible comparison trait hierarchyDaniel Micay-1/+72
2014-03-06collections: Correct with_capacity_and_hasherAlex Crichton-10/+11
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-19/+20
2014-02-28auto merge of #12544 : erickt/rust/hash, r=acrichtobors-82/+106
2014-02-27collections: allow `HashMap` to work with generic hashersErick Tryzelaar-82/+106
2014-02-27Replaced list::push() with unshift() based on List<T>Bruno de Oliveira Abinader-7/+13
2014-02-27Refactored list::append() to be based on List<T>Bruno de Oliveira Abinader-13/+13
2014-02-27Refactored list::tail() to be based on List<T>Bruno de Oliveira Abinader-12/+12
2014-02-27Refactored list::head() to be based on List<T>Bruno de Oliveira Abinader-16/+14
2014-02-27Replaced list::has() with list::contains()Bruno de Oliveira Abinader-14/+13
2014-02-27Removed deprecated list::{iter,each}() functionsBruno de Oliveira Abinader-28/+0
2014-02-27Implemented list::is_empty() based on Container traitBruno de Oliveira Abinader-15/+10
2014-02-27Implemented list::len() based on Container traitBruno de Oliveira Abinader-11/+12
2014-02-27Removed list::any() in favor of iter().any()Bruno de Oliveira Abinader-25/+7
2014-02-27Removed list::find() in favor of iter().find()Bruno de Oliveira Abinader-30/+11
2014-02-27Removed list::foldl() in favor of iter().fold()Bruno de Oliveira Abinader-33/+10
2014-02-27Implemented Items<'a, T> for List<T>Bruno de Oliveira Abinader-0/+46
2014-02-27Modified list::from_vec() to return List<T>Bruno de Oliveira Abinader-21/+26
2014-02-27Renamed variablesBruno de Oliveira Abinader-67/+65
2014-02-25auto merge of #12522 : erickt/rust/hash, r=alexcrichtonbors-1/+1
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-0/+1
2014-02-24std: minor whitespace cleanupErick Tryzelaar-1/+1