about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/ty.rs
AgeCommit message (Expand)AuthorLines
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-1/+1
2019-08-15Remove `Spanned` from `ast::Mac`Vadim Petrochenkov-4/+5
2019-08-11parser: {check,expect}_lifetime into ty.rsMazdak Farrokhzad-2/+18
2019-08-11parser: move into generics.rsMazdak Farrokhzad-2/+0
2019-08-11parser: split into {ty, path}.rsMazdak Farrokhzad-0/+447