about summary refs log tree commit diff
path: root/src/librustc_parse/parser/expr.rs
AgeCommit message (Expand)AuthorLines
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-5/+20
2019-11-17Address review commentsVadim Petrochenkov-0/+3
2019-11-16parse: Use string literal parsing in the `asm` macroVadim Petrochenkov-0/+16
2019-11-16parse: Support parsing optional literalsVadim Petrochenkov-12/+19
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+1963