]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rust/hir
Fix comment typos - hanlde -> handle
[thirdparty/gcc.git] / gcc / rust / hir /
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
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  Arthur Cohengccrs: ast: Introduce class hierarchy for lang item...
2025-03-19  badumbatishgccrs: Turn to switch case, use new helper functions
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  Marc Poulhièsrust: fix HIR dump for MatchExpr
2025-03-17  anshgccrs: Add RAW_STRING_LITERAL
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  Pierre-Emmanuel... gccrs: Parse exclusive range pattern
2025-03-17  Pierre-Emmanuel... gccrs: Prevent raw reference from being lowered silently
2025-03-17  Pierre-Emmanuel... gccrs: Parse box expressions
2025-03-17  Kushal Palgccrs: Corrected access specifiers
2025-03-17  Pierre-Emmanuel... gccrs: Change singleton returned type to a reference
2025-01-02  Jakub JelinekUpdate copyright years.
2024-08-01  jjasminegccrs: Store visibility properly in ExternalTypeItem
2024-08-01  Arthur Cohengccrs: format-args: Add base for expanding FormatArgs...
2024-08-01  Pierre-Emmanuel... gccrs: Replace unique_ptr references with references
2024-08-01  Pierre-Emmanuel... gccrs: Replace reference to unique pointer with reference
2024-08-01  0xn4utilusgccrs: Remove dead code associated with `AST::ExternalF...
2024-08-01  0xn4utilusgccrs: Update resolver to use `AST::Function` instead...
2024-08-01  Arthur Cohengccrs: lower: Add base for lowering FormatArgs nodes
2024-08-01  Arthur Cohengccrs: format-args: Fix Rust interface and add input...
2024-08-01  Arthur Cohengccrs: ast: Add base nodes for FormatArgs
2024-08-01  Arthur Cohengccrs: extern-types: Lower to HIR::ExternalTypeItem...
2024-08-01  Arthur Cohengccrs: hir: Add ExternalTypeItem node
2024-08-01  Arthur Cohengccrs: lang-items: Make lang items enum stronger, renam...
2024-08-01  Arthur Cohengccrs: lang-items: Cleanup parsing and lookups of lang...
2024-08-01  Owen Averygccrs: Fix false positive for top-level AltPattern
next