| Age | Commit message (Expand) | Author | Lines |
| 2014-12-08 | auto merge of #19574 : erickt/rust/vec-reserve, r=alexcrichton | bors | -4/+5 |
| 2014-12-08 | auto merge of #19306 : steveklabnik/rust/gh19269, r=nikomatsakis,brson | bors | -8/+2 |
| 2014-12-06 | libcollections: remove unnecessary `as_mut_slice()` calls | Jorge Aparicio | -6/+6 |
| 2014-12-06 | libcollections: remove unnecessary `as_slice()` calls | Jorge Aparicio | -9/+8 |
| 2014-12-05 | collections: dramatically speed up Vec::reserve with magic | Erick Tryzelaar | -4/+5 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -1/+2 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -4/+4 |
| 2014-12-03 | Overload the `==` operator | Jorge Aparicio | -4/+59 |
| 2014-11-29 | Add test for #18908 | Tobias Bucher | -0/+29 |
| 2014-11-26 | rollup merge of #19308: thestinger/oom | Alex Crichton | -0/+1 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -1/+1 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -0/+22 |
| 2014-11-25 | vec: add missing out-of-memory check | Daniel Micay | -0/+1 |
| 2014-11-25 | Update documentation for from_raw_parts | Steve Klabnik | -8/+2 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -1/+5 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -9/+19 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -9/+19 |
| 2014-11-21 | auto merge of #18908 : tbu-/rust/pr_mapinplace_fixzerosized, r=alexcrichton | bors | -1/+4 |
| 2014-11-20 | libcore: DST-ify AsSlice | Aaron Turon | -2/+3 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -8/+8 |
| 2014-11-16 | rollup merge of #18976: bjz/rfc369-numerics | Jakub Bukaj | -0/+7 |
| 2014-11-16 | rollup merge of #18970: aturon/fixup-stable | Jakub Bukaj | -1/+0 |
| 2014-11-16 | Move ToString to collections::string | Brendan Zabarauskas | -0/+7 |
| 2014-11-14 | libs: fix #[stable] inheritance fallout | Aaron Turon | -1/+0 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -4/+4 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -7/+7 |
| 2014-11-12 | Fix `Vec::map_in_place` not doing what is written in the comment | Tobias Bucher | -1/+4 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -14/+0 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -5/+5 |
| 2014-11-13 | Create UnsignedInt trait and deprecate free functions | Brendan Zabarauskas | -2/+2 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -4/+4 |
| 2014-11-08 | auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichton | bors | -2/+2 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -2/+2 |
| 2014-11-07 | Remove unnecessary `.to_string()`s from `Vec.swap_remove`'s doc example. | Utkarsh Kukreti | -6/+5 |
| 2014-11-06 | rollup merge of #18605 : Gankro/collect-fruit | Alex Crichton | -77/+74 |
| 2014-11-06 | Implement low-hanging fruit of collection conventions | Alexis Beingessner | -77/+74 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+14 |
| 2014-11-05 | Add impls of the comparison operators for fixed-length arrays of lengths 0...... | Niko Matsakis | -3/+3 |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -1/+1 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -0/+3 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -71/+96 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -12/+4 |
| 2014-10-30 | rollup merge of #18443 : alexcrichton/deref-vec-and-string | Alex Crichton | -363/+20 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -12/+4 |
| 2014-10-29 | collections: impl Deref for Vec/String | Alex Crichton | -363/+20 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -21/+21 |
| 2014-10-28 | auto merge of #18254 : areski/rust/pr-fix-vec-doc-example, r=alexcrichton | bors | -2/+8 |