| Age | Commit message (Expand) | Author | Lines |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -7/+7 |
| 2012-07-16 | Fix reflection on vstore_fixed estrs and evecs. | Graydon Hoare | -4/+3 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -6/+3 |
| 2012-07-14 | Tear out ty_str and ty_vec. | Michael Sullivan | -3/+3 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -33/+33 |
| 2012-07-13 | Change (hopefully) all of the code that generates strs asts to produce ~strs. | Michael Sullivan | -6/+15 |
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -18/+21 |
| 2012-07-12 | Obliterate the callee_id hack | Tim Chevalier | -8/+20 |
| 2012-07-10 | Modify reflect interface to pass tydescs back to client, stop on false return. | Graydon Hoare | -44/+39 |
| 2012-07-10 | Get rid of places that expected foo.bar to implicitly bind. | Michael Sullivan | -5/+5 |
| 2012-07-09 | Allow folds to drop items. | Paul Stansifer | -2/+2 |
| 2012-07-09 | rustc: Conditionally compile view items. #2357 | Brian Anderson | -6/+24 |
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -1/+1 |
| 2012-07-03 | Revert "Remove rule requiring non-nil block-style statements to be semi-termi... | Brian Anderson | -1/+1 |
| 2012-07-03 | Remove rule requiring non-nil block-style statements to be semi-terminated | Brian Anderson | -1/+1 |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -15/+15 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -47/+47 |
| 2012-06-28 | Replaced almost all vector+ in rustc (#2719) | Eric Holk | -6/+7 |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -8/+8 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -50/+51 |
| 2012-06-25 | When we cons up vector asts, generate evecs. | Michael Sullivan | -6/+16 |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -5/+6 |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -9/+9 |
| 2012-06-14 | Complete a data visitor type that does proper pointer-walking. | Graydon Hoare | -10/+20 |
| 2012-06-13 | Box AST idents | Brian Anderson | -20/+20 |
| 2012-06-08 | Pass names of fields and variants when reflecting. | Graydon Hoare | -10/+12 |
| 2012-06-08 | Visit the substructure for classes and enums as well. | Graydon Hoare | -3/+18 |
| 2012-06-08 | More work on reflect, only missing enum and class substructures. | Graydon Hoare | -0/+37 |
| 2012-06-07 | Refactor reflect.rs, begin visiting type substructures. | Graydon Hoare | -14/+24 |
| 2012-06-06 | move test to dvec | Niko Matsakis | -7/+7 |
| 2012-05-21 | remove mutable cycle from ast_fold | Niko Matsakis | -7/+7 |
| 2012-05-17 | Comments only: annotate FIXMEs in front-end | Tim Chevalier | -2/+3 |
| 2012-05-16 | Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_... | Graydon Hoare | -136/+42 |
| 2012-05-11 | First working monomorphic type-reflection. | Graydon Hoare | -0/+6 |
| 2012-05-10 | Preliminary groundwork for intrinsic module, reflection interface. | Graydon Hoare | -0/+170 |
| 2012-05-08 | Support visibility modifiers and attributes on view items | Marijn Haverbeke | -2/+8 |
| 2012-05-08 | Start parsing pub/priv on regular items | Marijn Haverbeke | -0/+3 |
| 2012-05-07 | make it illegal to implicitly capture mutable variables | Niko Matsakis | -1/+1 |
| 2012-05-04 | new cap clause syntax | Niko Matsakis | -6/+1 |
| 2012-04-25 | lots of work to make iface/impls parameterized by regions | Niko Matsakis | -1/+1 |
| 2012-04-23 | Simplify representation of ast::path | Marijn Haverbeke | -14/+10 |
| 2012-04-15 | syntax: Cleanup attr module. Closes #1545 | Brian Anderson | -1/+1 |
| 2012-04-13 | Annotate FIXMEs in syntax::ast and syntax::ast_util | Tim Chevalier | -3/+4 |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -2/+2 |
| 2012-03-29 | rustc: Remove the rustsyntax::attr wrapper in front | Brian Anderson | -3/+3 |
| 2012-03-29 | rustc: Move attr, parse, print to rustsyntax | Brian Anderson | -337/+0 |
| 2012-03-29 | rustc: Remove the session dependency from front::attr | Brian Anderson | -4/+5 |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -6/+6 |