| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-20 | extract parse_labeled_expr | Mazdak Farrokhzad | -25/+29 | |
| 2019-12-20 | extract parse_path_start_expr | Mazdak Farrokhzad | -27/+30 | |
| 2019-12-20 | extract parse_array_or_repeat_expr | Mazdak Farrokhzad | -41/+43 | |
| 2019-12-20 | extract parse_tuple_parens_expr | Mazdak Farrokhzad | -34/+31 | |
| 2019-12-20 | Clean up `parse_bottom_expr` | A C | -60/+39 | |
| 2019-12-20 | parse_bottom_expr: use else if | Mazdak Farrokhzad | -14/+13 | |
| 2019-12-20 | implement recovery in check_assoc_op | Mazdak Farrokhzad | -1/+25 | |
| 2019-12-20 | extract should_continue_as_assoc_expr | Mazdak Farrokhzad | -45/+55 | |
| 2019-12-12 | parse: refactor fun ret ty & param ty | Mazdak Farrokhzad | -1/+1 | |
| 2019-12-05 | rustc_parser: cleanup imports | Mazdak Farrokhzad | -10/+7 | |
| 2019-12-02 | syntax: Remove redundant span from `ast::Mac` | Vadim Petrochenkov | -1/+0 | |
| Also remove a couple of redundant `visit_mac` asserts | ||||
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -3/+2 | |
| 2019-11-24 | Parse and feature gate raw address of expressions | Matthew Jasper | -1/+1 | |
| 2019-11-24 | Add raw address of expressions to the AST and HIR | Matthew Jasper | -5/+20 | |
| 2019-11-17 | Address review comments | Vadim Petrochenkov | -0/+3 | |
| 2019-11-16 | parse: Use string literal parsing in the `asm` macro | Vadim Petrochenkov | -0/+16 | |
| 2019-11-16 | parse: Support parsing optional literals | Vadim Petrochenkov | -12/+19 | |
| Revert weird renaming of the former `LitError::report` | ||||
| 2019-11-10 | move syntax::parse -> librustc_parse | Mazdak Farrokhzad | -0/+1963 | |
| also move MACRO_ARGUMENTS -> librustc_parse | ||||
