summary refs log tree commit diff
path: root/src/librustc_parse/parser/stmt.rs
AgeCommit message (Expand)AuthorLines
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-2/+2
2019-12-31parser::path: remove .fatal callsMazdak Farrokhzad-4/+9
2019-12-31parser: span_fatal -> struct_span_errMazdak Farrokhzad-1/+1
2019-12-31de-fatalize some errorsMazdak Farrokhzad-1/+2
2019-12-23extract parse_not_exprMazdak Farrokhzad-2/+2
2019-12-23more recovery in if-parsingMazdak Farrokhzad-2/+6
2019-12-22Format the worldMark Rousskov-63/+49
2019-12-20tweak var/auto/mut recoveryMazdak Farrokhzad-7/+7
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