summary refs log tree commit diff
path: root/src/librustc_parse/parser/pat.rs
AgeCommit message (Expand)AuthorLines
2019-12-13parser: recover on `&'lifetime mut $pat`.Mazdak Farrokhzad-6/+16
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-2/+2
2019-12-02syntax: Remove redundant span from `ast::Mac`Vadim Petrochenkov-3/+2
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-3/+2
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+1015