Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-08-01 | gccrs: Remove dead code associated with `AST::ExternalFunctionItem` | 0xn4utilus | 1 | -1/+0 |
2024-02-21 | Update copyright years. | Sahil Yeole | 1 | -1/+1 |
2024-02-07 | gccrs: Remove obsolete classes and functions. | Kushal Pal | 1 | -1/+0 |
2024-01-30 | gccrs: Add AST validation check for const in trait | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-30 | gccrs: Emit an error on unsafe modules | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-30 | gccrs: Add ast validation check on union variant number | Pierre-Emmanuel Patry | 1 | -0/+2 |
2024-01-30 | gccrs: Reject auto traits with generic parameters | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-16 | gccrs: Rework function special parameters | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-16 | gccrs: Add multiple check on variadics position | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-16 | gccrs: Add validation pass for label name | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-16 | gccrs: Add lifetime name validation pass | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-16 | gccrs: Make use of the Contextual visitor in validation | Pierre-Emmanuel Patry | 1 | -171/+4 |
2024-01-16 | gccrs: Emit an error on associated const without values | Pierre-Emmanuel Patry | 1 | -2/+16 |
2024-01-16 | gccrs: Add ast validation checker | Pierre-Emmanuel Patry | 1 | -0/+194 |