aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/hir/tree
AgeCommit message (Expand)AuthorFilesLines
6 daysgccrs: FIX ICE when working with HIR::BareFunctionTypePhilip Herron1-1/+2
6 daysgccrs: lower: Handle let-else properlyArthur Cohen2-1/+27
13 daysgccrs: hir-dump: Fix more segfaults in the HIR dumpArthur Cohen1-1/+8
13 daysgccrs: Add name resolution and HIR lowering for ImplTraitType'sPhilip Herron4-56/+0
13 daysgccrs: hir: Add LangItem paths to PathPattern classArthur Cohen3-8/+104
2025-03-21gccrs: ast: Refactor how lang item paths are handled.Arthur Cohen2-6/+53
2025-03-21gccrs: add support for lang_item eq and PartialEq traitPhilip Herron2-0/+8
2025-03-21gccrs: Remove Rust::make_uniqueOwen Avery2-7/+7
2025-03-21gccrs: hir: Remove duplicate function in TraitItemFuncArthur Cohen1-2/+0
2025-03-21gccrs: Fix Generic type retrievalPierre-Emmanuel Patry3-15/+20
2025-03-21gccrs: Fixes some tests appearing with a moved variantPierre-Emmanuel Patry6-38/+125
2025-03-21gccrs: Refactor hir to avoid raw pointers and unneeded fwdPierre-Emmanuel Patry30-3403/+5162
2025-03-21gccrs: Refactor HIR with optionals, references & newtypesPierre-Emmanuel Patry3-3/+6
2025-03-21gccrs: Refactor HIR to reduce the amount of raw pointersPierre-Emmanuel Patry7-125/+123
2025-03-21gccrs: asm: Fix clang warningsArthur Cohen1-2/+2
2025-03-21gccrs: hir: Mark AttrVec::get_outer_attrs as overrideArthur Cohen1-1/+1
2025-03-21rust: Desugar IfLet* into MatchExprMarc Poulhiès5-243/+1
2025-03-19gccrs: [gccrs#3141] Fix incorrect handling of overflow in numeric typesJoanVC1-0/+9
2025-03-19gccrs: Rehaul, Apply code review from Arthurbadumbatish1-2/+2
2025-03-19gccrs: Make inline mov compilesbadumbatish1-2/+2
2025-03-19gccrs: Minor fix to asm codegen prbadumbatish1-1/+11
2025-03-19gccrs: Scaffolding new compile-asm filesbadumbatish1-35/+0
2025-03-19gccrs: Setting up interfaces for codegenjjasmine1-0/+26
2025-03-19gccrs: Make sure CompileExpr::visit is reachedjjasmine1-1/+3
2025-03-19gccrs: Scaffolding asm codegenjjasmine2-0/+11
2025-03-19gccrs: Add typecheck for path patterns.Raiki Tamura2-0/+40
2025-03-19gccrs: Fix the disorder struct and class in inline asmbadumbatish1-1/+2
2025-03-19gccrs: Set up the hir lowering for operandbadumbatish1-13/+244
2025-03-19gccrs: [gccrs#3045] #[may_dangle] in safe implLiam Naddell3-26/+48
2025-03-17gccrs: Improve error messages for operator expressionsAntonio Gomes2-3/+20
2025-03-17gccrs: Added ExprType::InlineAsmjjasmine2-2/+2
2025-03-17gccrs: expand: Keep track of semicoloned builtin macrosArthur Cohen1-4/+1
2025-03-17gccrs: Fix visitor-related warningsjjasmine1-1/+2
2025-03-17gccrs: Scaffolding HIRFullVisitor for inline asmjjasmine2-2/+9
2025-03-17gccrs: Partial unsafe support for inline asmjjasmine2-2/+11
2025-03-17gccrs: Add support for AST to HIR inline asm translationjjasmine1-2/+58
2025-03-17gccrs: Rename InlineAsmOptions to InlineAsmOptionjjasmine1-1/+1
2025-03-17gccrs: Corrected access specifiersKushal Pal1-1/+1
2025-01-02Update copyright years.Jakub Jelinek11-11/+11
2024-08-01gccrs: Store visibility properly in ExternalTypeItemjjasmine1-2/+2
2024-08-01gccrs: extern-types: Lower to HIR::ExternalTypeItem properlyArthur Cohen1-2/+8
2024-08-01gccrs: hir: Add ExternalTypeItem nodeArthur Cohen4-3/+65
2024-02-07gccrs: HIR: Add mising getterJakub Dupak1-0/+5
2024-01-30gccrs: HIR: add missing gettersJakub Dupak3-1/+12
2024-01-30gccrs: Split async and const function qualifiersPierre-Emmanuel Patry2-25/+14
2024-01-30gccrs: Create base class for TupleStructItems and TuplePatternItemsOwen Avery1-24/+23
2024-01-16gccrs: Adjust item kind enums for TupleStructItems and TuplePatternItemsOwen Avery1-14/+8
2024-01-16gccrs: HIR: remove obsole double borrow memberJakub Dupak2-8/+0
2024-01-16gccrs: hir: Avoid copy in getter (PathPattern)Jakub Dupak1-1/+1
2024-01-16gccrs: hir: Rename ComoundAssignment gettersJakub Dupak1-2/+2