about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/item.rs
AgeCommit message (Expand)AuthorLines
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-5/+5
2019-08-20Allow 'default async fn' to parse.Mazdak Farrokhzad-0/+1
2019-08-15Remove `Spanned` from `ast::Mac`Vadim Petrochenkov-5/+7
2019-08-14Merge Variant and Variant_Caio-2/+3
2019-08-11parser: move into stmt.rsMazdak Farrokhzad-0/+5
2019-08-11parser: move parse_ident_or_underscore into item.rsMazdak Farrokhzad-0/+11
2019-08-11parser: split into {item,module}.rsMazdak Farrokhzad-0/+1899