Age | Commit message (Expand) | Author | Files | Lines |
2023-04-06 | gccrs: Fix issue with parsing unsafe block expression statements | Owen Avery | 1 | -1/+9 |
2023-04-06 | gccrs: Address unsafe with/without block handling ambiguity | Owen Avery | 1 | -12/+3 |
2023-04-06 | gccrs: diagnostic: Refactor Error class | Arthur Cohen | 1 | -1/+1 |
2023-04-06 | gccrs: Add support for parsing empty tuple patterns. | Owen Avery | 1 | -0/+9 |
2023-04-06 | gccrs: parser: Fix parsing of closure param list | Arthur Cohen | 1 | -0/+2 |
2023-04-06 | gccrs: parser: Improve parsing of complex generic arguments | Arthur Cohen | 1 | -1/+3 |
2023-04-06 | gccrs: parser: Allow parsing multiple reference types | Arthur Cohen | 1 | -6/+27 |
2023-04-06 | gccrs: macro: Allow builtin `MacroInvocation`s within the AST | Arthur Cohen | 1 | -38/+32 |
2023-04-06 | gccrs: fixed compiler error message on wildcard pattern within expression | Abdul Rafey | 1 | -0/+6 |
2023-04-06 | gccrs: Implement declarative macro 2.0 parser | Raiki Tamura | 1 | -54/+175 |
2023-04-06 | gccrs: rust: add bound parsing in parse_generic_arg. | mxlol233 | 1 | -0/+17 |
2023-02-21 | gccrs: Improve lexer dump | Raiki Tamura | 1 | -41/+0 |
2023-02-21 | gccrs: Remove default location. Add visibility location to create_* functions | Dave | 1 | -5/+6 |
2023-02-21 | gccrs: fix ICE on missing closing paren | Marc Poulhiès | 1 | -4/+11 |
2023-01-31 | gccrs: parser: Parse RangeFullExpr without erroring out | Arthur Cohen | 1 | -1/+5 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-14 | rust: Fix up aarch64-linux bootstrap [PR106072] | Jakub Jelinek | 1 | -2/+3 |
2022-12-13 | gccrs: Add Parser for Rust front-end pt.2 | Joel Phillips | 1 | -0/+8032 |
2022-12-13 | gccrs: Add Parser for Rust front-end pt.1 | Joel Phillips | 1 | -0/+6904 |