about summary refs log tree commit diff
path: root/src/libsyntax/ext/tt
AgeCommit message (Expand)AuthorLines
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-09Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obkMazdak Farrokhzad-66/+51
2019-06-09Rollup merge of #61646 - L117:master, r=CentrilMazdak Farrokhzad-15/+15
2019-06-08syntax: Remove `Deref` impl from `Token`Vadim Petrochenkov-23/+13
2019-06-08syntax: Move most of the `TokenKind` methods to `Token`Vadim Petrochenkov-9/+9
2019-06-08syntax: Keep full `Token`s for `macro_rules` separatorsVadim Petrochenkov-35/+30
2019-06-08Remove useless allocations in macro_rules follow logic.L117-15/+15
2019-06-07parser: `self.span` -> `self.token.span`Vadim Petrochenkov-9/+9
2019-06-06Address review commentsVadim Petrochenkov-12/+9
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-21/+22
2019-06-06syntax: Switch function parameter order in `TokenTree::token`Vadim Petrochenkov-14/+14
2019-06-06syntax: Remove duplicate span from `token::Ident`Vadim Petrochenkov-31/+25
2019-06-06syntax: Remove duplicate span from `token::Lifetime`Vadim Petrochenkov-2/+2
2019-06-06syntax: Add some helper methods to `Token`Vadim Petrochenkov-8/+7
2019-06-06syntax: Use `Token` in `Parser`Vadim Petrochenkov-17/+16
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-64/+67
2019-06-06syntax: Rename `Token` into `TokenKind`Vadim Petrochenkov-21/+21
2019-06-06Always use token kinds through `token` module rather than `Token` typeVadim Petrochenkov-21/+21
2019-05-27Use `Symbol` equality in `may_begin_with` and `parse_nt`.Nicholas Nethercote-27/+27
2019-05-27Avoid unnecessary internings.Nicholas Nethercote-1/+1
2019-05-24review commentsEsteban Küber-1/+1
2019-05-24Tweak macro parse errors when reaching EOF during macro call parseEsteban Küber-2/+9
2019-05-23Rollup merge of #61046 - mark-i-m:transcribe-fix, r=petrochenkovMazdak Farrokhzad-8/+10
2019-05-22Restore the old behavior of the rustdoc keyword check + Fix rebaseVadim Petrochenkov-6/+6
2019-05-22Eliminate unnecessary `Ident::with_empty_ctxt`sVadim Petrochenkov-2/+2
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-10/+10
2019-05-22these errors can happen after allMark Mansi-8/+10
2019-05-20Remove `Symbol::gensym()`.Nicholas Nethercote-2/+2
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-9/+14
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-6/+6
2019-05-10turn a couple of fixmes into span_bugsMark Mansi-9/+7
2019-05-08fix incorrect assertMark Mansi-1/+4
2019-05-07lots of comments + minor cleanupMark Mansi-16/+139
2019-05-07avoid extra copyMark Mansi-13/+12
2019-05-06rustfmtMark Mansi-50/+50
2019-04-10make duplicate matcher bindings a hard errorMark Mansi-12/+4
2019-03-23syntax: Remove warning for unnecessary path disambiguatorsVadim Petrochenkov-1/+1
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-3/+8
2019-03-06Panic when unmatched delimiters aren't emittedEsteban Küber-1/+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-18Avoid a `clone()` in `transcribe()`.Nicholas Nethercote-11/+11
2019-02-18Remove `LazyTokenStream`.Nicholas Nethercote-6/+7
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-4/+4
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-22/+22
2019-02-13Cleanup importsTaiki Endo-3/+3
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-3/+3