| Age | Commit message (Expand) | Author | Lines |
| 2014-12-20 | auto merge of #19903 : cgaebel/rust/ringbuf-as-slice, r=Gankro | bors | -2/+111 |
| 2014-12-20 | Merge String::push_with_ascii_fast_path into String::push. | Simon Sapin | -40/+0 |
| 2014-12-20 | Add String::push_with_ascii_fast_path, bench it against String::push | Simon Sapin | -0/+80 |
| 2014-12-20 | Change `Extend` and `FromIterator` functionality of `BitvSet` | Tobias Bucher | -17/+29 |
| 2014-12-20 | Add a new invariant to `Bitv` | Tobias Bucher | -70/+84 |
| 2014-12-20 | bitv: Fix all() for nbits that are multiples of u32::BITS | Josh Stone | -8/+43 |
| 2014-12-20 | bitv: correct build failures | Josh Stone | -7/+8 |
| 2014-12-20 | Conventions and cleanup for Bitv and BitvSet | Alexis Beingessner | -686/+855 |
| 2014-12-20 | Stabilize clone | Aaron Turon | -1/+5 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -72/+80 |
| 2014-12-20 | Fix more import_shadowing fallout in collections. | Eduard Burtescu | -43/+56 |
| 2014-12-20 | Fix the fallout of removing feature(import_shadowing). | Eduard Burtescu | -2/+0 |
| 2014-12-20 | Remove feature(import_shadowing) from all crates. | Eduard Burtescu | -1/+1 |
| 2014-12-20 | auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro | bors | -14/+4 |
| 2014-12-19 | Reform power_of_two methods for perf increase & semantic change to consider 0... | Aaron Liblong | -14/+4 |
| 2014-12-19 | Implement resize for Vec | Chase Southwood | -0/+27 |
| 2014-12-19 | Register new snapshots | Alex Crichton | -169/+0 |
| 2014-12-19 | libcollections: use `#[deriving(Copy)]` | Jorge Aparicio | -13/+6 |
| 2014-12-19 | Add RingBuf::as_slices as per collections reform v2. | Clark Gaebel | -2/+111 |
| 2014-12-19 | auto merge of #19884 : nikomatsakis/rust/issue-19730-perfect-forwarding, r=pn... | bors | -2/+2 |
| 2014-12-19 | Work around #19982 by rewriting test impls to not use anonymous | Niko Matsakis | -2/+2 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -1/+5 |
| 2014-12-18 | Remove rt::{mutex, exclusive} | Aaron Turon | -3/+1 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -7/+5 |
| 2014-12-18 | [collections] Adds `drain`: a way to sneak out the elements while clearing. | Clark Gaebel | -8/+313 |
| 2014-12-18 | remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ... | Alexis Beingessner | -6185/+0 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -49/+50 |
| 2014-12-18 | Clean up `collections::binary_heap` | Andrew Paseltiner | -24/+28 |
| 2014-12-17 | Remove wrong `&str + String` and `&[T] + Vec<T>` implementations | Jorge Aparicio | -17/+0 |
| 2014-12-17 | rollup merge of #19943: steveklabnik/doc_std_vec | Alex Crichton | -74/+105 |
| 2014-12-17 | rollup merge of #19902: alexcrichton/second-pass-mem | Alex Crichton | -0/+24 |
| 2014-12-17 | rollup merge of #19895: jbranchaud/add-string-add-doctest | Alex Crichton | -0/+10 |
| 2014-12-17 | rollup merge of #19885: alexcrichton/char-escape | Alex Crichton | -13/+23 |
| 2014-12-17 | rollup merge of #19873: drewm1980/master | Alex Crichton | -1/+1 |
| 2014-12-17 | rollup merge of #19871: pczarn/ring_buf-remove | Alex Crichton | -50/+250 |
| 2014-12-17 | rollup merge of #19832: japaric/no-nocopy | Alex Crichton | -6/+0 |
| 2014-12-17 | rollup merge of #19770: csouth3/iterator-wrapperstructs | Alex Crichton | -13/+57 |
| 2014-12-17 | rollup merge of #19720: csouth3/vecmap-newtypes | Alex Crichton | -14/+45 |
| 2014-12-17 | auto merge of #19800 : sfackler/rust/core-hash, r=alexcrichton | bors | -944/+13 |
| 2014-12-16 | Improve docs for std::vec | Steve Klabnik | -74/+105 |
| 2014-12-17 | Implement remove for RingBuf | Piotr Czarnecki | -50/+250 |
| 2014-12-16 | std: Change escape_unicode to use new escapes | Alex Crichton | -13/+23 |
| 2014-12-16 | auto merge of #19782 : gereeter/rust/cleanup-btree-node, r=Gankro | bors | -298/+259 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -3/+3 |
| 2014-12-15 | Move hash module from collections to core | Steven Fackler | -944/+13 |
| 2014-12-15 | std: Second pass stabilization of `default` | Alex Crichton | -0/+26 |
| 2014-12-16 | auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson | bors | -29/+695 |
| 2014-12-15 | Use wrapper structs for `BTreeSet`'s iterators. | Chase Southwood | -7/+29 |
| 2014-12-15 | Use wrapper structs for `BTreeMap`'s iterators. | Chase Southwood | -6/+28 |
| 2014-12-15 | Add a doctest for the string Add function. | jbranchaud | -0/+10 |