about summary refs log tree commit diff
path: root/compiler/rustc_ast
AgeCommit message (Expand)AuthorLines
2020-10-26Suggest expressions that look like const generic arguments should be enclosed...varkor-0/+16
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-2/+4
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-2/+4
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-3/+10
2020-10-21Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkovbors-11/+83
2020-10-19Rewrite `collect_tokens` implementations to use a flattened bufferAaron Hill-11/+83
2020-10-19Avoid cloning the contents of a `TokenStream` in a few placesAaron Hill-5/+5
2020-10-18Auto merge of #78066 - bugadani:wat, r=jonas-schievinkbors-1/+1
2020-10-18No need to map the max_distanceDániel Buga-1/+1
2020-10-16Add check_generic_arg early passSantiago Pastorino-5/+12
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+10
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-64/+0
2020-10-14Remove unused code from rustc_astest31-64/+0
2020-10-11Add hack to keep `actix-web` and `actori-web` compilingAaron Hill-5/+16
2020-10-09address review commentsEsteban Küber-0/+10
2020-10-07Auto merge of #76985 - hbina:clone_check, r=estebankbors-1/+13
2020-10-04Remove extra indirection in LitKind::ByteStrRobin Schoonover-4/+3
2020-09-23tidyErik Hofmayer-1/+4
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-22Add `#![feature(const_fn_transmute)]` to `rustc_ast`Dylan MacKenzie-0/+1
2020-09-21Prevent stackoverflowHanif Bin Ariffin-1/+13
2020-09-20Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnrRalf Jung-3/+3
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-3/+3
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-4/+0
2020-09-14Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwcobors-1/+2
2020-09-10Fully integrate token collection for additional AST structsAaron Hill-1/+1
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-2/+6
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-7/+14
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-4/+5
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-3/+4
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-4/+6
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-1/+2
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-5/+12
2020-09-10Auto merge of #76291 - matklad:spacing, r=petrochenkovbors-30/+27
2020-09-10Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov"Tyler Mandry-2/+2
2020-09-10use sort_unstable to sort primitive typesMatthias Krüger-1/+2
2020-09-07Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkovDylan DPC-0/+1
2020-09-06Auto merge of #76331 - Aaron1011:fix/group-compat-hack-test, r=petrochenkovbors-3/+13
2020-09-04Account for version number in NtIdent hackAaron Hill-3/+13
2020-09-03Optimize Cursor::look_aheadAleksey Kladov-2/+2
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-30/+27
2020-09-02Allow try blocks as the argument to return expressionsScott McMurray-0/+1
2020-09-02Auto merge of #76170 - matklad:notrivia, r=petrochenkovbors-15/+3
2020-09-01Remove trivia tokensAleksey Kladov-15/+3
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-13/+19
2020-08-30mv compiler to compiler/mark-0/+8724