| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -5/+0 |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -16/+16 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -52/+52 |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+5 |
| 2012-07-24 | Import reader_util | Eric Holk | -1/+1 |
| 2012-07-14 | ~strify win32-specific fns | Niko Matsakis | -9/+9 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -2/+1 |
| 2012-07-14 | More platform specific deprecated strings... | Michael Sullivan | -3/+3 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -189/+191 |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -2/+2 |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -2/+2 |
| 2012-07-02 | Merge remote-tracking branch 'Dretch/prettydocs' | Brian Anderson | -2/+2 |