| Age | Commit message (Expand) | Author | Lines |
| 2012-07-09 | Enable item macros to define macros. | Paul Stansifer | -6/+17 |
| 2012-07-09 | Allow folds to drop items. | Paul Stansifer | -10/+18 |
| 2012-07-09 | rustc: Switch over to resolve3 | Patrick Walton | -2/+2 |
| 2012-07-09 | Revert "rustc: Switch over to resolve3" due to Linux failures | Patrick Walton | -2/+2 |
| 2012-07-09 | rustc: Switch over to resolve3 | Patrick Walton | -2/+2 |
| 2012-07-09 | Switch 'cont' to 'again' everywhere. Close #2229. | Graydon Hoare | -1/+1 |
| 2012-07-06 | Updating tests to use pipes. | Eric Holk | -22/+36 |
| 2012-07-06 | Fixing an infinite type, updating code to match new Early parser, remembering... | Eric Holk | -2/+67 |
| 2012-07-06 | pingpong protocol parses, although I should probably rewrite this to use Paul... | Eric Holk | -14/+29 |
| 2012-07-06 | Recursively expand items, and keep expansion stack, per Paul's code review co... | Eric Holk | -3/+10 |
| 2012-07-06 | Adding token tree nonterminals to earley parser. | Eric Holk | -2/+1 |
| 2012-07-06 | You can have any protocol you want, provided it's pingpong. | Eric Holk | -2/+583 |
| 2012-07-06 | Plumbing and parsing for item-position macros. | Eric Holk | -5/+60 |
| 2012-07-05 | Allow soft failure of the macro parser. | Paul Stansifer | -11/+18 |
| 2012-07-05 | Add new syntax for interpolation and repetition, and allow the transcription ... | Paul Stansifer | -8/+20 |
| 2012-07-05 | Start letting the parser catch interpolated ASTs. | Paul Stansifer | -2/+15 |
| 2012-07-05 | Macro By Example transcription of token trees with interpolations and dotdotd... | Paul Stansifer | -25/+122 |
| 2012-07-05 | Store some span information for stride mismatches errors in MBE TT macros. | Paul Stansifer | -9/+14 |
| 2012-07-05 | Move earley_parser.rs to a more appropriate place | Paul Stansifer | -1/+1 |
| 2012-07-05 | Some rearranging in perparation for MBE-style TT transcription. | Paul Stansifer | -7/+147 |
| 2012-07-05 | Comments only: change TODOs to FIXMEs and annotate them | Tim Chevalier | -1/+1 |
| 2012-07-05 | Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym | Lindsey Kuper | -2/+2 |
| 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-01 | Convert to new closure syntax | Brian Anderson | -116/+109 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -30/+32 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -209/+209 |
| 2012-06-29 | Refactor syntax exts some. Don't ever emit bare vectors. | Michael Sullivan | -38/+30 |
| 2012-06-28 | Make fmt use a bitmask instead of a vector of flags. Closes #1993. | Michael Sullivan | -11/+11 |
| 2012-06-28 | Have #fmt use str::concat to build up the string instead of using binary +. C... | Michael Sullivan | -6/+12 |
| 2012-06-28 | replace more vector + (issue #2719) | Eric Holk | -8/+9 |
| 2012-06-27 | Replace more vector + (issue #2719) | Eric Holk | -34/+40 |
| 2012-06-27 | Have the syntax extension ast builders reserve the extra node ids required fo... | Michael Sullivan | -0/+2 |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -1/+1 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -189/+199 |
| 2012-06-25 | When we cons up vector asts, generate evecs. | Michael Sullivan | -2/+12 |
| 2012-06-25 | Make it possible to make built-in tt syntax extensions | Paul Stansifer | -4/+42 |
| 2012-06-25 | parsing for the macro system | Paul Stansifer | -0/+243 |
| 2012-06-22 | Serialize out uniq vecs types | Michael Sullivan | -8/+11 |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -16/+14 |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -35/+45 |
| 2012-06-15 | Bugfix: obey the tt_lexer's own invariants. | Paul Stansifer | -7/+3 |
| 2012-06-15 | Add the interner to parse_sess. | Paul Stansifer | -0/+4 |
| 2012-06-15 | Make token trees parseable. | Paul Stansifer | -0/+1 |
| 2012-06-14 | Remove code from parser that was awaiting snapshot | Tim Chevalier | -1/+1 |
| 2012-06-13 | Box AST idents | Brian Anderson | -88/+95 |
| 2012-06-07 | syntax: Remove some more implicit copies | Patrick Walton | -6/+10 |
| 2012-06-06 | borrowck changes: some copies, some removed mut annotations, some dvec | Niko Matsakis | -5/+6 |
| 2012-06-06 | misc. copies in core/syntax to please borrowck | Niko Matsakis | -1/+1 |
| 2012-06-04 | Move imports around in qquote to avoid another cyclic import | Patrick Walton | -4/+4 |