Age | Commit message (Expand) | Author | Files | Lines |
46 hours | gccrs: Fix validation of constant items | Owen Avery | 1 | -1/+1 |
12 days | gccrs: ast: Use StackedContexts class in ContextualASTVisitor | Arthur Cohen | 1 | -12/+8 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-08-01 | gccrs: Replace unique_ptr references with references | Pierre-Emmanuel Patry | 1 | -2/+2 |
2024-08-01 | gccrs: Replace reference to unique pointer with reference | Pierre-Emmanuel Patry | 1 | -1/+1 |
2024-08-01 | gccrs: Remove dead code associated with `AST::ExternalFunctionItem` | 0xn4utilus | 1 | -19/+0 |
2024-08-01 | gccrs: Unify ASTValidation::visit for ExternalFunctionItem and Function | 0xn4utilus | 1 | -12/+50 |
2024-02-21 | Update copyright years. | Sahil Yeole | 1 | -1/+1 |
2024-02-21 | gccrs: Add variadic check on function params | 0xn4utilus | 1 | -4/+8 |
2024-02-07 | gccrs: Remove obsolete classes and functions. | Kushal Pal | 1 | -17/+0 |
2024-02-07 | gccrs: Add checks for Trait functions | Kushal Pal | 1 | -7/+11 |
2024-01-30 | gccrs: Fix inconsistent formatting | Kushal Pal | 1 | -1/+1 |
2024-01-30 | gccrs: Handle `async` functions in traits | Kushal Pal | 1 | -3/+10 |
2024-01-30 | gccrs: Generate error for `async` trait fucntions | Kushal Pal | 1 | -0/+5 |
2024-01-30 | gccrs: Generate error for const trait functions | Nobel Singh | 1 | -0/+4 |
2024-01-30 | gccrs: Add validation for functions without body | Pierre-Emmanuel Patry | 1 | -0/+10 |
2024-01-30 | gccrs: Add AST validation check for const in trait | Pierre-Emmanuel Patry | 1 | -0/+10 |
2024-01-30 | gccrs: Add async const function ast validation pass | Pierre-Emmanuel Patry | 1 | -0/+5 |
2024-01-30 | gccrs: Emit an error on unsafe modules | Pierre-Emmanuel Patry | 1 | -0/+10 |
2024-01-30 | gccrs: Add ast validation check on union variant number | Pierre-Emmanuel Patry | 1 | -0/+10 |
2024-01-30 | gccrs: Emit an error on variadic non extern functions | Pierre-Emmanuel Patry | 1 | -0/+5 |
2024-01-30 | gccrs: Add check for associated items on auto traits | Pierre-Emmanuel Patry | 1 | -0/+7 |
2024-01-30 | gccrs: Reject auto traits with super trait | Pierre-Emmanuel Patry | 1 | -0/+4 |
2024-01-30 | gccrs: Reject auto traits with generic parameters | Pierre-Emmanuel Patry | 1 | -0/+14 |
2024-01-16 | gccrs: Rework function special parameters | Pierre-Emmanuel Patry | 1 | -0/+15 |
2024-01-16 | gccrs: Add multiple check on variadics position | Pierre-Emmanuel Patry | 1 | -0/+19 |
2024-01-16 | gccrs: Change error location for LoopLabel | Pierre-Emmanuel Patry | 1 | -1/+1 |
2024-01-16 | gccrs: Add validation pass for label name | Pierre-Emmanuel Patry | 1 | -0/+15 |
2024-01-16 | gccrs: Replace local keyword set with the utils | Pierre-Emmanuel Patry | 1 | -11/+3 |
2024-01-16 | gccrs: Add lifetime name validation pass | Pierre-Emmanuel Patry | 1 | -0/+23 |
2024-01-16 | gccrs: Make use of the Contextual visitor in validation | Pierre-Emmanuel Patry | 1 | -47/+1 |
2024-01-16 | gccrs: Emit an error on associated const without values | Pierre-Emmanuel Patry | 1 | -1/+32 |
2024-01-16 | gccrs: Add ast validation checker | Pierre-Emmanuel Patry | 1 | -0/+50 |