| Age | Commit message (Expand) | Author | Lines |
| 2015-11-25 | Auto merge of #30011 - jonas-schievink:macro-context, r=nrc | bors | -10/+10 |
| 2015-11-24 | Remove "this" | Jonas Schievink | -1/+1 |
| 2015-11-24 | Fix unreachable code in libsyntax | Manish Goregaokar | -2/+2 |
| 2015-11-23 | Print the macro context name on incomplete parse | Jonas Schievink | -10/+10 |
| 2015-11-17 | Fix match_ref_pats flagged by Clippy | Seo Sanghyeon | -17/+17 |
| 2015-11-16 | Auto merge of #29828 - sanxiyn:check-macro, r=nrc | bors | -49/+63 |
| 2015-11-14 | Check macro definition and do not expand invalid macros | Seo Sanghyeon | -3/+22 |
| 2015-11-14 | Reindent code | Seo Sanghyeon | -22/+22 |
| 2015-11-14 | Store TokenTree in MacroRulesMacroExpander | Seo Sanghyeon | -28/+23 |
| 2015-11-13 | Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn | bors | -10/+10 |
| 2015-11-10 | Rename _nopanic methods to remove the suffix. | Eli Friedman | -10/+10 |
| 2015-11-10 | Use deref coercions | Seo Sanghyeon | -1/+1 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -67/+72 |
| 2015-10-27 | Don't panic for fatal errors in attribute parsing. | Eli Friedman | -1/+1 |
| 2015-10-27 | Delete unnecessary ParserAttr trait. | Eli Friedman | -1/+0 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -9/+9 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -14/+14 |
| 2015-08-19 | Auto merge of #27849 - jonas-schievink:macro-errors, r=nikomatsakis | bors | -46/+50 |
| 2015-08-15 | Slightly improved macro diagnostics + Indentation fixes | Jonas Schievink | -46/+50 |
| 2015-08-15 | Fix span of invalid metavariable repetition | Jonas Schievink | -1/+1 |
| 2015-08-10 | add and use Span.substitute_dummy method | Tim Neumann | -17/+6 |
| 2015-08-07 | improve span of erroneous empty macro invocation | Tim Neumann | -22/+27 |
| 2015-08-04 | Extend macro machinery to expand macros in types | Jared Roesch | -0/+6 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -24/+17 |
| 2015-07-24 | Make ICE an error and use a sensible error message | Andy Caldwell | -2/+2 |
| 2015-07-13 | Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr | bors | -1/+1 |
| 2015-07-12 | syntax: Allow semi tokens after macro ty/path | Alex Crichton | -1/+1 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-05-22 | Allow patterns to be followed by if and in. | Steven Allen | -0/+1 |
| 2015-05-15 | Permit token trees, identifiers, and blocks to be following by | Niko Matsakis | -34/+78 |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -12/+12 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -4/+4 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-11 | Auto merge of #24155 - chris-chambers:stmt_macros, r=sfackler | bors | -4/+18 |
| 2015-04-07 | Improves handling of statement macros. | Christopher Chambers | -4/+18 |
| 2015-04-06 | Provide context for macro expansions which result in unparsed tokens. | Will Hipschman | -0/+17 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -29/+29 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -2/+2 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -16/+10 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -6/+4 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -1/+2 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -1/+1 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -1/+1 |
| 2015-03-05 | Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister | bors | -13/+9 |
| 2015-03-04 | Add quasiquote for matchers and attributes | Piotr Czarnecki | -13/+9 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -3/+3 |
| 2015-02-25 | Always error on invalid macro fragment specifiers | Keegan McAllister | -4/+4 |