about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/item.rs
AgeCommit message (Expand)AuthorLines
2019-09-29Rollup merge of #64894 - Centril:fix-64682, r=petrochenkovMazdak Farrokhzad-26/+18
2019-09-29syntax: fix #64682.Mazdak Farrokhzad-26/+18
2019-09-28syntax: don't keep a redundant c_variadic flag in the AST.Eduard-Mihai Burtescu-2/+1
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-4/+4
2019-09-26Rename `Item.node` to `Item.kind`varkor-2/+2
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-3/+3
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-2/+2
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-4/+4
2019-09-23Add parser recovery for `const $ident = $expr;`.Mazdak Farrokhzad-3/+44
2019-09-15Give more `Idents` spansMatthew Jasper-1/+1
2019-09-09Resolve attributes in several placesCaio-0/+3
2019-09-07Aggregation of cosmetic changes made during work on REPL PRs: libsyntaxAlexander Regueiro-57/+58
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