aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/parse/rust-parse-impl.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-06gccrs: Fix issue with parsing unsafe block expression statementsOwen Avery1-1/+9
2023-04-06gccrs: Address unsafe with/without block handling ambiguityOwen Avery1-12/+3
2023-04-06gccrs: diagnostic: Refactor Error classArthur Cohen1-1/+1
2023-04-06gccrs: Add support for parsing empty tuple patterns.Owen Avery1-0/+9
2023-04-06gccrs: parser: Fix parsing of closure param listArthur Cohen1-0/+2
2023-04-06gccrs: parser: Improve parsing of complex generic argumentsArthur Cohen1-1/+3
2023-04-06gccrs: parser: Allow parsing multiple reference typesArthur Cohen1-6/+27
2023-04-06gccrs: macro: Allow builtin `MacroInvocation`s within the ASTArthur Cohen1-38/+32
2023-04-06gccrs: fixed compiler error message on wildcard pattern within expressionAbdul Rafey1-0/+6
2023-04-06gccrs: Implement declarative macro 2.0 parserRaiki Tamura1-54/+175
2023-04-06gccrs: rust: add bound parsing in parse_generic_arg.mxlol2331-0/+17
2023-02-21gccrs: Improve lexer dumpRaiki Tamura1-41/+0
2023-02-21gccrs: Remove default location. Add visibility location to create_* functionsDave1-5/+6
2023-02-21gccrs: fix ICE on missing closing parenMarc Poulhiès1-4/+11
2023-01-31gccrs: parser: Parse RangeFullExpr without erroring outArthur Cohen1-1/+5
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-14rust: Fix up aarch64-linux bootstrap [PR106072]Jakub Jelinek1-2/+3
2022-12-13gccrs: Add Parser for Rust front-end pt.2Joel Phillips1-0/+8032
2022-12-13gccrs: Add Parser for Rust front-end pt.1Joel Phillips1-0/+6904