| Age | Commit message (Expand) | Author | Lines |
| 2015-01-22 | Rollup merge of #21217 - Gankro:docadoca, r=steveklabnik | Steve Klabnik | -2/+52 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -11/+11 |
| 2015-01-21 | rollup merge of #21419: Toby-S/patch-1 | Alex Crichton | -23/+23 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -11/+11 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -13/+10 |
| 2015-01-21 | Rollup merge of #21302 - gutworth:rm-find-equiv-test, r=brson | Barosl LEE | -17/+0 |
| 2015-01-20 | Correct small typos in map.rs. | Toby Scrace | -23/+23 |
| 2015-01-19 | Implement range and range_mut for BTree | Piotr Czarnecki | -0/+1 |
| 2015-01-17 | remove test_find_equiv, since find_equiv doesn't exist anymore | Benjamin Peterson | -17/+0 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -13/+10 |
| 2015-01-15 | add a section on performance to collection docs | Alexis | -2/+52 |
| 2015-01-10 | Add ExactSizeIterator impls for Hash{Map, Set, Table} | Chase Southwood | -30/+98 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-07 | rollup merge of #20654: alexcrichton/stabilize-hash | Alex Crichton | -154/+341 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -154/+341 |
| 2015-01-07 | Merge pull request #20674 from jbcrail/fix-misspelled-comments | bors | -1/+1 |
| 2015-01-06 | More test fixes | Alex Crichton | -2/+3 |
| 2015-01-06 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -3/+3 |
| 2015-01-06 | rollup merge of #20593: nikomatsakis/unused-tps-in-impl | Alex Crichton | -0/+25 |
| 2015-01-06 | rollup merge of #20653: alexcrichton/entry-unstable | Alex Crichton | -38/+29 |
| 2015-01-06 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-01-07 | markers -> marker | Nick Cameron | -13/+13 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -12/+12 |
| 2015-01-06 | Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che... | Niko Matsakis | -0/+25 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -13/+13 |
| 2015-01-06 | std: Revert stability of Entry-based APIs | Alex Crichton | -11/+7 |
| 2015-01-06 | [breaking change] Revert Entry behaviour to take keys by value. | Dylan Ede | -27/+22 |
| 2015-01-05 | Revert "Remove i suffix in docs" | Alex Crichton | -14/+14 |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -1/+3 |
| 2015-01-05 | Merge remote-tracking branch 'nrc/sized-2' into rollup | Alex Crichton | -18/+18 |
| 2015-01-05 | rollup merge of #20581: apasel422/extend | Alex Crichton | -2/+2 |
| 2015-01-05 | rollup merge of #20560: aturon/stab-2-iter-ops-slice | Alex Crichton | -2/+4 |
| 2015-01-05 | rollup merge of #20434: steveklabnik/five_eye | Alex Crichton | -14/+14 |
| 2015-01-06 | Fallout | Nick Cameron | -20/+20 |
| 2015-01-05 | Remove i suffix in docs | Steve Klabnik | -14/+14 |
| 2015-01-05 | Stabilization of impls and fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-01-05 | register snapshot | Jorge Aparicio | -26/+0 |
| 2015-01-05 | Stabilize collection modules | Aaron Turon | -1/+3 |
| 2015-01-05 | Use $crate and macro reexport to reduce duplicated code | Keegan McAllister | -1/+3 |
| 2015-01-05 | remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` impl | Andrew Paseltiner | -2/+2 |
| 2015-01-05 | auto merge of #20163 : bfops/rust/master, r=Gankro | bors | -33/+61 |
| 2015-01-04 | Merge pull request #20464 from ranma42/improve-make-hash | bors | -8/+6 |
| 2015-01-04 | [breaking change] Update entry API as part of RFC 509. | Ben Foppa | -33/+61 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -148/+5 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -13/+13 |
| 2015-01-03 | sed -i -s 's/\bmod}/self}/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -5/+5 |
| 2015-01-03 | std: fix fallout | Jorge Aparicio | -0/+30 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -4/+12 |