| Age | Commit message (Expand) | Author | Lines |
| 2012-10-10 | Move the description of -(W|A|D|F) into the `-W help` message | Kevin Cantu | -10/+10 |
| 2012-10-10 | Touchup the debug flag description printing | Kevin Cantu | -1/+1 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -10/+10 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-10-03 | rustc man page and usage text update. | Orphée Lafond-Lummis | -1/+1 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -1/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -4/+4 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -1/+1 |
| 2012-09-26 | Refactoring ReaderUtil trait, combining it with the traitless impl on Reader. | Eric Holk | -0/+1 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -2/+2 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -45/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -7/+7 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-20 | syntax: Pass the correct crate_cfg to the syntax expander | Brian Anderson | -1/+5 |
| 2012-09-20 | Remove export_map from resolve, just use export_map2. | Graydon Hoare | -2/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+45 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -9/+11 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -1/+2 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -27/+24 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -24/+27 |
| 2012-09-18 | Add allow(non_camel_case_types) to unconverted crates | Brian Anderson | -0/+1 |
| 2012-09-12 | trans: overhaul match bindings. No more phi, one code path for guards. | Niko Matsakis | -4/+3 |
| 2012-09-12 | Make moves in arguments explicit in libsyntax and rustc | Tim Chevalier | -1/+1 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -4/+4 |
| 2012-09-11 | Make moves explicit in rustc | Tim Chevalier | -1/+1 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -2/+2 |
| 2012-09-10 | rustc: Stop calling cmp shape glue in trans. | Patrick Walton | -1/+1 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -2/+2 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -1/+1 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -1/+1 |
| 2012-09-07 | Do not copy values of type () or _|_ | Niko Matsakis | -21/+26 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+5 |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -2/+1 |
| 2012-09-04 | rustc: Implement private methods. | Patrick Walton | -1/+1 |
| 2012-09-04 | rustc: Implement private fields for max/min classes | Patrick Walton | -0/+3 |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -35/+35 |
| 2012-08-31 | Make utility funs in core::int, core::uint, etc. not by-reference | Tim Chevalier | -2/+2 |
| 2012-08-31 | jit: Correct formatting and argv[0] for JITted programs | Zack Corr | -4/+10 |
| 2012-08-31 | Add experimental JIT compiler | Zack Corr | -1/+8 |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -4/+4 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -5/+35 |
| 2012-08-29 | core: Demode int/uint mods | Brian Anderson | -1/+1 |
| 2012-08-29 | Rename resolve3 -> resolve. | Graydon Hoare | -1/+1 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -2/+2 |
| 2012-08-28 | rustc: Add cfg(gc) and cfg(nogc). | Elliott Slaughter | -9/+16 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -2/+2 |