about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-04-22auto merge of #13653 : jbcrail/rust/fix-comment-mistakes, r=alexcrichtonbors-8/+8
2014-04-22auto merge of #13646 : cgaebel/rust/hashmap-cleanup, r=alexcrichtonbors-112/+168
2014-04-21auto merge of #13618 : yuriks/rust/lru-cache, r=brsonbors-58/+35
2014-04-21Just some general cleanup in the HashMap moduleClark Gaebel-112/+168
2014-04-21Fix misspellings in comments.Joseph Crail-8/+8
2014-04-19Eliminate the need for Options in LruEntry.Yuri Kunde Schlesner-42/+21
2014-04-19auto merge of #13614 : cgaebel/rust/master, r=brsonbors-30/+66
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-69/+69
2014-04-18Reduce HashMap allocations.Clark Gaebel-30/+66
2014-04-18Eliminate unecessary extra sigil node from LruCache.Yuri Kunde Schlesner-6/+3
2014-04-18Remove redundant variable in LruCache::putYuri Kunde Schlesner-11/+12
2014-04-17Simplify implementation of Bitv::{all,none} using iter builtins.Yuri Kunde Schlesner-8/+2
2014-04-17Give reduction-type tests in Bitv more natural namesYuri Kunde Schlesner-6/+57
2014-04-15More default impl and docs removal in treemapSteven Fackler-27/+0
2014-04-15Add a default impl for Set::is_supersetSteven Fackler-43/+8
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-96/+96
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-73/+123
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-2/+10
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-73/+115
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-213/+212
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-1/+2
2014-04-04Register new snapshotsAlex Crichton-2/+0
2014-04-04extra: Add with_capacity to PriorityQueue and SmallIntMapErick Tryzelaar-0/+10
2014-04-04std: TrieSet should implement container::{,Mutable}SetErick Tryzelaar-13/+27
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+2
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-9/+9
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-2/+2
2014-04-01rand: bubble up IO messages futher.Huon Wilson-2/+2
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-110/+112
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