| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-10-13 | syntax: consolidate function parsing in `item.rs` | Mazdak Farrokhzad | -1/+2 |
| 2019-10-07 | syntax: use `parse_extern_abi` more. | Mazdak Farrokhzad | -8/+1 |
| 2019-10-07 | syntax: unify and simplify fn signature parsing. | Mazdak Farrokhzad | -7/+7 |
| 2019-09-30 | syntax refactor `parse_self_param` (4) | Mazdak Farrokhzad | -6/+2 |
| 2019-09-28 | syntax: don't keep a redundant c_variadic flag in the AST. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -3/+3 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -3/+3 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -1/+1 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -4/+5 |
| 2019-08-11 | parser: {check,expect}_lifetime into ty.rs | Mazdak Farrokhzad | -2/+18 |
| 2019-08-11 | parser: move into generics.rs | Mazdak Farrokhzad | -2/+0 |
| 2019-08-11 | parser: split into {ty, path}.rs | Mazdak Farrokhzad | -0/+447 |
