| Age | Commit message (Expand) | Author | Lines |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -11/+11 |
| 2015-05-31 | Inline hash_table::calculate_offsets, used by iterators. | Eduard Burtescu | -0/+1 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -2/+0 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -1/+1 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -1/+7 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -1/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -2/+2 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-26 | Switch drop-flag to `u8` to allow special tags to instrument state. | Felix S. Klock II | -1/+1 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -5/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+3 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-03 | Fixes to collections to accommodate arith-overflow changes. | Felix S. Klock II | -24/+30 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+5 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -4/+4 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -19/+0 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -23/+39 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -0/+17 |
| 2015-02-18 | Fallout: port hashmap to use Unique | Niko Matsakis | -23/+39 |
| 2015-02-05 | misc collections code cleanup | Alexis | -34/+34 |
| 2015-01-31 | make Send/Sync impl of RawTable manual | Alexis | -12/+14 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -1/+1 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -2/+2 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -1/+1 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -1/+0 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -13/+10 |
| 2015-01-10 | Add ExactSizeIterator impls for Hash{Map, Set, Table} | Chase Southwood | -6/+18 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -2/+9 |
| 2015-01-07 | markers -> marker | Nick Cameron | -11/+11 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -11/+11 |
| 2015-01-06 | Fallout | Nick Cameron | -1/+1 |
| 2015-01-04 | Merge pull request #20464 from ranma42/improve-make-hash | bors | -8/+6 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -3/+3 |
| 2015-01-03 | std: fix fallout | Jorge Aparicio | -6/+18 |
| 2015-01-03 | Improve `make_hash` function | Andrea Canciani | -8/+6 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -8/+8 |
| 2014-12-31 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2014-12-30 | rollup merge of #20328: huonw/attack-of-the-clones | Alex Crichton | -0/+23 |
| 2014-12-30 | Implement `Clone` for a large number of iterators & other adaptors. | Huon Wilson | -0/+23 |
| 2014-12-29 | rollup merge of #20215: csouth3/hashmap-rename | Alex Crichton | -4/+4 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -1/+1 |
| 2014-12-26 | Rename `UniquePtr` to `Unique` | Flavio Percoco | -4/+4 |
| 2014-12-26 | Rename `OwnedPtr` to `UniquePtr` | Flavio Percoco | -4/+4 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -10/+10 |
| 2014-12-24 | Rename remaining hashmap and hashtable iterators to match naming | Chase Southwood | -4/+4 |
| 2014-12-22 | Added missing renames: | Florian Wilkens | -8/+8 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -1/+1 |