| Age | Commit message (Expand) | Author | Lines |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -561/+75 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -5/+5 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | core: merge DoubleEndedIteratorExt into IteratorExt | Jorge Aparicio | -1/+1 |
| 2015-01-03 | collections: fix fallout | Jorge Aparicio | -3/+9 |
| 2015-01-02 | More fallout | Nick Cameron | -2/+2 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -2/+2 |
| 2014-12-31 | collections: fix fallout | Jorge Aparicio | -1/+1 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -60/+28 |
| 2014-12-30 | Libs: Unify concat and concat_vec | Aaron Turon | -40/+5 |
| 2014-12-29 | Test fixes and rebase conflicts | Alex Crichton | -8/+2 |
| 2014-12-29 | rollup merge of #20306: alexcrichton/second-pass-string | Alex Crichton | -2/+0 |
| 2014-12-29 | rollup merge of #20289: nick29581/shadowing | Alex Crichton | -1/+1 |
| 2014-12-29 | std: Second pass stabilization for `ptr` | Alex Crichton | -12/+5 |
| 2014-12-29 | std: Second pass stabilization for `string` | Alex Crichton | -2/+0 |
| 2014-12-29 | auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichton | bors | -78/+101 |
| 2014-12-29 | Marked find and rfind as stable | Marvin Löbel | -2/+2 |
| 2014-12-29 | Fallout from globs/re-export/shadowing change | Nick Cameron | -1/+1 |
| 2014-12-27 | Rebasing changes | Nick Cameron | -1/+1 |
| 2014-12-25 | Prepared most `StrExt` pattern using methods for stabilization | Marvin Löbel | -78/+101 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -47/+76 |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -139/+983 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -2/+2 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -25/+10 |
| 2014-12-20 | Fix more import_shadowing fallout in collections. | Eduard Burtescu | -4/+7 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -4/+4 |
| 2014-12-17 | rollup merge of #19885: alexcrichton/char-escape | Alex Crichton | -13/+23 |
| 2014-12-16 | std: Change escape_unicode to use new escapes | Alex Crichton | -13/+23 |
| 2014-12-15 | Move hash module from collections to core | Steven Fackler | -1/+1 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -8/+6 |
| 2014-12-13 | libcollections: use tuple indexing | Jorge Aparicio | -3/+3 |
| 2014-12-13 | libcollections: fix fallout in unit tests | Jorge Aparicio | -12/+12 |
| 2014-12-11 | auto merge of #19672 : alexcrichton/rust/snapshots, r=brson | bors | -291/+414 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -291/+414 |
| 2014-12-10 | auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla... | bors | -9/+9 |
| 2014-12-08 | Change 'Example' to 'Examples' throughout collections' rustdocs. | jbranchaud | -9/+9 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -13/+21 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -34/+33 |
| 2014-12-06 | libcollections: remove unnecessary `to_string()` calls | Jorge Aparicio | -4/+4 |
| 2014-12-06 | libcollections: remove unnecessary `as_slice()` calls | Jorge Aparicio | -30/+29 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+4 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -0/+1 |
| 2014-11-27 | impl Str for CowString | Sean McArthur | -0/+7 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -9/+12 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -9/+12 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -10/+44 |
| 2014-11-23 | libcollection: generalize StrVector to AsSlice<Str>. | NODA, Kai | -36/+75 |
| 2014-11-23 | auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton | bors | -2/+7 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -12/+4 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -12/+4 |