Age | Commit message (Expand) | Author | Files | Lines |
31 hours | gccrs: nr2.0: Fix StructExprFieldIdentifier handling | Owen Avery | 1 | -8/+0 |
31 hours | gccrs: nr2.0: Adjust indentifier expression handling | Owen Avery | 1 | -3/+0 |
31 hours | gccrs: Modify multiple definition error | Owen Avery | 1 | -2/+0 |
31 hours | gccrs: nr2.0: Adjust visitors for struct expressions | Owen Avery | 1 | -5/+0 |
31 hours | gccrs: Prevent multiple resolution insertion | Owen Avery | 1 | -6/+0 |
31 hours | gccrs: nr2.0: Fix test self-path2.rs | Owen Avery | 1 | -1/+0 |
31 hours | gccrs: Fix modules with same name as builtins causing ICE (#3315) | Liam Naddell | 1 | -0/+1 |
31 hours | gccrs: nr2.0: Check compile/torture/*.rs tests | Owen Avery | 1 | -0/+17 |
32 hours | gccrs: Remove mangling tests from exclusion list | Pierre-Emmanuel Patry | 1 | -2/+0 |
32 hours | gccrs: Remove tests from exclusion list | Pierre-Emmanuel Patry | 1 | -2/+0 |
32 hours | gccrs: Remove nr2 exhaustiveness test from exclusion list | Pierre-Emmanuel Patry | 1 | -1/+0 |
32 hours | gccrs: nr2.0: Set the node id of the root node | Owen Avery | 1 | -2/+0 |
32 hours | gccrs: nr2.0: Make sure PathInExpression is default resolved | Owen Avery | 1 | -5/+0 |
32 hours | gccrs: Adjust unknown macro error message | Owen Avery | 1 | -2/+0 |
32 hours | gccrs: nr2.0: Handle lang item type path segments | Owen Avery | 1 | -5/+0 |
32 hours | gccrs: nr2.0: Implement macro_use for modules | Owen Avery | 1 | -3/+0 |
32 hours | gccrs: Adjust type path resolution error message | Owen Avery | 1 | -6/+0 |
32 hours | gccrs: derive(Hash): Add implementation. | Arthur Cohen | 1 | -0/+1 |
32 hours | gccrs: derive(PartialEq): Add partial implementation | Arthur Cohen | 1 | -0/+2 |
32 hours | gccrs: nr2.0: Run DefaultResolver::visit on PathInExpression | Owen Avery | 1 | -11/+0 |
32 hours | gccrs: nr2.0: Fix issue with external crates | Owen Avery | 1 | -3/+0 |
32 hours | gccrs: nr2.0: Resolve paths which start with Self | Owen Avery | 1 | -35/+0 |
32 hours | gccrs: remove bad type checking diagnostic | Philip Herron | 1 | -0/+1 |
32 hours | gccrs: ast: Add DesugarForLoop class | Arthur Cohen | 1 | -0/+2 |
32 hours | gccrs: nr2.0: Resolve instances of TypePath more accurately | Owen Avery | 1 | -5/+0 |
32 hours | gccrs: Add test case to show issue is fixed | Philip Herron | 1 | -0/+1 |
32 hours | gccrs: derive(Default): Add implementation | Arthur Cohen | 1 | -0/+1 |
32 hours | gccrs: Fix bad generic substitution error on fn/adt types | Philip Herron | 1 | -0/+1 |
32 hours | gccrs: Fix bug in type resolution of paths | Owen Avery | 1 | -29/+0 |
32 hours | gccrs: derive(Debug): Add stub implementation. | Arthur Cohen | 1 | -0/+1 |
32 hours | gccrs: add support for ref literal patterns | Philip Herron | 1 | -0/+1 |
32 hours | gccrs: Remove some passing test from exclude file | Pierre-Emmanuel Patry | 1 | -5/+2 |
32 hours | gccrs: Remove some tests from nr2 exclusion file | Pierre-Emmanuel Patry | 1 | -11/+0 |
32 hours | gccrs: catch missing guard for optional result | Philip Herron | 1 | -2/+0 |
32 hours | gccrs: Check for type paths nr2.0 can't handle yet | Owen Avery | 1 | -0/+15 |
32 hours | gccrs: Fix rust breakage with nr2 | Pierre-Emmanuel Patry | 1 | -1/+0 |
32 hours | gccrs: typecheck: Add basic handling for applying auto trait bounds | Arthur Cohen | 1 | -1/+2 |
4 days | gccrs: derive(Clone): Add lang item typepaths failure testcases to nr2 exclude | Arthur Cohen | 1 | -0/+5 |
4 days | gccrs: derive(Clone): Implement derive clone for enum struct variants | Arthur Cohen | 1 | -0/+3 |
4 days | gccrs: nr2.0: Early resolve pending eager macro invocations | Owen Avery | 1 | -5/+0 |
4 days | gccrs: Visit the trait paths of trait implementations | Owen Avery | 1 | -46/+0 |
4 days | gccrs: nr2.0: Resolve Self inside impl blocks | Owen Avery | 1 | -3/+0 |
4 days | gccrs: add support for lang_item eq and PartialEq trait | Philip Herron | 1 | -0/+1 |
4 days | gccrs: fix ICE in borrows to invalid expressions | Philip Herron | 1 | -0/+1 |
4 days | gccrs: nr2.0: Improve default, top-level, and late resolvers | Owen Avery | 1 | -9/+0 |
4 days | gccrs: nr2.0: Resolve type aliases inside trait definitions | Owen Avery | 1 | -5/+0 |
4 days | gccrs: tychk: Add more support for additional trait bounds in functions | Arthur Cohen | 1 | -0/+2 |
4 days | gccrs: nr2.0: Handle "Self" properly in trait definitions | Owen Avery | 1 | -2/+0 |
4 days | gccrs: resolve: Name resolve trait bounds properly | Arthur Cohen | 1 | -0/+1 |
4 days | gccrs: add test case to show issue is fixed | Philip Herron | 1 | -0/+1 |