about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/ty.rs
AgeCommit message (Expand)AuthorLines
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-1/+2
2022-01-14Parse `Ty?` as `Option<Ty>` and provide structured suggestionEsteban Kuber-0/+26
2021-12-13Use Inherited Visibility instead of None when no vis is presentAlexis Bourget-1/+6
2021-12-13Change error for pub in fn decl if already presentAlexis Bourget-1/+2
2021-11-24Account for incorrect `impl Foo<const N: ty> {}` syntaxEsteban Küber-6/+32
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-13/+0
2021-08-27Introduce `~const`Deadbeef-26/+20
2021-07-02Recover from `&dyn mut ...` parse errorsFabian Wolff-1/+21
2021-06-04Remove incorrect assertion in type parsing codeFabian Wolff-1/+0
2021-05-16Implement Anonymous{Struct, Union} in the ASTjedel1043-0/+13
2021-05-03Handle incorrect placement of parentheses in trait bounds more gracefullyEsteban Küber-3/+36
2021-03-17Add pub as optional check_front_matterIvan Tham-2/+2
2021-02-27Recover from X<Y,Z> when parsing const exprÖmer Sinan Ağacan-2/+10
2020-12-17Address review commentsmibac138-7/+21
2020-12-03Gracefully handle confusing -> with : in function return typemibac138-13/+65
2020-12-01Gracefully handle mistyping -> as => in function return typemibac138-0/+21
2020-10-25Tweak invalid `fn` header and body parsingEsteban Küber-1/+13
2020-09-21fix typo in docs and commentsyuk1ty-1/+1
2020-09-15improve diagnostics for lifetime after `&mut`SNCPlay42-1/+27
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-1/+1
2020-08-30mv compiler to compiler/mark-0/+631