]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust/hir/tree
Fix comment typos - hanlde -> handle
[thirdparty/gcc.git] / gcc / rust / hir / tree /
2025-04-28  Pierre-Emmanuel... gccrs: Parse and lower llvm asm node
2025-04-28  Philip Herrongccrs: Fix segv in unsafe chcker
2025-04-08  Pierre-Emmanuel... gccrs: Migrate error state to optionals
2025-04-08  Pierre-Emmanuel... gccrs: Resolve labels
2025-04-08  Arthur Cohengccrs: hir: Add default qualifier to function, lower...
2025-04-08  Philip Herrongccrs: Fix ICE on raw reference
2025-03-31  Philip Herrongccrs: FIX ICE when working with HIR::BareFunctionType
2025-03-31  Arthur Cohengccrs: lower: Handle let-else properly
2025-03-24  Arthur Cohengccrs: hir-dump: Fix more segfaults in the HIR dump
2025-03-24  Philip Herrongccrs: Add name resolution and HIR lowering for ImplTra...
2025-03-24  Arthur Cohengccrs: hir: Add LangItem paths to PathPattern class
2025-03-21  Arthur Cohengccrs: ast: Refactor how lang item paths are handled.
2025-03-21  Philip Herrongccrs: add support for lang_item eq and PartialEq trait
2025-03-21  Owen Averygccrs: Remove Rust::make_unique
2025-03-21  Arthur Cohengccrs: hir: Remove duplicate function in TraitItemFunc
2025-03-21  Pierre-Emmanuel... gccrs: Fix Generic type retrieval
2025-03-21  Pierre-Emmanuel... gccrs: Fixes some tests appearing with a moved variant
2025-03-21  Pierre-Emmanuel... gccrs: Refactor hir to avoid raw pointers and unneeded fwd
2025-03-21  Pierre-Emmanuel... gccrs: Refactor HIR with optionals, references & newtypes
2025-03-21  Pierre-Emmanuel... gccrs: Refactor HIR to reduce the amount of raw pointers
2025-03-21  Arthur Cohengccrs: asm: Fix clang warnings
2025-03-21  Arthur Cohengccrs: hir: Mark AttrVec::get_outer_attrs as override
2025-03-21  Marc Poulhièsrust: Desugar IfLet* into MatchExpr
2025-03-19  JoanVCgccrs: [gccrs#3141] Fix incorrect handling of overflow...
2025-03-19  badumbatishgccrs: Rehaul, Apply code review from Arthur
2025-03-19  badumbatishgccrs: Make inline mov compiles
2025-03-19  badumbatishgccrs: Minor fix to asm codegen pr
2025-03-19  badumbatishgccrs: Scaffolding new compile-asm files
2025-03-19  jjasminegccrs: Setting up interfaces for codegen
2025-03-19  jjasminegccrs: Make sure CompileExpr::visit is reached
2025-03-19  jjasminegccrs: Scaffolding asm codegen
2025-03-19  Raiki Tamuragccrs: Add typecheck for path patterns.
2025-03-19  badumbatishgccrs: Fix the disorder struct and class in inline asm
2025-03-19  badumbatishgccrs: Set up the hir lowering for operand
2025-03-19  Liam Naddellgccrs: [gccrs#3045] #[may_dangle] in safe impl
2025-03-17  Antonio Gomesgccrs: Improve error messages for operator expressions
2025-03-17  jjasminegccrs: Added ExprType::InlineAsm
2025-03-17  Arthur Cohengccrs: expand: Keep track of semicoloned builtin macros
2025-03-17  jjasminegccrs: Fix visitor-related warnings
2025-03-17  jjasminegccrs: Scaffolding HIRFullVisitor for inline asm
2025-03-17  jjasminegccrs: Partial unsafe support for inline asm
2025-03-17  jjasminegccrs: Add support for AST to HIR inline asm translation
2025-03-17  jjasminegccrs: Rename InlineAsmOptions to InlineAsmOption
2025-03-17  Kushal Palgccrs: Corrected access specifiers
2025-01-02  Jakub JelinekUpdate copyright years.
2024-08-01  jjasminegccrs: Store visibility properly in ExternalTypeItem
2024-08-01  Arthur Cohengccrs: extern-types: Lower to HIR::ExternalTypeItem...
2024-08-01  Arthur Cohengccrs: hir: Add ExternalTypeItem node
2024-02-07  Jakub Dupakgccrs: HIR: Add mising getter
2024-01-30  Jakub Dupakgccrs: HIR: add missing getters
2024-01-30  Pierre-Emmanuel... gccrs: Split async and const function qualifiers
2024-01-30  Owen Averygccrs: Create base class for TupleStructItems and Tuple...
2024-01-16  Owen Averygccrs: Adjust item kind enums for TupleStructItems...
2024-01-16  Jakub Dupakgccrs: HIR: remove obsole double borrow member
2024-01-16  Jakub Dupakgccrs: hir: Avoid copy in getter (PathPattern)
2024-01-16  Jakub Dupakgccrs: hir: Rename ComoundAssignment getters
2024-01-16  Jakub Dupakgccrs: hir: Rename get_pattern_mappings method
2024-01-16  Jakub Dupakgccrs: hir: Add missing getter
2024-01-16  Jakub Dupakgccrs: hir: Refactor - avoid copy in getter
2024-01-16  Jakub Dupakgccrs: hir: Lower labelled block
2024-01-16  Raiki Tamuragccrs: Initial implementation of v0 mangling
2024-01-16  Owen Averygccrs: Rename cloning methods in TupleStructItems and...
2024-01-16  Owen Averygccrs: Adjust methods for TuplePatternItems to match...
2024-01-16  Philip Herrongccrs: Remove HIR::ForLoopExpr
2024-01-16  Philip Herrongccrs: Track trait bound polarity properly
2024-01-16  Owen Averygccrs: Replace usages of Location with location_t in...
2024-01-16  Marc Poulhièsgccrs: rework the HIR dump pass
2024-01-16  Owen Averygccrs: Replace some more usages of Location with location_t
2024-01-16  Owen Averygccrs: Replace some usages of Location with location_t
2024-01-16  Arthur Cohengccrs: rust-unreachable: Add specific behavior for...
2024-01-16  Marc Poulhièsgccrs: minor HIR cleanup
2024-01-16  Pierre-Emmanuel... gccrs: Change specifier of some forward declaration
2024-01-16  Marc Poulhièsgccrs: minor HIR cleanup
2024-01-16  Owen Averygccrs: Replace Linemap::unknown_location with UNKNOWN_L...
2024-01-16  Owen Averygccrs: Replace value initialization of Location with...
2024-01-16  Raiki Tamuragccrs: Add location info to `Rust::Identifier`
2024-01-16  Marc Poulhièsgccrs: HIR cleanup
2024-01-16  Marc Poulhièsgccrs: minor HIR interface cleanup
2024-01-16  Marc Poulhièsgccrs: refactor: make crate.items private
2024-01-16  Marc Poulhièsgccrs: Add new getters
2024-01-16  Marc Poulhièsgccrs: FullVisitable abstract class
2024-01-16  Marc Poulhièsgccrs: factor out inner attributes in a class
2024-01-16  Marc Poulhièsgccrs: cleanup getters to return &unique_ptr instead...
2024-01-16  Pierre-Emmanuel... gccrs: ast: Change Identifier definition
2024-01-16  Matthew Jaspergccrs: Fix parsing of block expressions followed by `.`
2024-01-16  M V V S Manoj Kumargccrs: Added HIR::InlineAsm node
2024-01-16  Philip Herrongccrs: Add missing TypeBoundWhereClauseItem::get_locus
2024-01-16  Owen Averygccrs: Add accessors to HIR::StructPatternFieldIdentPat
2024-01-16  Philip Herrongccrs: Add mechanism use pattern information to improve...
2024-01-16  Owen Averygccrs: Add lowering for if-let expressions
2024-01-16  Owen Averygccrs: Fully unify deriving classes into HIR::ExprStmt
2024-01-16  Owen Averygccrs: Unify HIR::ExprStmt derived class visiting
2024-01-16  Owen Averygccrs: Move functionality into HIR::ExprStmt from deriv...
2024-01-16  Arthur Cohengccrs: Revert "hir: Add ExportedMacro node and handling."
2024-01-16  Philip Herrongccrs: support use declaration to write the type into...
2024-01-16  Owen Averygccrs: Unify HIR::IfLetExprConseqIf{,Let} into HIR...
2024-01-16  Owen Averygccrs: Unify HIR::IfExprConseqIf{,Let} into HIR::IfExpr...
2024-01-16  Owen Averygccrs: Add method to access SlicePattern items
2024-01-16  Owen Averygccrs: Convert structs to classes
2024-01-16  Owen Averygccrs: HIR::AltPattern fixes
next