aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/resolve/rust-ast-resolve-path.cc
AgeCommit message (Expand)AuthorFilesLines
10 daysgccrs: Fix ICE when using super mid way though pathPhilip Herron1-0/+6
2025-03-24gccrs: Prevent multiple resolution insertionOwen Avery1-34/+166
2025-03-24gccrs: nr2.0: Fix test self-path2.rsOwen Avery1-7/+7
2025-03-24gccrs: ast: More visitors to allow lang item paths in expressionsArthur Cohen1-0/+5
2025-03-17gccrs: Change singleton returned type to a referencePierre-Emmanuel Patry1-7/+7
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-27diagnostics: replace %<%s%> with %qs [PR104896]David Malcolm1-5/+5
2024-08-01gccrs: Replace unique_ptr references with referencesPierre-Emmanuel Patry1-19/+19
2024-01-30gccrs: resolve: Format if properlyArthur Cohen1-3/+1
2024-01-30gccrs: ast: Change *Path nodes APIArthur Cohen1-1/+1
2024-01-16gccrs: New Error Code FrameworkMuhammad Mahad1-2/+2
2024-01-16gccrs: rust-unreachable: Add specific behavior for rust_unreachableArthur Cohen1-2/+2
2024-01-16gccrs: Remove Rust::Optional in favor of tl::optionalArthur Cohen1-4/+4
2024-01-16gccrs: ErrorCode[E0433] Use of Undeclared Crate, Module, or TypeMuhammad Mahad1-4/+2
2024-01-16gccrs: resolver: Allow SimplePath to resolve to their root segmentArthur Cohen1-0/+4
2024-01-16gccrs: support use declaration to write the type into the correct namespacePhilip Herron1-1/+26
2024-01-16gccrs: Return resolved_node_id when possiblePhilip Herron1-16/+22
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-13gccrs: Add name resolution pass to the Rust front-endPhilip Herron1-0/+384