summary refs log tree commit diff
path: root/src/librustc_parse/parser/generics.rs
AgeCommit message (Expand)AuthorLines
2020-03-01Rollup merge of #69579 - petrochenkov:noprevspan, r=CentrilYuki Okushi-12/+16
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-29parser: `prev_span` -> `prev_token.span`Vadim Petrochenkov-12/+16
2020-02-29Auto merge of #69255 - estebank:e0599-details, r=varkorbors-2/+4
2020-02-28Suggest constraining type parametersEsteban Küber-2/+4
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-9/+6
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-1/+1
2020-01-09Extend support of `_` in type parametersEsteban Küber-1/+1
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