| Age | Commit message (Expand) | Author | Lines |
| 2013-08-07 | test: xfail a bunch of tests that are incorrectly reading os::args()[1] | Brian Anderson | -0/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -3/+3 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -4/+3 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -1/+1 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -1/+4 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -1/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+1 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -4/+4 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 |
| 2013-04-19 | test: Rewrite mandelbrot benchmark. | Patrick Walton | -175/+53 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -1/+1 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -2/+2 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | test: Remove `pure` from the test suite | Patrick Walton | -3/+3 |
| 2013-03-14 | test: Remove deprecated features from benchmark tests. rs=burningtree | Patrick Walton | -1/+1 |
| 2013-03-02 | test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defun | Patrick Walton | -1/+1 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -3/+3 |
| 2013-02-19 | update copyright dates | Ted Horst | -1/+1 |
| 2013-02-19 | move shootout-mandelbrot to LinearMap, add depth argument | Ted Horst | -39/+43 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -3/+3 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -1/+1 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -1/+1 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -1/+1 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -1/+1 |
| 2013-02-03 | oldmap: &K instead of K for the remove parameter | Daniel Micay | -1/+1 |
| 2013-02-03 | oldmap: get rid of the legacy contains_key method | Daniel Micay | -1/+1 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-01-02 | use newtype struct for devnull rather than type aliased record | Ted Horst | -3/+3 |
| 2013-01-02 | really update mandelbrot to pipes | Ted Horst | -14/+9 |
| 2012-12-24 | Update shootout-mandelbrot to work with the new io::Writer | Tim Chevalier | -5/+5 |
| 2012-12-23 | update mandelbrot to pipes, a few other updates | Ted Horst | -22/+11 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -10/+10 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 |
| 2012-12-06 | test: Fix shootout-mandelbrot.rs. rs=bustage | Patrick Walton | -5/+5 |
| 2012-11-26 | libcore: Add explicit self to all overloaded operators but Add and Index. r=b... | Patrick Walton | -1/+1 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -2/+2 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | Demode core::result | Brian Anderson | -1/+1 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-20 | remove cfg(stage0) version of Eq, not needed for tests | Niko Matsakis | -22/+0 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+22 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -1/+1 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 |