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