| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-01-03 | std: fix fallout | Jorge Aparicio | -23/+61 |
| 2015-01-03 | Improve `make_hash` function | Andrea Canciani | -8/+6 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -9/+9 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -9/+9 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1/+2 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -4/+5 |
| 2014-12-31 | stabilize more of collections | Alexis Beingessner | -43/+83 |
| 2014-12-31 | Test fixes and rebase conflicts | Alex Crichton | -6/+6 |
| 2014-12-30 | rollup merge of #20328: huonw/attack-of-the-clones | Alex Crichton | -0/+50 |
| 2014-12-30 | Stabilize cmp | Aaron Turon | -0/+4 |
| 2014-12-30 | Implement `Clone` for a large number of iterators & other adaptors. | Huon Wilson | -0/+50 |
| 2014-12-29 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-12-29 | rollup merge of #20215: csouth3/hashmap-rename | Alex Crichton | -11/+11 |
| 2014-12-29 | rollup merge of #20214: bluss/fix-hashmap-example | Alex Crichton | -10/+18 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -1/+2 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -4/+5 |
| 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 | -11/+11 |
| 2014-12-25 | hashmap: Fix the example using derived Hash + Eq | bluss | -10/+18 |
| 2014-12-22 | rollup merge of #19891: nikomatsakis/unique-fn-types-3 | Alex Crichton | -2/+9 |
| 2014-12-22 | rollup merge of #20056: MrFloya/iter_rename | Alex Crichton | -20/+20 |
| 2014-12-22 | Insert coercions to fn pointer types required for the new types | Niko Matsakis | -2/+9 |
| 2014-12-22 | Added missing renames: | Florian Wilkens | -20/+20 |
| 2014-12-21 | Implement BitOps for HashSet | Chase Southwood | -4/+115 |
| 2014-12-21 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2014-12-21 | rollup merge of #19993: bluss/setalgebraitems | Alex Crichton | -46/+83 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -8/+11 |
| 2014-12-21 | auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro | bors | -10/+157 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -3/+1 |
| 2014-12-20 | auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro | bors | -2/+2 |
| 2014-12-19 | Reform power_of_two methods for perf increase & semantic change to consider 0... | Aaron Liblong | -2/+2 |
| 2014-12-19 | hashset: Clean up and rename the HashSet iterators | bluss | -46/+83 |
| 2014-12-18 | [collections] Adds `drain`: a way to sneak out the elements while clearing. | Clark Gaebel | -10/+157 |
| 2014-12-18 | remove TreeMap, TreeSet, TrieMap, TrieSet, LruCache. deprecate EnumSet's std ... | Alexis Beingessner | -497/+13 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -1/+1 |
| 2014-12-17 | rollup merge of #19935: cgaebel/hashmap-tuple-indexing | Alex Crichton | -88/+41 |