| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -1/+13 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -0/+87 |
| 2014-01-29 | Removing support for the do syntax from libsyntax and librustc. | Scott Lawrence | -40/+39 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -46/+48 |
| 2013-12-15 | libsyntax: Implement the new `box` syntax for unique pointers. | Patrick Walton | -7/+9 |
| 2013-12-11 | Separate strict/reserved keywords, derive bounds. | Chris Morgan | -11/+29 |
| 2013-12-11 | Remove the following unused special identifiers: | Chris Morgan | -107/+67 |
| 2013-12-11 | Deduplicate in syntax::parse::token with a macro. | Chris Morgan | -271/+183 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -3/+3 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -16/+16 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -6/+6 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -6/+6 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -2/+2 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+2 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -19/+22 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -1/+1 |
| 2013-10-08 | Register new snapshots | Alex Crichton | -19/+0 |
| 2013-10-08 | Add bindings for start and ends of keyword ranges; use bindings in match arms. | Felix S. Klock II | -11/+40 |
| 2013-10-08 | add token::LIT_STR_RAW(ident, num of # symbols) | Benjamin Herr | -0/+7 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -6/+6 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -18/+21 |
| 2013-09-22 | Reserve the `alignof`, `offsetof`, and `sizeof` keywords | Birunthan Mohanathas | -4/+14 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -2/+1 |
| 2013-09-09 | auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson | bors | -3/+3 |
| 2013-09-06 | add test case, cleanup | John Clements | -2/+0 |
| 2013-09-06 | remove unneeded imports, clean up unused var warnings | John Clements | -5/+2 |
| 2013-09-06 | memoization for resolve | John Clements | -2/+2 |
| 2013-09-06 | uncomment mtwt_resolve calls | John Clements | -0/+20 |
| 2013-09-06 | comments | John Clements | -8/+31 |
| 2013-09-06 | added gensym_copy mechanism to ensure sharing of pointers in the interner | John Clements | -40/+33 |
| 2013-09-06 | added test for ptr_eq on fresh_name-generated idents | John Clements | -1/+32 |
| 2013-09-06 | re-add debug version | John Clements | -0/+5 |
| 2013-09-06 | drop back to a simple gensym approach for fresh-name. | John Clements | -12/+3 |
| 2013-09-06 | adding test case to check marking/unmarking | John Clements | -1/+6 |
| 2013-09-06 | add hygiene support fns, move them around. | John Clements | -7/+3 |
| 2013-09-05 | Remove the __log function for __log_level | Alex Crichton | -3/+3 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -2/+6 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -22/+22 |
| 2013-09-02 | switch __field__ hack to <unnamed_field> | Daniel Micay | -1/+1 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -86/+86 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -2/+5 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -4/+7 |
| 2013-08-11 | syntax: Shrink enum Token and enum nonterminal | blake2-ppc | -4/+4 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -0/+3 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -10/+7 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+0 |
| 2013-08-01 | convert `pure` to a reserved keyword | Daniel Micay | -31/+31 |