| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-09-29 | Fix a compilation error on windows | Brian Anderson | -1/+1 |
| 2012-09-28 | Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al | Brian Anderson | -0/+2 |
| 2012-09-28 | demode vec | Niko Matsakis | -4/+1 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -2/+2 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -2/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -6/+6 |
| 2012-09-25 | Demode core::result | Brian Anderson | -6/+6 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -1/+1 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -11/+11 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -1/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+7 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+9 |
| 2012-09-19 | std: Demode test | Brian Anderson | -1/+1 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -12/+12 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -2/+2 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -2/+2 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+2 |
| 2012-09-18 | Add allow(non_camel_case_types) to unconverted crates | Brian Anderson | -0/+1 |
| 2012-09-12 | Promote 'const', 'copy', 'fn' to strict keywords | Brian Anderson | -1/+1 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -2/+2 |
| 2012-09-11 | Improve unexpected error scanner for compile-fail tests (Closes #1476) | Drew Willcoxon | -3/+78 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -43/+33 |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -1/+0 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-04 | std: Convert test to camel case | Brian Anderson | -4/+4 |
| 2012-08-31 | jit: Correct formatting and argv[0] for JITted programs | Zack Corr | -3/+9 |
| 2012-08-31 | Add JIT testing to compiletest with --jit | Brian Anderson | -10/+37 |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -2/+2 |
| 2012-08-30 | Fix another Eq missing case. | Graydon Hoare | -0/+6 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -1/+1 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -3/+3 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -59/+59 |
| 2012-08-26 | Fix build breakage | Brian Anderson | -2/+3 |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -96/+110 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -52/+52 |
| 2012-08-16 | Update the rock-paper-scissors example in the tutorial, and rename some types... | Eric Holk | -1/+1 |
| 2012-08-16 | Allocate less on empty reads in procsrv | Eric Holk | -1/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+2 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -4/+4 |
| 2012-08-14 | Fix compiletest breakage | Brian Anderson | -2/+2 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -4/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -19/+19 |
| 2012-08-06 | Add missing => | Eric Holk | -1/+1 |
| 2012-08-06 | Refcount tasks in packets to avoid races. | Eric Holk | -17/+15 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -43/+46 |
| 2012-08-03 | Once again, revert "Use pipes in compiletest" | Eric Holk | -15/+17 |
| 2012-08-02 | Revert "Revert "Use pipes in compiletest"" | Eric Holk | -17/+15 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -26/+26 |