summary refs log tree commit diff
path: root/src/librustc_parse/parser/generics.rs
AgeCommit message (Collapse)AuthorLines
2020-01-09Extend support of `_` in type parametersEsteban Küber-1/+1
- Account for `impl Trait<_>`. - Provide a reasonable `Span` for empty `Generics` in `impl`s. - Account for `fn foo<_>(_: _) {}` to suggest `fn foo<T>(_: T) {}`. - Fix #67995.
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-68/+45
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-1/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+308
also move MACRO_ARGUMENTS -> librustc_parse