]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust/hir
Daily bump.
[thirdparty/gcc.git] / gcc / rust / hir /
2025-08-05  Ryutaro Okadagccrs: Call base class's accept_vis method
2025-08-05  Ryutaro Okadagccrs: Add check before calling `get_trait_ref()`
2025-08-05  Ryutaro Okadagccrs: Fix object copying issue causing pointer inconsi...
2025-08-05  Pierre-Emmanuel... gccrs: Parse expression instead of literal in attributes
2025-08-05  Pierre-Emmanuel... gccrs: Initialize boolean flag correctly
2025-08-05  Pierre-Emmanuel... gccrs: Initialize boolean flag correctly
2025-08-05  Pierre-Emmanuel... gccrs: Prevent used after move on self param
2025-08-05  Yap Zhi Henggccrs: Add rest pattern support for AST::SlicePattern
2025-08-05  Philip Herrongccrs: Fix ICE during hir dump of deferred anon constant
2025-08-05  Philip Herrongccrs: Add initial support for const generics
2025-08-05  Arthur Cohengccrs: lower: Add assertions for desugared nodes
2025-08-05  Arthur Cohengccrs: hir: Add OffsetOf node
2025-08-05  Arthur Cohengccrs: ast: Add OffsetOf node
2025-08-05  Pierre-Emmanuel... gccrs: Add pretty hir dump for inline assembly
2025-08-05  Arthur Cohengccrs: hir: Handle deferred const inference variables
2025-08-05  Philip Herrongccrs: Add initial support for deffered operator overlo...
2025-08-05  Owen Averygccrs: Parse try expressions
2025-08-05  Pierre-Emmanuel... gccrs: Add locus getters
2025-08-05  Ryutaro Okadagccrs: Implement default HIR visitor class
2025-08-05  Ryutaro Okadagccrs: Add getter for non const lifetime object
2025-08-05  Ryutaro Okadagccrs: Add getter for outer attributions
2025-08-05  Philip Herrongccrs: Fix ICE when constant is missing and expression
2025-08-05  Owen Averygccrs: Adjust external crate lowering and type checking
2025-08-05  Zhi Henggccrs: Rename get_pattern_to_bind to get_subpattern
2025-08-05  Zhi Henggccrs: Improve HIR dumps for patterns
2025-08-05  Zhi Henggccrs: Rename IdentifierPattern's to_bind to subpattern
2025-08-05  Owen Averygccrs: Add new function ClosureExpr::get_definition_expr
2025-08-05  Zhi Henggccrs: Lower IdentifierPattern's to_bind to HIR
2025-08-05  Owen Averygccrs: Make ConstantItem use Identifier
2025-08-05  Arthur Cohengccrs: hir: Add const blocks
2025-08-05  Arthur Cohengccrs: ast: Add ConstBlock and AnonConst nodes
2025-08-05  Marc Poulhièsgccrs: Reindent using last clang-format configuration
2025-08-05  Owen Averygccrs: Fix test same_field_name.rs
2025-08-05  0xn4utilusgccrs: ast: collector: visit InlineAsm node during...
2025-08-05  Philip Herrongccrs: Prevent passing generic arguments to impl traits...
2025-08-05  Philip Herrongccrs: desugar APIT impl traits
2025-08-05  Philip Herrongccrs: Emit error diagnostic for bad impl type usage
2025-04-28  Pierre-Emmanuel... gccrs: Remove error state for GenericArg
2025-04-28  Pierre-Emmanuel... gccrs: Parse and lower llvm asm node
2025-04-28  Pierre-Emmanuel... gccrs: Add llvmInlineAsm node
2025-04-28  Philip Herrongccrs: Fix crash in hir dump as labels are optional
2025-04-28  Philip Herrongccrs: Fix segv in unsafe chcker
2025-04-08  Pierre-Emmanuel... gccrs: Rename label getter to unchecked
2025-04-08  Pierre-Emmanuel... gccrs: Rename label getter in ContinueExpr
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  Philip Herrongccrs: Fix ICE when compiling path which resolves to...
2025-03-31  Owen Averygccrs: Lower raw string literals
2025-03-31  Arthur Cohengccrs: lower: Handle let-else properly
2025-03-24  Arthur Cohengccrs: lower: Error out when lowering ErrorPropagationExpr
2025-03-24  Arthur Cohengccrs: lower: Always crash when lowering macro invocations
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  Philip Herrongccrs: self paths are patterns but we dont have mapping...
2025-03-24  Arthur Cohengccrs: ast: Add DesugarForLoop class
2025-03-24  Arthur Cohengccrs: hir: Add LangItem paths to PathPattern class
2025-03-24  Arthur Cohengccrs: ast: More visitors to allow lang item paths...
2025-03-24  Arthur Cohengccrs: hir-dump: Improve handling of typepathsegments...
2025-03-24  Arthur Cohengccrs: typecheck: Add basic handling for applying auto...
2025-03-21  Arthur Cohengccrs: lower: Properly lower non-generic lang item...
2025-03-21  Arthur Cohengccrs: ast: Refactor how lang item paths are handled.
2025-03-21  Philip Herrongccrs: Add missing name resolution to static items...
2025-03-21  Philip Herrongccrs: fix ICE with hir dump on closure
2025-03-21  Philip Herrongccrs: add support for lang_item eq and PartialEq trait
2025-03-21  Philip Herrongccrs: fix ICE during HIR dump
2025-03-21  Arthur Cohengccrs: ast: Add new Kind enums for more precise downcasting
2025-03-21  Arthur Cohengccrs: lower: Correctly lower parenthesized types
2025-03-21  Owen Averygccrs: Remove Rust::make_unique
2025-03-21  Arthur Cohengccrs: hir: Lower lang-item paths
2025-03-21  Arthur Cohengccrs: hir: Start adapting visitors to accept multiple...
2025-03-21  Arthur Cohengccrs: attributes: Add class for sharing methods on...
2025-03-21  Philip Herrongccrs: fix crash in hir dump
2025-03-21  Arthur Cohengccrs: hir: Remove duplicate function in TraitItemFunc
2025-03-21  Philip Herrongccrs: fix crash in hir dump with missing guards
2025-03-21  Philip Herrongccrs: fix crashes in hir dump since move to references
2025-03-21  Pierre-Emmanuel... gccrs: Clean up some system includes
2025-03-21  Pierre-Emmanuel... gccrs: Add optional template arguments to please GCC4.8
2025-03-21  Pierre-Emmanuel... gccrs: Refactor optional initializers
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  Owen Averygccrs: Improve handling of implicit Self parameter...
2025-03-21  Marc Poulhièsrust: Desugar IfLet* into MatchExpr
2025-03-19  Philip Herrongccrs: rust fix ICE when hir lowering qualified path...
2025-03-19  Marc Poulhièsgccrs: adjust hir dump of BlockExpr
2025-03-19  Philip Herronrust: negative polarity removes restrictions on validat...
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
next