about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/token.rs
AgeCommit message (Expand)AuthorLines
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