summary refs log tree commit diff
path: root/src/librustc_parse/parser/expr.rs
AgeCommit message (Collapse)AuthorLines
2020-01-17Change `next_point` when `shrink_to_hi` is more appropriateEsteban Küber-1/+1
(cherry picked from commit b93ef68245807bac97cd17ea9eaa13169380d815)
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-10/+7
2019-12-02syntax: Remove redundant span from `ast::Mac`Vadim Petrochenkov-1/+0
Also remove a couple of redundant `visit_mac` asserts
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-3/+2
2019-11-24Parse and feature gate raw address of expressionsMatthew Jasper-1/+1
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
Revert weird renaming of the former `LitError::report`
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+1963
also move MACRO_ARGUMENTS -> librustc_parse