| Age | Commit message (Expand) | Author | Lines |
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -779/+0 |
| 2012-02-22 | Clean up small things in syntax submodules | Marijn Haverbeke | -1/+1 |
| 2012-02-15 | make mut a keyword synonymous with mutable | Niko Matsakis | -1/+1 |
| 2012-02-09 | Remove some pointless imports | Marijn Haverbeke | -2/+0 |
| 2012-02-05 | Fix macro backtraces. | Kevin Atkinson | -4/+4 |
| 2012-02-05 | Remove support for $(...) form of quasi-quotes, use #ast{...} instead. | Kevin Atkinson | -1/+0 |
| 2012-02-03 | Make macro arg optional in syntax, again untested. | Kevin Atkinson | -1/+3 |
| 2012-02-03 | Add support for recognizing macro body, completely untested. | Kevin Atkinson | -4/+6 |
| 2012-02-03 | Change the type for the macro body to also store the span. | Kevin Atkinson | -2/+2 |
| 2012-02-03 | Add support for parsing quasi-quotes, doesn't do anything useful yet. | Kevin Atkinson | -0/+3 |
| 2012-01-31 | Change option::t to option | Tim Chevalier | -13/+13 |
| 2012-01-31 | Require alts to be exhaustive | Tim Chevalier | -5/+8 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -2/+2 |
| 2012-01-23 | When replacing a pattern variable in macro expansion use the span of | Kevin Atkinson | -6/+6 |
| 2012-01-23 | Allow ast_fold_precursor to change the span. | Kevin Atkinson | -33/+37 |
| 2012-01-19 | rustc: ";" to "," in enums | Patrick Walton | -7/+7 |
| 2012-01-19 | rustc: "tag" -> "enum" | Patrick Walton | -2/+2 |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -30/+30 |
| 2012-01-13 | deprecate fn exprs and the fn() type, preferring fn@ and native fn | Niko Matsakis | -1/+1 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -1/+1 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -2/+2 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 |
| 2011-11-30 | Box ast::path values | Marijn Haverbeke | -7/+7 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -1/+1 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -4/+3 |
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -1/+1 |
| 2011-10-21 | Move hash table iteration over to block-taking functions | Marijn Haverbeke | -8/+8 |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -6/+6 |
| 2011-10-10 | Adjust function signatures to allow for vecs being immediate | Marijn Haverbeke | -2/+2 |
| 2011-10-07 | Give up on providing a by-value version of map, convert fold over to | Marijn Haverbeke | -3/+3 |
| 2011-10-07 | Parse and typecheck by-value and by-ref arg specs | Marijn Haverbeke | -2/+2 |
| 2011-09-24 | Vectors containing pinned kinds become pinned | Brian Anderson | -1/+1 |
| 2011-09-19 | Break fold's circular reference during unwinding | Brian Anderson | -2/+0 |
| 2011-09-16 | Require body of else-less if expressions to be a value-less block | Marijn Haverbeke | -1/+1 |
| 2011-09-15 | Insert omitted semicolons for statements | Marijn Haverbeke | -1/+1 |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -26/+8 |
| 2011-09-12 | Pretty-print for new arg-mode syntax | Marijn Haverbeke | -0/+2 |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -60/+61 |
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -68/+59 |
| 2011-09-01 | Convert all uses of #ifmt to #fmt. Issue #855 | Brian Anderson | -2/+2 |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -1/+1 |
| 2011-08-31 | Convert uses of #fmt to #ifmt. Issue #855 | Brian Anderson | -5/+5 |
| 2011-08-27 | Convert misc compiler bits to istrs. Issue #855 | Brian Anderson | -13/+12 |
| 2011-08-27 | Convert rustc::syntax::ext::base to istrs. Issue #855 | Brian Anderson | -35/+38 |
| 2011-08-27 | Convert rest of the AST to istrs. Issue #855 | Brian Anderson | -2/+3 |
| 2011-08-27 | Remove ast::identistr. Issue #855 | Brian Anderson | -7/+6 |
| 2011-08-27 | Convert ast::ident to istr. Issue #855 | Brian Anderson | -20/+19 |
| 2011-08-27 | Convert std::map::new_str_hash to istrs. Issue #855 | Brian Anderson | -17/+29 |
| 2011-08-22 | Move functions from syntax::ast to syntax::ast_util | Brian Anderson | -1/+1 |