aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ast/rust-macro.h
AgeCommit message (Expand)AuthorFilesLines
13 daysgccrs: ast: Add new Kind enums for more precise downcastingArthur Cohen1-14/+20
13 daysgccrs: Remove Rust::make_uniqueOwen Avery1-3/+2
2025-03-17gccrs: expand: Switch semicolon boolean to an enum instead.Arthur Cohen1-1/+1
2025-03-17gccrs: expand: Keep track of semicoloned builtin macrosArthur Cohen1-1/+1
2025-03-17gccrs: Change singleton returned type to a referencePierre-Emmanuel Patry1-1/+1
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-08-01gccrs: macro: Use MacroInvocation's node_id in ExternalItem constructor.Arthur Cohen1-1/+1
2024-08-01gccrs: Add get_pattern_kind to Pattern0xn4utilus1-0/+5
2024-08-01gccrs: Add support for external functions0xn4utilus1-4/+5
2024-01-30gccrs: Unify storage of associated items in SingleASTNodeOwen Avery1-2/+0
2024-01-30gccrs: Remove class AST::InherentImplItemOwen Avery1-1/+1
2024-01-16gccrs: Create base class AssociatedItemOwen Avery1-11/+1
2024-01-16gccrs: Add path to macro fragment follow restrictionsPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Replace get_pattern_node_id with get_node_idOwen Avery1-1/+1
2024-01-16gccrs: ast: Add `get_kind` method to `MacroRulesDefinition`Arthur Cohen1-0/+2
2024-01-16gccrs: use tl::optional for macro transcribersMarc Poulhiès1-7/+5
2024-01-16gccrs: Replace usages of Location with location_t in the lexer, AST, and HIROwen Avery1-21/+21
2024-01-16gccrs: resolve: Add mappings for proc macros and resolvingPierre-Emmanuel Patry1-1/+3
2024-01-16gccrs: ast: Add manual dispatch for meta item downcastingPierre-Emmanuel Patry1-0/+30
2024-01-16gccrs: Replace some more usages of Location with location_tOwen Avery1-10/+10
2024-01-16gccrs: Replace some usages of Location with location_tOwen Avery1-22/+24
2024-01-16gccrs: rust-unreachable: Add specific behavior for rust_unreachableArthur Cohen1-2/+2
2024-01-16gccrs: Remove Rust::Optional in favor of tl::optionalArthur Cohen1-10/+8
2024-01-16gccrs: Replace value initialization of Location with UNDEF_LOCATIONOwen Avery1-2/+2
2024-01-16gccrs: ast: Change Identifier definitionPierre-Emmanuel Patry1-3/+3
2024-01-16gccrs: expand: Derive statementsArthur Cohen1-2/+8
2024-01-16gccrs: Parse semicolons in more cases for statement macrosMatthew Jasper1-9/+2
2024-01-16gccrs: ast: Add `outer_attrs` to all `Item`sArthur Cohen1-3/+9
2024-01-16gccrs: Make MacroInvocation cloning publicOwen Avery1-0/+2
2024-01-16gccrs: ast: Remove ExprStmtWithBlock / ExprStmtWithoutBlock distinctionMatthew Jasper1-1/+1
2024-01-16gccrs: builtin: Cleanup handling of builtin macrosArthur Cohen1-22/+1
2024-01-16gccrs: ast: Add outer attribute getter to Expr classPierre-Emmanuel Patry1-1/+1
2024-01-16gccrs: ast: Add Meta items TokenStream visitorPierre-Emmanuel Patry1-0/+14
2024-01-16gccrs: expand: Add stringify macroPierre-Emmanuel Patry1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-04-06gccrs: ast: Refactor TraitItem to keep Location infoArthur Cohen1-5/+5
2023-04-06gccrs: macros: Perform macro expansion in a fixed-point fashion.Arthur Cohen1-25/+76
2023-04-06gccrs: macro: Allow builtin `MacroInvocation`s within the ASTArthur Cohen1-18/+92
2023-04-06gccrs: Add get_locus function for abstract class MetaItemInner.mxlol2331-0/+12
2023-04-06gccrs: Implement declarative macro 2.0 parserRaiki Tamura1-16/+49
2023-02-21gccrs: rust: Replace uses of ASTFragment -> FragmentArthur Cohen1-9/+9
2023-02-21gccrs: dump: Dump macro rules definitionArthur Cohen1-0/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-13gccrs: Add full definitions of Rust AST data structuresJoel Phillips1-0/+958