| Age | Commit message (Expand) | Author | Lines |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -2/+2 |
| 2013-08-30 | Revert "src/test/bench: restructure" | Corey Richardson | -0/+112 |
| 2013-08-28 | src/test/bench: restructure | Corey Richardson | -112/+0 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -3/+3 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-20 | Fix warnings in src/test/bench tests. Nobody will ever care. | Ben Blum | -6/+3 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -2/+2 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -1/+1 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -1/+1 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -4/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -2/+8 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -6/+6 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-05-08 | test: Fix tests and the pipe compiler | Patrick Walton | -4/+4 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+1 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -2/+2 |
| 2013-04-29 | test: Remove #[legacy_modes] from the test suite. | Patrick Walton | -2/+0 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -1/+1 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -3/+3 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -4/+4 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -5/+5 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -2/+2 |
| 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 | -2/+0 |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -1/+1 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -1/+1 |
| 2012-10-12 | Make moves explicit in bench tests | Tim Chevalier | -7/+7 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-23 | core: Demode option | Brian Anderson | -2/+2 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -1/+4 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -4/+1 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -1/+4 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+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 | -3/+3 |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -2/+2 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -3/+3 |
| 2012-08-23 | Update invocation syntax for `macro_rules!` | Paul Stansifer | -2/+2 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -10/+10 |
| 2012-08-16 | Update the rock-paper-scissors example in the tutorial, and rename some types... | Eric Holk | -2/+2 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-14 | fix more fallout from future de-mode-ing. | Graydon Hoare | -1/+1 |