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