| Age | Commit message (Expand) | Author | Lines |
| 2014-08-09 | move a test into a run make, to check external affect rather than | Huon Wilson | -36/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -2/+2 |
| 2014-05-13 | compiletest: Test `--pretty expanded` | klutzy | -0/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+4 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -2/+0 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2013-07-08 | Merge pull request #7595 from thestinger/iterator | Daniel Micay | -2/+2 |
| 2013-07-07 | Fix a warning when generating tests | Alex Crichton | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -2/+2 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -2/+0 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -2/+2 |
| 2013-06-09 | std: remove {all*,any*,count} in favour of iterators | Huon Wilson | -7/+5 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -4/+4 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -3/+3 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -6/+6 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-10-30 | Remove xfail-pretty from tests that pretty-print correctly now | Tim Chevalier | -1/+0 |
| 2012-10-19 | Remove superfluous by-ref in option::get, option::get_default, option::expect | Tim Chevalier | -2/+2 |
| 2012-09-23 | core: Demode option | Brian Anderson | -2/+2 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -2/+0 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -2/+2 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -2/+2 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -2/+2 |
| 2011-10-29 | Add the ability to ignore tests by compiler config | Brian Anderson | -0/+31 |