]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-03-19  Pierre-Emmanuel... gccrs: Do not assert insertion result
2025-03-19  Pierre-Emmanuel... gccrs: Move bir builder function implementation
2025-03-19  Pierre-Emmanuel... gccrs: Move failing test to xfail
2025-03-19  Pierre-Emmanuel... gccrs: Make AST default visitor visit functions public
2025-03-19  Pierre-Emmanuel... gccrs: Add default resolver parent functions by default
2025-03-19  Pierre-Emmanuel... gccrs: Change lambda content with default visitor call
2025-03-19  Pierre-Emmanuel... gccrs: Remove regular visit code
2025-03-19  Pierre-Emmanuel... gccrs: Remove empty visit functions
2025-03-19  Pierre-Emmanuel... gccrs: Mark virtual function override in default resolver
2025-03-19  Pierre-Emmanuel... gccrs: Loop on expansion if a new export has been defined
2025-03-19  Pierre-Emmanuel... gccrs: Fix missing error on duplicated nodes
2025-03-19  Arthur Cohengccrs: nr2.0: Cleanup import mappings and factor into...
2025-03-19  Arthur Cohengccrs: Insert imports in all namespaces they were resol...
2025-03-19  Arthur Cohengccrs: early: Do not emit errors for unresolved imports...
2025-03-19  Arthur Cohengccrs: imports: Make FinalizeImports a resolver visitor...
2025-03-19  Arthur Cohengccrs: imports: Start storing Ribs in ImportKind
2025-03-19  Arthur Cohengccrs: imports: Create ImportData class and use it...
2025-03-19  Arthur Cohengccrs: imports: Add FinalizeImports class
2025-03-19  Arthur Cohengccrs: early: Resolve imports and create import mappings
2025-03-19  Arthur Cohengccrs: toplevel: Build list of imports for Early to...
2025-03-19  Arthur Cohengccrs: toplevel: Add note for resolving use declarations
2025-03-19  Arthur Cohengccrs: nr2.0: default-visitor: Conditionally visit...
2025-03-19  Philip Herrongccrs: rust fix ICE when hir lowering qualified path...
2025-03-19  Philip Herronrust: fix ICE when compiling impl block for !
2025-03-19  Owen Averygccrs: Remove some overloaded methods from DefaultResolver.
2025-03-19  Owen Averygccrs: Add extra assertions to tl::optional
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  benjamin.thosgccrs: Fix ICE on error propagation with generic
2025-03-19  Pierre-Emmanuel... gccrs: Check if the type has been correctly resolved
2025-03-19  Owen Averygccrs: Create new test system for name resolution 2.0
2025-03-19  JoanVCgccrs: [gccrs#3141] Remove double negation by returning...
2025-03-19  JoanVCgccrs: [gccrs#3141] Fix incorrect handling of overflow...
2025-03-19  Arthur Cohengccrs: session-manager: Fix typos in -frust-incomplete...
2025-03-19  benjamin.thosgccrs: Emit error on auto-traits
2025-03-19  Raiki Tamuragccrs: Implement initial pattern analysis pass.
2025-03-19  Liam Naddellgccrs: Dynamic dispatch with supertraits
2025-03-19  Kushal Palgccrs: Used `IndexVec` for place_map
2025-03-19  Kushal Palgccrs: Use `IndexVec` for bb_fold_map
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Places
2025-03-19  Kushal Palgccrs: Used `IndexVec` for BasicBlocks
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Loans
2025-03-19  Kushal Palgccrs: Used `IndexVec` for Scopes
2025-03-19  Kushal Palgccrs: Introduce `IndexVec`
2025-03-19  Kushal Palgccrs: Strong type BasicBlockId
2025-03-19  Kushal Palgccrs: Strong type ScopeId
2025-03-19  Kushal Palgccrs: Strong type LoanId
2025-03-19  Kushal Palgccrs: Use FreeRegions inplace of `std::vector<FreeRegion>`
2025-03-19  Kushal Palgccrs: Strong type FreeRegion
2025-03-19  Kushal Palgccrs: Strong type PlaceId
2025-03-19  Owen Averygccrs: Avoid accidental insertion into map
2025-03-19  Owen Averygccrs: Fix v0-mangle1.rs test when run with ASAN
2025-03-19  badumbatishgccrs: Provide new asm test case for amd64
2025-03-19  badumbatishgccrs: Rehaul, Apply code review from Arthur
2025-03-19  badumbatishgccrs: Fix return type of asm mov 5 to i32:0, tortured
2025-03-19  badumbatishgccrs: Make inline mov compiles
2025-03-19  badumbatishgccrs: Use's array type when constring string tree
2025-03-19  badumbatishgccrs: Added noreturn checking for nevertype, new test
2025-03-19  badumbatishgccrs: Perform lowering hir output operand to tree
2025-03-19  badumbatishgccrs: Perform type check on InlineAsm's operand
2025-03-19  badumbatishgccrs: Lower the HIR to tree with CompileExpr
2025-03-19  badumbatishgccrs: Move strip double quotes, add scaffold expand
2025-03-19  badumbatishgccrs: Start work on expand inline asm
2025-03-19  badumbatishgccrs: Added counting to check for asm_construct_outputs
2025-03-19  badumbatishgccrs: Added new test for prep of output {}
2025-03-19  badumbatishgccrs: Minor fix to asm codegen pr
2025-03-19  badumbatishgccrs: Refactor compile-asm for first round review
2025-03-19  badumbatishgccrs: Successfully produce pseudo-nop
2025-03-19  badumbatishgccrs: Scaffolding code
2025-03-19  badumbatishgccrs: Scaffolding new compile-asm files
2025-03-19  jjasminegccrs: Setting up interfaces for codegen
2025-03-19  jjasminegccrs: Local testing for build_string and debug()
2025-03-19  jjasminegccrs: Make sure CompileExpr::visit is reached
2025-03-19  jjasminegccrs: Scaffolding asm codegen
2025-03-19  badumbatishgccrs: Fix the parser's operand and flags storage
2025-03-19  badumbatishgccrs: Add pop guard for binder
2025-03-19  badumbatishgccrs: Fix warnings from const auto& to const auto
2025-03-19  Raiki Tamuragccrs: emit error code for E0758
2025-03-19  Raiki Tamuragccrs: Add typecheck for path patterns.
2025-03-19  Raiki Tamurarust: Add checking for union patterns
2025-03-19  Arthur Cohengccrs: feature-gate: Cleanup visitor and constructor
2025-03-19  Arthur Cohengccrs: attributes: Start handling prelude_import properly
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  Arthur Cohengccrs: ast: Remove PathExpr abstract class
2025-03-19  Arthur Cohengccrs: ast: PathPattern: Remove `remove_all_segments...
2025-03-19  Muhammad Mahadgccrs: Attempted to access a nonexistent field [E0609]
2025-03-19  Kushal Palgccrs: Move errors with locations
2025-03-19  Kushal Palgccrs: Subset errors with locations
2025-03-19  Kushal Palgccrs: Map locations to placeholder regions
2025-03-19  Kushal Palgccrs: Fixed testcase
2025-03-19  Liam Naddellgccrs: [gccrs#2324] Add error message for E0532
2025-03-19  Liam Naddellgccrs: Eager expansion for include* gccrs#1805 gccrs...
2025-03-19  Kushal Palgccrs: Simplify construction of BIR::Statement
2025-03-19  Kushal Palgccrs: Loan errors with locations
2025-03-19  Kushal Palgccrs: Add location to BIR::Statement of kind RETURN
2025-03-19  badumbatishgccrs: Implement resolve expr for inline asm ast
2025-03-19  Kushal Palgccrs: Add location to BIR::Loan
2025-03-19  Kushal Palgccrs: Add location support to BIR::Statement
2025-03-19  badumbatishgccrs: Turn to switch case, use new helper functions
next