Age | Commit message (Expand) | Author | Files | Lines |
16 hours | gccrs: Fix modules with same name as builtins causing ICE (#3315) | Liam Naddell | 1 | -10/+72 |
16 hours | gccrs: Fix canonical path parent resolution | Pierre-Emmanuel Patry | 1 | -1/+1 |
16 hours | gccrs: Insert crate name in canonical path | Pierre-Emmanuel Patry | 1 | -1/+6 |
16 hours | gccrs: Keep definition provenance to skip enum variants | Pierre-Emmanuel Patry | 1 | -4/+14 |
16 hours | gccrs: Add rib kind debug representation | Pierre-Emmanuel Patry | 1 | -3/+7 |
16 hours | gccrs: nr2.0: Set the node id of the root node | Owen Avery | 1 | -6/+1 |
16 hours | gccrs: nr2.0: Handle lang item type path segments | Owen Avery | 1 | -0/+27 |
16 hours | gccrs: Add comments to resolve_segments | Owen Avery | 1 | -0/+11 |
16 hours | gccrs: nr2.0: Resolve paths which start with Self | Owen Avery | 1 | -22/+38 |
16 hours | gccrs: nr2.0: Resolve instances of TypePath more accurately | Owen Avery | 1 | -8/+12 |
16 hours | gccrs: Fix bug in type resolution of paths | Owen Avery | 1 | -10/+38 |
16 hours | gccrs: Fix an issue with ForeverStack::dfs_rib | Owen Avery | 1 | -3/+2 |
16 hours | gccrs: Make foreverstack debug string const | Pierre-Emmanuel Patry | 1 | -3/+3 |
4 days | gccrs: Fix ForeverStack::find_starting_point output parameter | Owen Avery | 1 | -6/+7 |
4 days | gccrs: Push ribs by kind rather than by value | Owen Avery | 1 | -2/+3 |
4 days | gccrs: Use name resolver 2.0 for module descendance checks | Owen Avery | 1 | -7/+34 |
6 days | gccrs: Make const references to ForeverStack more useful | Owen Avery | 1 | -3/+88 |
6 days | gccrs: Improve Rib::Definition shadowing | Owen Avery | 1 | -3/+21 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-08-01 | gccrs: Change dfs function return type to support gcc 4.8 | Pierre-Emmanuel Patry | 1 | -2/+2 |
2024-08-01 | gccrs: Add support for ambiguous use declarations | Pierre-Emmanuel Patry | 1 | -18/+21 |
2024-08-01 | gccrs: Make globbing definition shadowable by default | Pierre-Emmanuel Patry | 1 | -0/+10 |
2024-08-01 | gccrs: late: Setup builtin types properly, change Rib API | Arthur Cohen | 1 | -9/+13 |
2024-02-21 | Update copyright years. | Sahil Yeole | 1 | -1/+1 |
2024-01-30 | gccrs: forever stack: Remove development debug info | Arthur Cohen | 1 | -2/+0 |
2024-01-30 | gccrs: foreverstack: Add `to_rib` method | Arthur Cohen | 1 | -1/+19 |
2024-01-30 | gccrs: foreverstack: Add `to_canonical_path` method | Arthur Cohen | 1 | -2/+88 |
2024-01-30 | gccrs: forever stack: Improve resolve_path implementation | Arthur Cohen | 1 | -1/+1 |
2024-01-30 | gccrs: forever stack: Fix resolve_path signature | Arthur Cohen | 1 | -8/+9 |
2024-01-30 | gccrs: foreverstack: Specialize `get` for Namespace::Labels | Arthur Cohen | 1 | -1/+28 |
2024-01-30 | gccrs: forever-stack: Fix basic get logic | Arthur Cohen | 1 | -19/+19 |
2024-01-30 | gccrs: ast: Change *Path nodes API | Arthur Cohen | 1 | -3/+4 |
2024-01-16 | gccrs: forever stack: Add path resolution | Arthur Cohen | 1 | -15/+258 |
2024-01-16 | gccrs: forever-stack: Use rust_assert instead of assert | Arthur Cohen | 1 | -1/+1 |
2024-01-16 | gccrs: nr2.0: Add `ForeverStack` data structure. | Arthur Cohen | 1 | -0/+249 |