aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/hir/rust-ast-lower-base.cc
AgeCommit message (Expand)AuthorFilesLines
2023-04-06gccrs: Add AST::AltPattern classOwen Avery1-0/+3
2023-02-21gccrs: Cleanup unused parameters to fix the bootstrap buildPhilip Herron1-176/+176
2023-02-21gccrs: Add missing hir lowering to function type-path segmentsPhilip Herron1-113/+0
2023-02-21gccrs: Support outer attribute handling on trait items just like normal itemsPhilip Herron1-3/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-13gccrs: Add AST to HIR lowering passPhilip Herron1-0/+1078