about summary refs log tree commit diff
path: root/src/librustc_parse/parser/stmt.rs
AgeCommit message (Expand)AuthorLines
2019-12-20recover on 'mut', 'var', 'auto'Mazdak Farrokhzad-3/+39
2019-12-20introduce 'type AttrVec'Mazdak Farrokhzad-8/+7
2019-12-20implement recovery in check_assoc_opMazdak Farrokhzad-20/+2
2019-12-20extract: error_block_no_opening_braceMazdak Farrokhzad-59/+65
2019-12-20parser: extract error_outer_attrsMazdak Farrokhzad-14/+14
2019-12-20parse_stmt_without_recovery: readability!Mazdak Farrokhzad-54/+54
2019-12-20parse_stmt_mac: add a commentMazdak Farrokhzad-0/+1
2019-12-20parser: early return for item stmtMazdak Farrokhzad-40/+39
2019-12-20inline parse_stmt_ into parse_stmtMazdak Farrokhzad-6/+2
2019-12-20extract parse_sttmt_macMazdak Farrokhzad-63/+73
2019-12-20reduce repetition in stmt parsingMazdak Farrokhzad-56/+37
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-3/+3
2019-12-02syntax: Remove redundant span from `ast::Mac`Vadim Petrochenkov-2/+1
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-6/+6
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+482