aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ast/rust-ast-fragment.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-01-30gccrs: Unify storage of associated items in SingleASTNodeOwen Avery1-3/+1
2024-01-16gccrs: use tl::optional for macro transcribersMarc Poulhiès1-0/+6
2024-01-16gccrs: Replace value initialization of Location with UNDEF_LOCATIONOwen Avery1-2/+2
2024-01-16gccrs: expand: Move derive system to new onePierre-Emmanuel Patry1-14/+4
2024-01-16gccrs: expand: Add derive proc macro draftPierre-Emmanuel Patry1-4/+14
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-04-06gccrs: Update copyright years.Thomas Schwinge1-1/+1
2023-04-06gccrs: macros: Perform macro expansion in a fixed-point fashion.Arthur Cohen1-15/+27
2023-02-21gccrs: ast: Improve Fragment APIArthur Cohen1-14/+17
2023-02-21gccrs: ast: Refactor ASTFragment -> Fragment classArthur Cohen1-0/+168