aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/resolve/rust-toplevel-name-resolver-2.0.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-08-01gccrs: Fix use rebind name resolution.Pierre-Emmanuel Patry1-2/+3
2024-08-01gccrs: Reinject Self parameter in new resolverPierre-Emmanuel Patry1-0/+1
2024-08-01gccrs: Add call to globbing visitorPierre-Emmanuel Patry1-0/+1
2024-08-01gccrs: Add name resolution for on globbing use declPierre-Emmanuel Patry1-0/+23
2024-08-01gccrs: Emit error on identical use declarationsPierre-Emmanuel Patry1-0/+4
2024-02-21Update copyright years.Sahil Yeole1-1/+1
2024-02-07gccrs: Remove obsolete classes and functions.Kushal Pal1-1/+0
2024-01-30gccrs: toplevel: Resolve `use` declarationsArthur Cohen1-0/+11
2024-01-16gccrs: Replace AST::Method with existing AST::FunctionOwen Avery1-1/+0
2024-01-16gccrs: Move extern crate resolvingPierre-Emmanuel Patry1-0/+1
2024-01-16gccrs: nr2.0: Use DefaultResolver for TopLevelArthur Cohen1-7/+12
2024-01-16gccrs: top-level: Add base `TopLevel` visitorArthur Cohen1-0/+76