| Age | Commit message (Expand) | Author | Lines |
| 2014-04-22 | auto merge of #13653 : jbcrail/rust/fix-comment-mistakes, r=alexcrichton | bors | -8/+8 |
| 2014-04-22 | auto merge of #13646 : cgaebel/rust/hashmap-cleanup, r=alexcrichton | bors | -112/+168 |
| 2014-04-21 | auto merge of #13618 : yuriks/rust/lru-cache, r=brson | bors | -58/+35 |
| 2014-04-21 | Just some general cleanup in the HashMap module | Clark Gaebel | -112/+168 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -8/+8 |
| 2014-04-19 | Eliminate the need for Options in LruEntry. | Yuri Kunde Schlesner | -42/+21 |
| 2014-04-19 | auto merge of #13614 : cgaebel/rust/master, r=brson | bors | -30/+66 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -69/+69 |
| 2014-04-18 | Reduce HashMap allocations. | Clark Gaebel | -30/+66 |
| 2014-04-18 | Eliminate unecessary extra sigil node from LruCache. | Yuri Kunde Schlesner | -6/+3 |
| 2014-04-18 | Remove redundant variable in LruCache::put | Yuri Kunde Schlesner | -11/+12 |
| 2014-04-17 | Simplify implementation of Bitv::{all,none} using iter builtins. | Yuri Kunde Schlesner | -8/+2 |
| 2014-04-17 | Give reduction-type tests in Bitv more natural names | Yuri Kunde Schlesner | -6/+57 |
| 2014-04-15 | More default impl and docs removal in treemap | Steven Fackler | -27/+0 |
| 2014-04-15 | Add a default impl for Set::is_superset | Steven Fackler | -43/+8 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -96/+96 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -73/+123 |
| 2014-04-11 | Fix tests. Add Vec<u8> conversion to StrBuf. | Huon Wilson | -2/+10 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -73/+115 |
| 2014-04-09 | collections: replace all ~[T] with Vec<T>. | Huon Wilson | -213/+212 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -1/+2 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-04 | extra: Add with_capacity to PriorityQueue and SmallIntMap | Erick Tryzelaar | -0/+10 |
| 2014-04-04 | std: TrieSet should implement container::{,Mutable}Set | Erick Tryzelaar | -13/+27 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+2 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -9/+9 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -2/+2 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -2/+2 |
| 2014-03-31 | collections: Switch field privacy as necessary | Alex Crichton | -110/+112 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -10/+10 |
| 2014-03-30 | Updated references to extra in libcollections docs | Scott Jenkins | -3/+3 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -239/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -11/+11 |
| 2014-03-28 | collections: remove List | Erick Tryzelaar | -239/+0 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -7/+7 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -28/+27 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -44/+13 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -44/+13 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -35/+34 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -4/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -27/+27 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+2 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 |