Age | Commit message (Expand) | Author | Files | Lines |
10 days | gccrs: Fix ICE when using super mid way though path | Philip Herron | 1 | -0/+6 |
2025-03-24 | gccrs: Prevent multiple resolution insertion | Owen Avery | 1 | -34/+166 |
2025-03-24 | gccrs: nr2.0: Fix test self-path2.rs | Owen Avery | 1 | -7/+7 |
2025-03-24 | gccrs: ast: More visitors to allow lang item paths in expressions | Arthur Cohen | 1 | -0/+5 |
2025-03-17 | gccrs: Change singleton returned type to a reference | Pierre-Emmanuel Patry | 1 | -7/+7 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-11-27 | diagnostics: replace %<%s%> with %qs [PR104896] | David Malcolm | 1 | -5/+5 |
2024-08-01 | gccrs: Replace unique_ptr references with references | Pierre-Emmanuel Patry | 1 | -19/+19 |
2024-01-30 | gccrs: resolve: Format if properly | Arthur Cohen | 1 | -3/+1 |
2024-01-30 | gccrs: ast: Change *Path nodes API | Arthur Cohen | 1 | -1/+1 |
2024-01-16 | gccrs: New Error Code Framework | Muhammad Mahad | 1 | -2/+2 |
2024-01-16 | gccrs: rust-unreachable: Add specific behavior for rust_unreachable | Arthur Cohen | 1 | -2/+2 |
2024-01-16 | gccrs: Remove Rust::Optional in favor of tl::optional | Arthur Cohen | 1 | -4/+4 |
2024-01-16 | gccrs: ErrorCode[E0433] Use of Undeclared Crate, Module, or Type | Muhammad Mahad | 1 | -4/+2 |
2024-01-16 | gccrs: resolver: Allow SimplePath to resolve to their root segment | Arthur Cohen | 1 | -0/+4 |
2024-01-16 | gccrs: support use declaration to write the type into the correct namespace | Philip Herron | 1 | -1/+26 |
2024-01-16 | gccrs: Return resolved_node_id when possible | Philip Herron | 1 | -16/+22 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-13 | gccrs: Add name resolution pass to the Rust front-end | Philip Herron | 1 | -0/+384 |