about summary refs log tree commit diff
path: root/src/libsyntax/ext/tt/quoted.rs
AgeCommit message (Expand)AuthorLines
2019-09-22rename libsyntax::ext::tt to mbeAleksey Kladov-433/+0
2019-09-22reduce visibility of a bunch of stuff in ext::ttAleksey Kladov-35/+22
2019-07-27Fix typo in Delimited::open_ttJulien Cretin-1/+1
2019-07-19Implement checks for meta-variables in macrosJulien Cretin-0/+16
2019-07-19Remember the span of the Kleene operator in macrosJulien Cretin-9/+21
2019-06-26Fix clippy::redundant_field_namesIgor Matuszewski-1/+1
2019-06-23Run rustfmtJulien Cretin-29/+13
2019-06-09pacify tidy.Mazdak Farrokhzad-1/+1
2019-06-09Some more cleanup in libsyntax::ext::tt::quotedMazdak Farrokhzad-11/+8
2019-06-09Cleanups in parse_sep_and_kleene_op.Mazdak Farrokhzad-12/+4
2019-06-09Support ? Kleene operator in 2015.Mazdak Farrokhzad-167/+4
2019-06-08syntax: Remove `Deref` impl from `Token`Vadim Petrochenkov-15/+5
2019-06-08syntax: Keep full `Token`s for `macro_rules` separatorsVadim Petrochenkov-7/+7
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-20/+21
2019-06-06syntax: Switch function parameter order in `TokenTree::token`Vadim Petrochenkov-5/+5
2019-06-06syntax: Remove duplicate span from `token::Ident`Vadim Petrochenkov-3/+2
2019-06-06syntax: Add some helper methods to `Token`Vadim Petrochenkov-1/+1
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-39/+41
2019-06-06syntax: Rename `Token` into `TokenKind`Vadim Petrochenkov-9/+9
2019-05-22Eliminate unnecessary `Ident::with_empty_ctxt`sVadim Petrochenkov-2/+2
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-5/+5
2019-05-07lots of comments + minor cleanupMark Mansi-0/+1
2019-02-27Rollup merge of #58075 - asettouf:master, r=varkorMazdak Farrokhzad-6/+12
2019-02-26Changing error message to reflect changes with the 2018 editionAdonis-6/+12
2019-02-10rustc: doc commentsAlexander Regueiro-9/+9
2019-02-07libsyntax => 2018Taiki Endo-9/+10
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Remove `tokenstream::Delimited`.Nicholas Nethercote-8/+8
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-6/+6
2018-12-04syntax: Remove `#[non_exhaustive]` from `Edition`Vadim Petrochenkov-1/+0
2018-11-27remove some unused varsMark Mansi-6/+6
2018-11-27remove feature gateMark Mansi-39/+7
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-09-08Track distinct spans for open and close delimiterDavid Tolnay-10/+10
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-07-23make it a migration lintmark-3/+30
2018-07-23Fix test and errorsmark-1/+1
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-67/+196
2018-07-14Remove most of `Hash` impls from AST and HIR structuresVadim Petrochenkov-3/+3
2018-07-14Remove most of `PartialEq` impls from AST and HIR structuresVadim Petrochenkov-4/+4
2018-06-30Fortify dummy span checkingVadim Petrochenkov-5/+5
2018-06-07Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"Pietro Albini-22/+67
2018-04-16Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkovbors-67/+22
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-7/+4
2018-04-05No separator for `?`. No `?` as a separator.Mark Mansi-67/+22
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