Age | Commit message (Expand) | Author | Files | Lines |
3 days | gccrs: hir-dump: Fix more segfaults in the HIR dump | Arthur Cohen | 1 | -2/+17 |
3 days | gccrs: Add name resolution and HIR lowering for ImplTraitType's | Philip Herron | 1 | -9/+0 |
3 days | gccrs: hir-dump: Improve handling of typepathsegments that are lang items. | Arthur Cohen | 1 | -1/+4 |
6 days | gccrs: fix ICE with hir dump on closure | Philip Herron | 1 | -2/+6 |
6 days | gccrs: fix ICE during HIR dump | Philip Herron | 1 | -3/+6 |
6 days | gccrs: fix crash in hir dump | Philip Herron | 1 | -1/+2 |
6 days | gccrs: fix crash in hir dump with missing guards | Philip Herron | 1 | -4/+8 |
6 days | gccrs: fix crashes in hir dump since move to references | Philip Herron | 1 | -4/+8 |
6 days | gccrs: Clean up some system includes | Pierre-Emmanuel Patry | 1 | -1/+1 |
6 days | gccrs: Refactor hir to avoid raw pointers and unneeded fwd | Pierre-Emmanuel Patry | 1 | -2/+2 |
6 days | gccrs: Refactor HIR to reduce the amount of raw pointers | Pierre-Emmanuel Patry | 1 | -17/+17 |
6 days | rust: Desugar IfLet* into MatchExpr | Marc Poulhiès | 1 | -28/+0 |
8 days | gccrs: adjust hir dump of BlockExpr | Marc Poulhiès | 1 | -0/+2 |
8 days | gccrs: [gccrs#3045] #[may_dangle] in safe impl | Liam Naddell | 1 | -1/+2 |
10 days | rust: fix HIR dump for MatchExpr | Marc Poulhiès | 1 | -7/+36 |
10 days | gccrs: Fix visitor-related warnings | jjasmine | 1 | -0/+5 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-08-01 | gccrs: hir: Add ExternalTypeItem node | Arthur Cohen | 1 | -0/+10 |
2024-01-16 | gccrs: HIR: remove obsole double borrow member | Jakub Dupak | 1 | -1/+0 |
2024-01-16 | gccrs: hir: Rename ComoundAssignment getters | Jakub Dupak | 1 | -1/+1 |
2024-01-16 | gccrs: hir: Rename get_pattern_mappings method | Jakub Dupak | 1 | -8/+8 |
2024-01-16 | gccrs: Add debug helper to dump HIR | Marc Poulhiès | 1 | -0/+19 |
2024-01-16 | gccrs: Remove HIR::ForLoopExpr | Philip Herron | 1 | -13/+0 |
2024-01-16 | gccrs: Unify raw attribute values | Pierre-Emmanuel Patry | 1 | -1/+2 |
2024-01-16 | gccrs: Cleanup HIR dump | Marc Poulhiès | 1 | -37/+10 |
2024-01-16 | gccrs: Adjust HIR dump for IfExpr and IfExprConseqElse | Marc Poulhiès | 1 | -22/+12 |
2024-01-16 | gccrs: Track trait bound polarity properly | Philip Herron | 1 | -2/+16 |
2024-01-16 | gccrs: rework the HIR dump pass | Marc Poulhiès | 1 | -420/+2153 |
2024-01-16 | gccrs: rust-unreachable: Add specific behavior for rust_unreachable | Arthur Cohen | 1 | -1/+1 |
2024-01-16 | gccrs: HIR cleanup | Marc Poulhiès | 1 | -8/+4 |
2024-01-16 | gccrs: refactor: make crate.items private | Marc Poulhiès | 1 | -1/+1 |
2024-01-16 | gccrs: factor out inner attributes in a class | Marc Poulhiès | 1 | -4/+4 |
2024-01-16 | gccrs: ast: Change Identifier definition | Pierre-Emmanuel Patry | 1 | -2/+2 |
2024-01-16 | gccrs: Unify HIR::ExprStmt derived class visiting | Owen Avery | 1 | -4/+1 |
2024-01-16 | gccrs: Revert "hir: Add ExportedMacro node and handling." | Arthur Cohen | 1 | -3/+0 |
2024-01-16 | gccrs: Dump inner attrs for Dump::visit(BlockExpr &) | Jiakun Fan | 1 | -7/+59 |
2024-01-16 | gccrs: Unify HIR::IfLetExprConseqIf{,Let} into HIR::IfLetExprConseqElse | Owen Avery | 1 | -6/+0 |
2024-01-16 | gccrs: Unify HIR::IfExprConseqIf{,Let} into HIR::IfExprConseqElse | Owen Avery | 1 | -6/+0 |
2024-01-16 | gccrs: hir: Add ExportedMacro node and handling. | Arthur Cohen | 1 | -0/+3 |
2024-01-16 | gccrs: hir: Simplify indentation to single line | Jakub Dupak | 1 | -55/+38 |
2024-01-16 | gccrs: hir: Unify indentation approach with ast | Jakub Dupak | 1 | -51/+51 |
2024-01-16 | gccrs: Add AltPattern HIR node | Owen Avery | 1 | -0/+3 |
2024-01-16 | gccrs: added support for printing HIR dump of functions, statements, arithema... | Abdul Rafey | 1 | -56/+215 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-04-06 | gccrs: Remove HIR::GroupedPattern | Owen Avery | 1 | -3/+0 |
2023-02-21 | gccrs: Cleanup unused parameters to fix the bootstrap build | Philip Herron | 1 | -2/+2 |
2023-02-21 | gccrs: Refactor expression hir lowering into cc file | Philip Herron | 1 | -4/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-13 | gccrs: Add AST to HIR lowering pass | Philip Herron | 1 | -0/+521 |