aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/checks/errors/rust-ast-validation.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-08-01gccrs: Remove dead code associated with `AST::ExternalFunctionItem`0xn4utilus1-1/+0
2024-02-21Update copyright years.Sahil Yeole1-1/+1
2024-02-07gccrs: Remove obsolete classes and functions.Kushal Pal1-1/+0
2024-01-30gccrs: Add AST validation check for const in traitPierre-Emmanuel Patry1-0/+1
2024-01-30gccrs: Emit an error on unsafe modulesPierre-Emmanuel Patry1-0/+1
2024-01-30gccrs: Add ast validation check on union variant numberPierre-Emmanuel Patry1-0/+2
2024-01-30gccrs: Reject auto traits with generic parametersPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Rework function special parametersPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Add multiple check on variadics positionPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Add validation pass for label namePierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Add lifetime name validation passPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: Make use of the Contextual visitor in validationPierre-Emmanuel Patry1-171/+4
2024-01-16gccrs: Emit an error on associated const without valuesPierre-Emmanuel Patry1-2/+16
2024-01-16gccrs: Add ast validation checkerPierre-Emmanuel Patry1-0/+194