summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/macro_parser.rs
AgeCommit message (Expand)AuthorLines
2018-05-03check if the token is a lifetime before parsingrleungx-1/+7
2018-04-06Make lifetime nonterminals closer to identifier nonterminalsVadim Petrochenkov-2/+2
2018-04-06Remove more duplicated spansVadim Petrochenkov-1/+1
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-3/+3
2018-03-18Return a is_raw parameter from Token::ident rather than having separate methods.Lymia Aluysia-2/+2
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-9/+10
2018-03-17Reject `_` in `ident` matcherVadim Petrochenkov-17/+19
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-2/+1
2018-01-30Update a few commentsMark Mansi-1/+0
2018-01-30Fix trailing whitespaceMark Mansi-1/+1
2018-01-30Attempted fix for `?` kleene opMark Mansi-23/+21
2018-01-30Run rustfmt on macro_parser.rsMark Mansi-4/+6
2018-01-30Update the macro parser to allow at most once repetitions for `?` KleeneMark Mansi-16/+22
2018-01-29Update commentMark Mansi-1/+2
2018-01-26A few more commentsMark Mansi-0/+8
2018-01-26Still more commentsMark Mansi-2/+26
2018-01-26Added/improved commentsMark Mansi-17/+61
2018-01-26Added lots of comments + minor reorganizationMark Mansi-34/+94
2018-01-26Added a bunch of comments to macro_parser.rsMark Mansi-10/+62
2018-01-26Run rustfmt on /libsyntax/ext/tt/macro_parser.rsMark Mansi-78/+114
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-3/+3
2017-12-28replace parse_lifetime with expect_lifetimeMichael Hewson-1/+1
2017-12-28Resurrecting #33135Michael Hewson-0/+1
2017-08-30Make fields of `Span` privateVadim Petrochenkov-3/+4
2017-08-21Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakisbors-3/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-08-11Issue warnings for unnecessary path disambiguatorsVadim Petrochenkov-3/+1
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-2/+2
2017-07-24Make the macro parser theory description more accuratePiotr Czarnecki-100/+102
2017-07-07Only match a fragment specifier the if it starts with certain tokens.kennytm-4/+70
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-15/+9
2017-06-08Speed up expansion.Mark Simulacrum-17/+23
2017-05-18Add an option to the parser to avoid parsing out of line modulesNick Cameron-2/+6
2017-05-16Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkovMark Simulacrum-28/+29
2017-05-15adressed comments by @kennytm and @petrochenkovAndre Bogus-23/+27
2017-05-15Fix regression in `macro_rules!` name matching.Jeffrey Seyfried-5/+6
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-26/+23
2017-04-15Implementation of the `vis` macro matcher.Daniel Keep-0/+1
2017-03-30Improve `Path` spans.Jeffrey Seyfried-1/+1
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-5/+4
2017-03-21Refactor parsing of trait object typesVadim Petrochenkov-1/+1
2017-03-14Cleanup.Jeffrey Seyfried-1/+1
2017-03-03Integrate `TokenStream`.Jeffrey Seyfried-21/+11
2017-02-28Add warning cycle.Jeffrey Seyfried-9/+23
2017-02-28Remove `Token::MatchNt`.Jeffrey Seyfried-8/+6
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-20/+24
2017-01-20Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrcAlex Crichton-20/+4
2017-01-17Avoid interpolated token trees.Jeffrey Seyfried-16/+1
2017-01-17Refactor the parser to consume token trees.Jeffrey Seyfried-4/+3
2017-01-17syntax: Rename parse_ty -> parse_ty_no_plus, parse_ty_sum -> parse_tyVadim Petrochenkov-1/+1