Age | Commit message (Expand) | Author | Files | Lines |
2025-03-21 | gccrs: Refactor hir to avoid raw pointers and unneeded fwd | Pierre-Emmanuel Patry | 1 | -805/+11 |
2025-03-21 | gccrs: Refactor HIR with optionals, references & newtypes | Pierre-Emmanuel Patry | 1 | -1/+4 |
2025-03-21 | gccrs: Refactor HIR to reduce the amount of raw pointers | Pierre-Emmanuel Patry | 1 | -5/+2 |
2025-03-21 | gccrs: hir: Mark AttrVec::get_outer_attrs as override | Arthur Cohen | 1 | -1/+1 |
2025-03-21 | rust: Desugar IfLet* into MatchExpr | Marc Poulhiès | 1 | -1/+0 |
2025-03-19 | gccrs: Add typecheck for path patterns. | Raiki Tamura | 1 | -0/+2 |
2025-03-19 | gccrs: [gccrs#3045] #[may_dangle] in safe impl | Liam Naddell | 1 | -8/+18 |
2025-03-17 | gccrs: Added ExprType::InlineAsm | jjasmine | 1 | -0/+1 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-01-30 | gccrs: HIR: add missing getters | Jakub Dupak | 1 | -1/+6 |
2024-01-16 | gccrs: hir: Rename get_pattern_mappings method | Jakub Dupak | 1 | -1/+1 |
2024-01-16 | gccrs: hir: Refactor - avoid copy in getter | Jakub Dupak | 1 | -1/+1 |
2024-01-16 | gccrs: Replace usages of Location with location_t in the lexer, AST, and HIR | Owen Avery | 1 | -1/+1 |
2024-01-16 | gccrs: Replace some more usages of Location with location_t | Owen Avery | 1 | -10/+10 |
2024-01-16 | gccrs: Replace some usages of Location with location_t | Owen Avery | 1 | -9/+9 |
2024-01-16 | gccrs: minor HIR cleanup | Marc Poulhiès | 1 | -2/+0 |
2024-01-16 | gccrs: Replace value initialization of Location with UNDEF_LOCATION | Owen Avery | 1 | -2/+2 |
2024-01-16 | gccrs: HIR cleanup | Marc Poulhiès | 1 | -2/+3 |
2024-01-16 | gccrs: refactor: make crate.items private | Marc Poulhiès | 1 | -3/+4 |
2024-01-16 | gccrs: FullVisitable abstract class | Marc Poulhiès | 1 | -18/+27 |
2024-01-16 | gccrs: factor out inner attributes in a class | Marc Poulhiès | 1 | -12/+29 |
2024-01-16 | gccrs: ast: Change Identifier definition | Pierre-Emmanuel Patry | 1 | -1/+0 |
2024-01-16 | gccrs: Fix parsing of block expressions followed by `.` | Matthew Jasper | 1 | -11/+0 |
2024-01-16 | gccrs: Revert "hir: Add ExportedMacro node and handling." | Arthur Cohen | 1 | -1/+0 |
2024-01-16 | gccrs: hir: Add ExportedMacro node and handling. | Arthur Cohen | 1 | -0/+1 |
2024-01-16 | gccrs: Add AltPattern HIR node | Owen Avery | 1 | -0/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-04-06 | gccrs: Add new virtual function HIR::ImplItem::get_impl_item_name | Philip Herron | 1 | -0/+2 |
2023-02-21 | gccrs: Refactor expression hir lowering into cc file | Philip Herron | 1 | -0/+1 |
2023-02-21 | gccrs: Support outer attribute handling on trait items just like normal items | Philip Herron | 1 | -1/+3 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-13 | gccrs: Add HIR definitions and visitor framework | Philip Herron | 1 | -0/+921 |