summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/quoted.rs
AgeCommit message (Expand)AuthorLines
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-1/+1
2018-03-05Turn features() into a query.Michael Woerister-8/+7
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-5/+5
2018-01-30Update a few commentsMark Mansi-0/+4
2018-01-30Improved tests + typo fixes + assertMark Mansi-0/+2
2018-01-30Add feature gate + testsMark Mansi-8/+64
2018-01-30Fix typo in error message + update testsMark Mansi-1/+1
2018-01-30Run rustfmt on quoted.rsMark Mansi-10/+21
2018-01-30Allow `?` as a KleeneOp in the macro parserMark Mansi-46/+84
2018-01-29fix typosMark Mansi-4/+4
2018-01-21Fix typosMark Mansi-3/+3
2018-01-19Add a bunch of doc commentsMark Mansi-3/+72
2018-01-19Run rustfmt and add commentsMark Mansi-38/+103
2017-08-30Make fields of `Span` privateVadim Petrochenkov-4/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-07-20Use the macro structure spans instead of the invocationEsteban Küber-1/+1
2017-07-13Fix regression involving identifiers in `macro_rules!` patterns.Jeffrey Seyfried-1/+2
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-2/+2
2017-06-29Make `$crate` a keywordVadim Petrochenkov-2/+2
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-5/+8
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-4/+15
2017-03-30Improve `Path` spans.Jeffrey Seyfried-5/+8
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-6/+8
2017-03-03Integrate `TokenStream`.Jeffrey Seyfried-5/+5
2017-02-28Add warning cycle.Jeffrey Seyfried-1/+2
2017-02-28Remove `Token::MatchNt`.Jeffrey Seyfried-3/+6
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-0/+230