| Age | Commit message (Expand) | Author | Lines |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -12/+12 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -11/+11 |
| 2013-07-30 | Do not enforce two newlines after the options | Jordi Boggiano | -0/+1 |
| 2013-07-23 | extra: switch json from hashmaps to treemaps | Graydon Hoare | -2/+1 |
| 2013-07-18 | auto merge of #7840 : alexcrichton/rust/better-test-help, r=huonw | bors | -8/+52 |
| 2013-07-17 | libextra: Add a stray deriving or two. | Patrick Walton | -1/+8 |
| 2013-07-17 | librustc: Remove the `Copy` bound from the language. | Patrick Walton | -1/+0 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -22/+27 |
| 2013-07-17 | extra: avoid possible divide-by-zero conditions test. | Graydon Hoare | -4/+5 |
| 2013-07-16 | Provide more useful messages when tests are given -h or --help | Alex Crichton | -8/+52 |
| 2013-07-16 | extra: reduce bench loop max time to 3s. | Graydon Hoare | -2/+2 |
| 2013-07-16 | extra: Add metrics functions to test. | Graydon Hoare | -19/+72 |
| 2013-07-16 | extra: add tests for test::MetricMap, MetricDiff, ratchet. | Graydon Hoare | -5/+105 |
| 2013-07-11 | extra: add explicit ratchet-noise-percent option to benchmark ratchet, plus a... | Graydon Hoare | -24/+50 |
| 2013-07-11 | extra: add metrics ratchet to test driver. | Graydon Hoare | -83/+298 |
| 2013-07-11 | extra: factor ConsoleTestState methods into an impl, fix perf bug. | Graydon Hoare | -139/+148 |
| 2013-07-11 | extra: simplify the bench stat loop, improve stability somewhat (?) | Graydon Hoare | -52/+42 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -12/+12 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -156/+152 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -4/+4 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -1/+1 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -7/+7 |
| 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-24 | extra: Make test runner compatible with newsched | Brian Anderson | -13/+4 |
| 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 |