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