| Age | Commit message (Expand) | Author | Lines |
| 2014-09-27 | make EnumSet derive Ord and PartialOrd | Alexis Beingessner | -1/+1 |
| 2014-09-27 | auto merge of #17334 : Gankro/rust/btree-vec, r=huonw | bors | -920/+2221 |
| 2014-09-27 | complete btree rewrite | Alexis Beingessner | -920/+2221 |
| 2014-09-26 | Implement Slice for String and str | Steven Fackler | -0/+32 |
| 2014-09-27 | Correct stability marker in string.rs | Squeaky | -1/+1 |
| 2014-09-25 | Add tests for new _mut variants | Aaron Turon | -4/+81 |
| 2014-09-24 | auto merge of #17438 : alexcrichton/rust/string-stable, r=aturon | bors | -47/+196 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -27/+36 |
| 2014-09-22 | Fix deprecation warnings in check-docs. | Victor Berger | -5/+7 |
| 2014-09-22 | Update calls of deprecated functions in macros. | Victor Berger | -14/+20 |
| 2014-09-22 | collections: Deprecate shift_char for insert/remove | Alex Crichton | -15/+87 |
| 2014-09-22 | collections: Stabilize String | Alex Crichton | -9/+77 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -48/+23 |
| 2014-09-21 | collections: Stabilize Vec | Alex Crichton | -5/+56 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -3/+3 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -3/+3 |
| 2014-09-19 | Refactor `Vec::map_in_place` to move code out of `PartialVec` | Tobias Bucher | -208/+222 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -0/+80 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -170/+170 |
| 2014-09-16 | Align with _mut conventions | Aaron Turon | -37/+169 |
| 2014-09-16 | auto merge of #17266 : Gankro/rust/vec-move, r=alexcrichton | bors | -0/+2 |
| 2014-09-16 | auto merge of #17245 : sfackler/rust/enumset-show, r=alexcrichton | bors | -1/+27 |
| 2014-09-16 | auto merge of #17280 : thestinger/rust/heap, r=pcwalton | bors | -7/+3 |
| 2014-09-15 | heap: optimize EMPTY to avoid relocations | Daniel Micay | -7/+3 |
| 2014-09-15 | auto merge of #16887 : steveklabnik/rust/guide_iterators, r=alexcrichton | bors | -10/+26 |
| 2014-09-14 | impl ExactSize for vec::MoveItems | Alexis Beingessner | -0/+2 |
| 2014-09-14 | Fixed `map_in_place` tests after rustc upgrade | Tobias Bucher | -8/+7 |
| 2014-09-14 | Added missing `}` from `map_in_place` rebase | Tobias Bucher | -0/+1 |
| 2014-09-14 | Remove the unused `Iterator` implementation of the private `PartialVec` | Tobias Bucher | -6/+0 |
| 2014-09-14 | Minimize the public interface and rename it to `map_in_place` | Tobias Bucher | -19/+21 |
| 2014-09-14 | Check that the `min_align_of` the both types in a `PartialVec` matches | Tobias Bucher | -2/+6 |
| 2014-09-14 | Fix some of the issues mentioned in the PR on Github | Tobias Bucher | -22/+43 |
| 2014-09-14 | PartialVec: Remove TODOs and rename `unwrap` to `into_vec` | Tobias Bucher | -8/+4 |
| 2014-09-14 | Add support for in-place map for `Vec`s of types with same size | Tobias Bucher | -0/+258 |
| 2014-09-13 | Properly implement Show for EnumSet | Steven Fackler | -1/+27 |
| 2014-09-13 | Move info into individual modules. | Steve Klabnik | -10/+26 |
| 2014-09-09 | Remove some test warnings. | Jonas Hietala | -2/+10 |
| 2014-09-08 | auto merge of #16903 : mahkoh/rust/move_items_unwrap, r=aturon | bors | -0/+25 |
| 2014-09-04 | collections/slice: Reexport mut_ref_slice in addition to ref_slice. | Peter Marheine | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -4/+4 |
| 2014-09-04 | auto merge of #16961 : huonw/rust/bitv-twiddle, r=alexcrichton | bors | -22/+29 |
| 2014-09-03 | bitv: add larger tests, better benchmarks & remove dead code. | Huon Wilson | -22/+29 |
| 2014-08-31 | Rename `RawPtr::to_option()` to `RawPtr::as_ref()` | Andrew Poelstra | -1/+1 |
| 2014-08-31 | Add unwrap method to MoveItems | Julian Orth | -0/+25 |
| 2014-08-30 | auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw | bors | -188/+0 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -188/+0 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -1/+0 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -0/+1 |
| 2014-08-29 | auto merge of #16768 : nham/rust/libcollections_test_cleanup, r=alexcrichton | bors | -77/+75 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -10/+10 |