about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-1/+0
2020-09-13Auto merge of #76585 - Aaron1011:ignore-vert-plus, r=petrochenkovbors-0/+6
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-0/+7
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-0/+1
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-0/+1
2020-09-10Collect tokens when handling `:literal` matcherAaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-0/+1
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-0/+1
2020-09-10Ignore `|` and `+` tokens during proc-macro pretty-print checkAaron Hill-0/+6
2020-09-10Rollup merge of #76563 - yokodake:patch-1, r=jonas-schievinkTyler Mandry-1/+1
2020-09-10small typo fix in rustc_parse docsNanami-1/+1
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-2/+2
2020-09-03Condense StringReader's API to a single functionAleksey Kladov-2/+7
2020-09-01Remove trivia tokensAleksey Kladov-7/+0
2020-08-30mv compiler to compiler/mark-0/+595