Age | Commit message (Expand) | Author | Files | Lines |
2025-03-17 | gccrs: Parse box expressions | Pierre-Emmanuel Patry | 1 | -0/+3 |
2024-08-01 | gccrs: Remove dead code associated with `AST::ExternalFunctionItem` | 0xn4utilus | 1 | -2/+0 |
2024-08-01 | gccrs: Unify ASTValidation::visit for ExternalFunctionItem and Function | 0xn4utilus | 1 | -1/+2 |
2024-08-01 | gccrs: parser: Add peek(n) method to parser | Arthur Cohen | 1 | -0/+1 |
2024-02-07 | gccrs: Use AssociatedItem in place of TraitItem | Kushal Pal | 1 | -1/+1 |
2024-01-30 | gccrs: Remove TraitImplItem | Owen Avery | 1 | -2/+2 |
2024-01-30 | gccrs: AST: Fix for lifetime parsing | Jakub Dupak | 1 | -2/+4 |
2024-01-30 | gccrs: ast: Full lifetime elision handling | Jakub Dupak | 1 | -1/+1 |
2024-01-30 | gccrs: Remove class AST::InherentImplItem | Owen Avery | 1 | -2/+2 |
2024-01-30 | gccrs: Added support to Parse ASYNC function | M V V S Manoj Kumar | 1 | -0/+2 |
2024-01-30 | gccrs: Report self parameter parsing error kind | Pierre-Emmanuel Patry | 1 | -1/+11 |
2024-01-30 | gccrs: Add visibility to trait item | Pierre-Emmanuel Patry | 1 | -1/+2 |
2024-01-16 | gccrs: Rework function special parameters | Pierre-Emmanuel Patry | 1 | -15/+15 |
2024-01-16 | gccrs: Replace AST::Method with existing AST::Function | Owen Avery | 1 | -1/+1 |
2024-01-16 | gccrs: Fix multiple issues with variadic representation | Pierre-Emmanuel Patry | 1 | -2/+7 |
2024-01-16 | gccrs: ast: Parse labelled block | Jakub Dupak | 1 | -3/+4 |
2024-01-16 | gccrs: Allow macro named macro_rules | Pierre-Emmanuel Patry | 1 | -0/+1 |
2024-01-16 | gccrs: Replace Location with location_t in parsing and macro expansion | Owen Avery | 1 | -16/+16 |
2024-01-16 | gccrs: Replace some usages of Location with location_t | Owen Avery | 1 | -2/+2 |
2024-01-16 | gccrs: Replace Linemap::unknown_location with UNKNOWN_LOCATION | Owen Avery | 1 | -20/+15 |
2024-01-16 | gccrs: Match tokens in macros more closely | Owen Avery | 1 | -0/+10 |
2024-01-16 | gccrs: Parse semicolons in more cases for statement macros | Matthew Jasper | 1 | -5/+17 |
2024-01-16 | gccrs: Properly match delimiters | Owen Avery | 1 | -0/+5 |
2024-01-16 | gccrs: Fix parsing of block expressions followed by `.` | Matthew Jasper | 1 | -17/+5 |
2024-01-16 | gccrs: ast: Remove ExprStmtWithBlock / ExprStmtWithoutBlock distinction | Matthew Jasper | 1 | -2/+2 |
2024-01-16 | gccrs: Handle keywords in macro fragments | Owen Avery | 1 | -0/+1 |
2024-01-16 | gccrs: ast: Add difference between attributes | Pierre-Emmanuel Patry | 1 | -2/+4 |
2024-01-16 | gccrs: parser: Parse external type item | Pierre-Emmanuel Patry | 1 | -0/+2 |
2024-01-16 | gccrs: Parse AltPattern | Owen Avery | 1 | -0/+1 |
2023-04-06 | gccrs: parser: Expose parse_macro_invocation as public API | Arthur Cohen | 1 | -2/+2 |
2023-04-06 | gccrs: parser: Allow parsing multiple reference types | Arthur Cohen | 1 | -0/+2 |
2023-04-06 | gccrs: Implement declarative macro 2.0 parser | Raiki Tamura | 1 | -1/+2 |
2023-02-21 | gccrs: Improve lexer dump | Raiki Tamura | 1 | -2/+0 |
2022-12-13 | gccrs: Add Parser for Rust front-end pt.1 | Joel Phillips | 1 | -0/+732 |