| Age | Commit message (Expand) | Author | Lines |
| 2013-06-30 | Convert vec::{reverse, swap} to methods. | Huon Wilson | -1/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -20/+19 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -3/+3 |
| 2013-06-28 | libextra: Fix even more merge fallout. | Patrick Walton | -3/+0 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -124/+124 |
| 2013-06-28 | Convert vec::{partition, partitioned} to methods. | Huon Wilson | -1/+1 |
| 2013-06-27 | Convert vec::{head, tail, init, last} (and similar fns) to methods. | Huon Wilson | -1/+1 |
| 2013-06-26 | auto merge of #7420 : mozilla/rust/rollup, r=thestinger | bors | -7/+7 |
| 2013-06-26 | Looser restrictions on what can be captured in unbounded traits. | Ben Blum | -1/+1 |
| 2013-06-26 | Refactor extra::term a bit | Kevin Ballard | -7/+7 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+3 |
| 2013-06-16 | auto merge of #7123 : huonw/rust/more-str, r=thestinger | bors | -2/+1 |
| 2013-06-15 | rm vec::uniq_len | Daniel Micay | -1/+1 |
| 2013-06-16 | std: continue improving the comparison trait impls for str. | Huon Wilson | -2/+1 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -1/+1 |
| 2013-06-10 | std: replace str::find_str* with a method | Huon Wilson | -2/+2 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -1/+1 |
| 2013-06-03 | auto merge of #6826 : cmr/rust/terminfo, r=thestinger | bors | -7/+12 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -5/+4 |
| 2013-05-31 | extra::term overhaul | Corey Richardson | -7/+12 |
| 2013-05-31 | auto merge of #6833 : fdr/rust/fix-warnings, r=Aatch | bors | -3/+1 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -3/+1 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -6/+5 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -4/+18 |
| 2013-05-23 | cleanup warnings from libextra | Erick Tryzelaar | -2/+2 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+4 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+966 |