]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-08-06  Yangyu Cheni386: Add missing PTA_POPCNT and PTA_LZCNT with PTA_ABM
2025-08-06  Sam Jamesgcc: drop placement new workaround for old bootstrap...
2025-08-06  Martin Ueckerc2y: Evaluate size expression only in the active branch...
2025-08-06  Matthieu Longolibiberty: disable logging of list content for doubly...
2025-08-06  Richard BienerSimplify vect_supportable_dr_alignment
2025-08-06  Patrick Palkac++: mangling cNTTP object w/ implicit non-trailing...
2025-08-06  Jason Merrillc++: improve constexpr type mismatch diagnostic
2025-08-06  Richard BienerRecord gather/scatter scale and base in the SLP tree
2025-08-06  Richard BienerUse proper alias type for gather/scatter with SLP
2025-08-06  Richard BienerAllow fully masked loops with legacy gather/scatter
2025-08-06  Jakub Jelinekbitint: Fix build [PR121413]
2025-08-06  Tejas BelagodAArch64: Fix test for vector length safety
2025-08-06  Yang Yujiebitint: Do not optimize away conversion to _BitInt...
2025-08-06  Yang Yujiebitint: Zero-extend the result of a signed->unsigned...
2025-08-06  Yang Yujiebitint: Make sure BEXTC checks extension when optimized
2025-08-06  Yang Yujiebitint: Avoid extending ABI-extended large/huge _BitInt...
2025-08-06  Jakub Jelineklibgcc: Remove useless forward declaration [PR121397]
2025-08-06  Jakub Jelinekbitint: Fix up INTEGER_CST PHI handling [PR121413]
2025-08-06  Jakub Jelinekbitint: Fix up handling of uninitialized mul/div/float...
2025-08-06  Jakub Jelinekgengtype: Include system.h earlier in gengtype-lex...
2025-08-06  Yuao Mafortran: cleanup duplicate tests for c_f_pointer_shape_...
2025-08-06  Jakub Jelinekc++: Add test for vt/ff in line comments
2025-08-06  Martin Ueckerc: Fix ICE on invalid code involving bit fields [PR121217]
2025-08-06  Kito ChengRISC-V: Read extension data from riscv-ext*.def for...
2025-08-06  Kito ChengRISC-V: Support -march=unset
2025-08-06  Kwok Cheung... openmp: Add support for iterators in 'target update...
2025-08-06  Kwok Cheung... openmp: Add support for iterators in map clauses (C...
2025-08-06  Jerry DeLisleFortran: Fix runtime bogus diagnostic with ';'
2025-08-06  GCC AdministratorDaily bump.
2025-08-05  Jason Merrillc++: clobber object on placement new [PR121068]
2025-08-05  Mikael Morinfortran: Remove overwrite of polymorphic associate...
2025-08-05  Mikael Morinfortran: Remove array bound update after constructor...
2025-08-05  Mikael Morinfortran: Remove premature initialization of a function...
2025-08-05  Mikael Morinfortran: Remove default initialization of local pointer...
2025-08-05  Mikael Morinfortran: Remove redundant initialisation of associate...
2025-08-05  Mikael Morinfortran: Remove span overwrite with pointer assignments
2025-08-05  H.J. Lux86: Get the widest vector mode from STORE_MAX_PIECES...
2025-08-05  Georg-Johann LayAVR: Allow combination of sign_extend with ashift.
2025-08-05  Mikael Morinfortran: Remove unused field use_offset
2025-08-05  Ryutaro Okadagccrs: Add read-only check on 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  Owen Averygccrs: Remove undefined behavior with static_cast
2025-08-05  Owen Averygccrs: Recognize rustc_args_required_const attribute
2025-08-05  Owen Averygccrs: Make AttributeParser rely more on Parser
2025-08-05  Arthur Cohengccrs: offset_of: Compile the offset properly
2025-08-05  Owen Averygccrs: Catch parse failure in parse_path_meta_item
2025-08-05  Owen Averygccrs: Avoid including rust-parse-impl.h in rust-parse.h
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  Philip Herrongccrs: Add test case showing method resolution with...
2025-08-05  Philip Herrongccrs: remove old debug
2025-08-05  Philip Herrongccrs: improve debug logging for unify site
2025-08-05  Philip Herrongccrs: Remove more calls to the old TyTy::BaseType...
2025-08-05  Philip Herrongccrs: Ensure we track the const generic substitution...
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  Pierre-Emmanuel... gccrs: Retrieve token stream before vector move
2025-08-05  Yap Zhi Henggccrs: Add rest pattern support for AST::SlicePattern
2025-08-05  Philip Herrongccrs: Fix ICE when extra const arguments supplied
2025-08-05  Philip Herrongccrs: Support const generic inference variables
2025-08-05  Philip Herrongccrs: Fix ICE during hir dump of deferred anon constant
2025-08-05  Philip Herrongccrs: Fix ICE for ast dump of deferred anon const
2025-08-05  Philip Herrongccrs: fix clang formatting
2025-08-05  Philip Herrongccrs: Add initial support for const generics
2025-08-05  Philip Herrongccrs: Add ConstType boiler plate to handle const generics
2025-08-05  Philip Herrongccrs: Refactor the ParamType to a BaseGeneric base...
2025-08-05  Philip Herrongccrs: simplify the is_eq on ADTType
2025-08-05  Philip Herrongccrs: Refactor substitution param mapping to be more...
2025-08-05  Philip Herrongccrs: Fix ICE during const eval of const capacity
2025-08-05  Ryutaro Okadagccrs: Remove warning for unused `self` parameter
2025-08-05  Ryutaro Okadagccrs: Do not warn about unused `self` parameter
2025-08-05  Arthur Cohengccrs: desugar: Add base for desugaring while-let loops
2025-08-05  Pierre-Emmanuel... gccrs: Fix AttrInputMacro operator= overloading.
2025-08-05  Arthur Cohengccrs: desugar: Cleanup for-loop desugar implementation.
2025-08-05  Arthur Cohengccrs: lower: Add assertions for desugared nodes
2025-08-05  Arthur Cohengccrs: desugar: Add assertions for try-blocks and quest...
2025-08-05  Arthur Cohengccrs: desugar: Add for-loop desugar to ExpressionYeast
2025-08-05  Arthur Cohengccrs: hir: Add OffsetOf node
2025-08-05  Arthur Cohengccrs: expand: Add parser for offset_of!() and builtin...
2025-08-05  Arthur Cohengccrs: ast: Add OffsetOf node
2025-08-05  Pierre-Emmanuel... gccrs: Error message field member was not properly...
2025-08-05  Pierre-Emmanuel... gccrs: Fix infinite loop with missing comma
2025-08-05  Pierre-Emmanuel... gccrs: Fix semicolon after some namespace
2025-08-05  Owen Averygccrs: nr1.0: Remove rust/typecheck support
2025-08-05  Pierre-Emmanuel... gccrs: Add execute test for variable and identifiers
2025-08-05  Pierre-Emmanuel... gccrs: Add input/output from inout and split in out
2025-08-05  Pierre-Emmanuel... gccrs: Parse input and output expression
2025-08-05  Pierre-Emmanuel... gccrs: Add pretty hir dump for inline assembly
2025-08-05  Pierre-Emmanuel... gccrs: Add indexed positional argument support in asm
2025-08-05  Yap Zhi Henggccrs: Implement compilation for SlicePattern against...
2025-08-05  Yap Zhi Henggccrs: Update SlicePattern typechecking against slice...
2025-08-05  Arthur Cohengccrs: desugar: Handle try-blocks
2025-08-05  Arthur Cohengccrs: ast: Add Expr::Kind::Try
2025-08-05  Owen Averygccrs: Handle IfLetExprConseqElse in DefaultResolver
2025-08-05  Arthur Cohengccrs: ast: Visit block labels if they are present
2025-08-05  Arthur Cohengccrs: desugar: Add desugar dispatch for all desugars
2025-08-05  Arthur Cohengccrs: chore: ast: Fix formatting in rust-expr.h
2025-08-05  Arthur Cohengccrs: hir: Handle deferred const inference variables
next