| Age | Commit message (Expand) | Author | Lines |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -5/+5 |
| 2015-05-27 | Remove #[cfg(stage0)] items. | Eduard Burtescu | -67/+0 |
| 2015-05-15 | Allow for better optimizations of iterators for zero-sized types | Björn Steinbrink | -0/+68 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -3/+0 |
| 2015-04-14 | Fill in missing implementation | Tamir Duberstein | -0/+3 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -1/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -12/+12 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -61/+0 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -61/+0 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -2/+4 |
| 2015-03-23 | rollup merge of #23604: apasel422/btree | Alex Crichton | -0/+2 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -0/+61 |
| 2015-03-21 | implement `Clone` for `btree` iterators | Andrew Paseltiner | -0/+2 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -2/+5 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -8/+2 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -1/+2 |
| 2015-02-26 | Send/Sync audit for libcollections | Edward Wang | -5/+8 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -12/+12 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -32/+52 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -4/+5 |
| 2015-02-18 | Fallout: port btree to use Unique, some markers. | Niko Matsakis | -32/+52 |
| 2015-02-11 | Add core::marker::PhantomData. | Felix S. Klock II | -8/+8 |
| 2015-02-06 | Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichton | Manish Goregaokar | -61/+61 |
| 2015-02-05 | misc collections code cleanup | Alexis | -61/+61 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -3/+3 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -4/+4 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -11/+10 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -11/+10 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -3/+3 |
| 2015-01-19 | Implement range and range_mut for BTree | Piotr Czarnecki | -75/+215 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -3/+3 |
| 2015-01-07 | Merge pull request #20674 from jbcrail/fix-misspelled-comments | bors | -2/+2 |
| 2015-01-06 | Fix misspelled comments. | Joseph Crail | -2/+2 |
| 2015-01-06 | rollup merge of #20593: nikomatsakis/unused-tps-in-impl | Alex Crichton | -1/+2 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+1 |
| 2015-01-06 | Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che... | Niko Matsakis | -1/+2 |
| 2015-01-06 | Fallout | Nick Cameron | -2/+2 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | collections: fix fallout | Jorge Aparicio | -9/+11 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -16/+32 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -16/+32 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -2/+4 |
| 2014-12-31 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |