about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/token.rs
AgeCommit message (Expand)AuthorLines
2021-10-04Use `TokenKind::similar_tokens()`Fabian Wolff-0/+1
2021-09-04Fix formattingTheodore Luo Wang-1/+4
2021-09-04Use verbose suggestions and only match if the + is seen before a numeric literalTheodore Luo Wang-0/+4
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-04-27remove pat2021mark-10/+3
2021-04-15rename pat2015 to pat_parammark-7/+7
2021-03-22rename :pat2018 -> :pat215mark-7/+7
2021-03-15Extend `proc_macro_back_compat` lint to `procedural-masquerade`Aaron Hill-27/+0
2021-03-14Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl`Aaron Hill-49/+1
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-2/+2
2021-01-07rustc_parse: Better spans for synthesized token streamsVadim Petrochenkov-1/+1
2020-12-31Enable Pat2021 in edition 2021.Mara Bos-2/+1
2020-12-30Implement edition-based macro pat featuremark-5/+30
2020-12-24use matches!() macro in more placesMatthias Krüger-34/+19
2020-12-17docs: Edit rustc_ast::token::Tokenpierwill-1/+1
2020-11-25Adjust pretty-print compat hack to work with item statementsAaron Hill-7/+14
2020-10-26Suggest expressions that look like const generic arguments should be enclosed...varkor-0/+7
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+1
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-10/+0
2020-10-14Remove unused code from rustc_astest31-10/+0
2020-10-11Add hack to keep `actix-web` and `actori-web` compilingAaron Hill-5/+16
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-1/+1
2020-09-07Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkovDylan DPC-0/+1
2020-09-04Account for version number in NtIdent hackAaron Hill-3/+13
2020-09-02Allow try blocks as the argument to return expressionsScott McMurray-0/+1
2020-09-01Remove trivia tokensAleksey Kladov-15/+3
2020-08-30mv compiler to compiler/mark-0/+884