| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-09-13 | Remove unnecessary temporary, add type annot to help inferencer (cc #2280) | Niko Matsakis | -5/+2 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -1/+1 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -2/+2 |
| 2012-09-05 | test: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-09-02 | Camel case core::ops | Brian Anderson | -2/+2 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -4/+4 |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -5/+5 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -3/+3 |