aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ast/rust-ast-builder.cc
AgeCommit message (Expand)AuthorFilesLines
2025-03-17gccrs: Parse raw ref operatorPierre-Emmanuel Patry1-1/+4
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-08-01gccrs: format-args: Add basic expansion of unnamed Display::fmt arguments.Arthur Cohen1-22/+44
2024-02-21Update copyright years.Sahil Yeole1-1/+1
2024-01-30gccrs: Split async and const function qualifiersPierre-Emmanuel Patry1-1/+1
2024-01-16gccrs: ast: Parse labelled blockJakub Dupak1-2/+3
2024-01-16gccrs: derive: Add proper derive(Clone) for unionsArthur Cohen1-10/+16
2024-01-16gccrs: derive: Add #[derive(Clone)] for regular structsArthur Cohen1-0/+24
2024-01-16gccrs: ast: Add AstBuilder class.Arthur Cohen1-0/+122