Age | Commit message (Expand) | Author | Files | Lines |
13 days | gccrs: ast: Add new Kind enums for more precise downcasting | Arthur Cohen | 1 | -14/+20 |
13 days | gccrs: Remove Rust::make_unique | Owen Avery | 1 | -3/+2 |
2025-03-17 | gccrs: expand: Switch semicolon boolean to an enum instead. | Arthur Cohen | 1 | -1/+1 |
2025-03-17 | gccrs: expand: Keep track of semicoloned builtin macros | Arthur Cohen | 1 | -1/+1 |
2025-03-17 | gccrs: Change singleton returned type to a reference | Pierre-Emmanuel Patry | 1 | -1/+1 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-08-01 | gccrs: macro: Use MacroInvocation's node_id in ExternalItem constructor. | Arthur Cohen | 1 | -1/+1 |
2024-08-01 | gccrs: Add get_pattern_kind to Pattern | 0xn4utilus | 1 | -0/+5 |
2024-08-01 | gccrs: Add support for external functions | 0xn4utilus | 1 | -4/+5 |
2024-01-30 | gccrs: Unify storage of associated items in SingleASTNode | Owen Avery | 1 | -2/+0 |
2024-01-30 | gccrs: Remove class AST::InherentImplItem | Owen Avery | 1 | -1/+1 |
2024-01-16 | gccrs: Create base class AssociatedItem | Owen Avery | 1 | -11/+1 |
2024-01-16 | gccrs: Add path to macro fragment follow restrictions | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-16 | gccrs: Replace get_pattern_node_id with get_node_id | Owen Avery | 1 | -1/+1 |
2024-01-16 | gccrs: ast: Add `get_kind` method to `MacroRulesDefinition` | Arthur Cohen | 1 | -0/+2 |
2024-01-16 | gccrs: use tl::optional for macro transcribers | Marc Poulhiès | 1 | -7/+5 |
2024-01-16 | gccrs: Replace usages of Location with location_t in the lexer, AST, and HIR | Owen Avery | 1 | -21/+21 |
2024-01-16 | gccrs: resolve: Add mappings for proc macros and resolving | Pierre-Emmanuel Patry | 1 | -1/+3 |
2024-01-16 | gccrs: ast: Add manual dispatch for meta item downcasting | Pierre-Emmanuel Patry | 1 | -0/+30 |
2024-01-16 | gccrs: Replace some more usages of Location with location_t | Owen Avery | 1 | -10/+10 |
2024-01-16 | gccrs: Replace some usages of Location with location_t | Owen Avery | 1 | -22/+24 |
2024-01-16 | gccrs: rust-unreachable: Add specific behavior for rust_unreachable | Arthur Cohen | 1 | -2/+2 |
2024-01-16 | gccrs: Remove Rust::Optional in favor of tl::optional | Arthur Cohen | 1 | -10/+8 |
2024-01-16 | gccrs: Replace value initialization of Location with UNDEF_LOCATION | Owen Avery | 1 | -2/+2 |
2024-01-16 | gccrs: ast: Change Identifier definition | Pierre-Emmanuel Patry | 1 | -3/+3 |
2024-01-16 | gccrs: expand: Derive statements | Arthur Cohen | 1 | -2/+8 |
2024-01-16 | gccrs: Parse semicolons in more cases for statement macros | Matthew Jasper | 1 | -9/+2 |
2024-01-16 | gccrs: ast: Add `outer_attrs` to all `Item`s | Arthur Cohen | 1 | -3/+9 |
2024-01-16 | gccrs: Make MacroInvocation cloning public | Owen Avery | 1 | -0/+2 |
2024-01-16 | gccrs: ast: Remove ExprStmtWithBlock / ExprStmtWithoutBlock distinction | Matthew Jasper | 1 | -1/+1 |
2024-01-16 | gccrs: builtin: Cleanup handling of builtin macros | Arthur Cohen | 1 | -22/+1 |
2024-01-16 | gccrs: ast: Add outer attribute getter to Expr class | Pierre-Emmanuel Patry | 1 | -1/+1 |
2024-01-16 | gccrs: ast: Add Meta items TokenStream visitor | Pierre-Emmanuel Patry | 1 | -0/+14 |
2024-01-16 | gccrs: expand: Add stringify macro | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-04-06 | gccrs: ast: Refactor TraitItem to keep Location info | Arthur Cohen | 1 | -5/+5 |
2023-04-06 | gccrs: macros: Perform macro expansion in a fixed-point fashion. | Arthur Cohen | 1 | -25/+76 |
2023-04-06 | gccrs: macro: Allow builtin `MacroInvocation`s within the AST | Arthur Cohen | 1 | -18/+92 |
2023-04-06 | gccrs: Add get_locus function for abstract class MetaItemInner. | mxlol233 | 1 | -0/+12 |
2023-04-06 | gccrs: Implement declarative macro 2.0 parser | Raiki Tamura | 1 | -16/+49 |
2023-02-21 | gccrs: rust: Replace uses of ASTFragment -> Fragment | Arthur Cohen | 1 | -9/+9 |
2023-02-21 | gccrs: dump: Dump macro rules definition | Arthur Cohen | 1 | -0/+1 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-13 | gccrs: Add full definitions of Rust AST data structures | Joel Phillips | 1 | -0/+958 |