Age | Commit message (Expand) | Author | Files | Lines |
2023-04-06 | gccrs: diagnostic: Refactor Error class | Arthur Cohen | 1 | -2/+2 |
2023-04-06 | gccrs: expander: Add documentation for `expand_eager_invocations` | Arthur Cohen | 1 | -3/+11 |
2023-04-06 | gccrs: macros: Perform macro expansion in a fixed-point fashion. | Arthur Cohen | 1 | -4/+134 |
2023-04-06 | gccrs: Do not crash on empty macros expand. Fixes #1712 | Lyra | 1 | -0/+2 |
2023-02-21 | gccrs: ast: Improve Fragment API | Arthur Cohen | 1 | -3/+3 |
2023-02-21 | gccrs: rust: Replace uses of ASTFragment -> Fragment | Arthur Cohen | 1 | -21/+21 |
2023-02-21 | gccrs: early-name-resolver: Add simple macro name resolution | Arthur Cohen | 1 | -22/+8 |
2023-01-31 | gccrs: expand: eager evaluate macros inside builtin macros | liushuyu | 1 | -0/+1 |
2023-01-31 | gccrs: ast: Only expand expressions and types if the kind is right | Arthur Cohen | 1 | -1/+3 |
2023-01-31 | gccrs: transcriber: Do not infinite loop if the current parsed node is an error | Arthur Cohen | 1 | -0/+8 |
2023-01-31 | gccrs: macros: Handle matchers properly in repetitions | Arthur Cohen | 1 | -5/+9 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-13 | gccrs: Add expansion pass for the Rust front-end | Arthur Cohen | 1 | -0/+1012 |