]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
13 days ago  Yang Yujiebitint: Avoid extending ABI-extended large/huge _BitInt...
13 days ago  Jakub Jelineklibgcc: Remove useless forward declaration [PR121397]
13 days ago  Jakub Jelinekbitint: Fix up INTEGER_CST PHI handling [PR121413]
13 days ago  Jakub Jelinekbitint: Fix up handling of uninitialized mul/div/float...
13 days ago  Jakub Jelinekgengtype: Include system.h earlier in gengtype-lex...
13 days ago  Yuao Mafortran: cleanup duplicate tests for c_f_pointer_shape_...
13 days ago  Jakub Jelinekc++: Add test for vt/ff in line comments
13 days ago  Martin Ueckerc: Fix ICE on invalid code involving bit fields [PR121217]
13 days ago  Kito ChengRISC-V: Read extension data from riscv-ext*.def for...
13 days ago  Kito ChengRISC-V: Support -march=unset
13 days ago  Kwok Cheung... openmp: Add support for iterators in 'target update...
13 days ago  Kwok Cheung... openmp: Add support for iterators in map clauses (C...
13 days ago  Jerry DeLisleFortran: Fix runtime bogus diagnostic with ';'
13 days ago  GCC AdministratorDaily bump.
13 days ago  Jason Merrillc++: clobber object on placement new [PR121068]
13 days ago  Mikael Morinfortran: Remove overwrite of polymorphic associate...
13 days ago  Mikael Morinfortran: Remove array bound update after constructor...
13 days ago  Mikael Morinfortran: Remove premature initialization of a function...
13 days ago  Mikael Morinfortran: Remove default initialization of local pointer...
13 days ago  Mikael Morinfortran: Remove redundant initialisation of associate...
13 days ago  Mikael Morinfortran: Remove span overwrite with pointer assignments
13 days ago  H.J. Lux86: Get the widest vector mode from STORE_MAX_PIECES...
13 days ago  Georg-Johann LayAVR: Allow combination of sign_extend with ashift.
13 days ago  Mikael Morinfortran: Remove unused field use_offset
13 days ago  Ryutaro Okadagccrs: Add read-only check on HIR
13 days ago  Ryutaro Okadagccrs: Call base class's accept_vis method
13 days ago  Ryutaro Okadagccrs: Add check before calling `get_trait_ref()`
13 days ago  Owen Averygccrs: Remove undefined behavior with static_cast
13 days ago  Owen Averygccrs: Recognize rustc_args_required_const attribute
13 days ago  Owen Averygccrs: Make AttributeParser rely more on Parser
13 days ago  Arthur Cohengccrs: offset_of: Compile the offset properly
13 days ago  Owen Averygccrs: Catch parse failure in parse_path_meta_item
13 days ago  Owen Averygccrs: Avoid including rust-parse-impl.h in rust-parse.h
13 days ago  Ryutaro Okadagccrs: Fix object copying issue causing pointer inconsi...
13 days ago  Pierre-Emmanuel... gccrs: Parse expression instead of literal in attributes
13 days ago  Philip Herrongccrs: Add test case showing method resolution with...
13 days ago  Philip Herrongccrs: remove old debug
13 days ago  Philip Herrongccrs: improve debug logging for unify site
13 days ago  Philip Herrongccrs: Remove more calls to the old TyTy::BaseType...
13 days ago  Philip Herrongccrs: Ensure we track the const generic substitution...
13 days ago  Pierre-Emmanuel... gccrs: Initialize boolean flag correctly
13 days ago  Pierre-Emmanuel... gccrs: Initialize boolean flag correctly
13 days ago  Pierre-Emmanuel... gccrs: Prevent used after move on self param
13 days ago  Pierre-Emmanuel... gccrs: Retrieve token stream before vector move
13 days ago  Yap Zhi Henggccrs: Add rest pattern support for AST::SlicePattern
13 days ago  Philip Herrongccrs: Fix ICE when extra const arguments supplied
13 days ago  Philip Herrongccrs: Support const generic inference variables
13 days ago  Philip Herrongccrs: Fix ICE during hir dump of deferred anon constant
13 days ago  Philip Herrongccrs: Fix ICE for ast dump of deferred anon const
13 days ago  Philip Herrongccrs: fix clang formatting
13 days ago  Philip Herrongccrs: Add initial support for const generics
13 days ago  Philip Herrongccrs: Add ConstType boiler plate to handle const generics
13 days ago  Philip Herrongccrs: Refactor the ParamType to a BaseGeneric base...
13 days ago  Philip Herrongccrs: simplify the is_eq on ADTType
13 days ago  Philip Herrongccrs: Refactor substitution param mapping to be more...
13 days ago  Philip Herrongccrs: Fix ICE during const eval of const capacity
13 days ago  Ryutaro Okadagccrs: Remove warning for unused `self` parameter
13 days ago  Ryutaro Okadagccrs: Do not warn about unused `self` parameter
13 days ago  Arthur Cohengccrs: desugar: Add base for desugaring while-let loops
13 days ago  Pierre-Emmanuel... gccrs: Fix AttrInputMacro operator= overloading.
13 days ago  Arthur Cohengccrs: desugar: Cleanup for-loop desugar implementation.
13 days ago  Arthur Cohengccrs: lower: Add assertions for desugared nodes
13 days ago  Arthur Cohengccrs: desugar: Add assertions for try-blocks and quest...
13 days ago  Arthur Cohengccrs: desugar: Add for-loop desugar to ExpressionYeast
13 days ago  Arthur Cohengccrs: hir: Add OffsetOf node
13 days ago  Arthur Cohengccrs: expand: Add parser for offset_of!() and builtin...
13 days ago  Arthur Cohengccrs: ast: Add OffsetOf node
13 days ago  Pierre-Emmanuel... gccrs: Error message field member was not properly...
13 days ago  Pierre-Emmanuel... gccrs: Fix infinite loop with missing comma
13 days ago  Pierre-Emmanuel... gccrs: Fix semicolon after some namespace
13 days ago  Owen Averygccrs: nr1.0: Remove rust/typecheck support
13 days ago  Pierre-Emmanuel... gccrs: Add execute test for variable and identifiers
13 days ago  Pierre-Emmanuel... gccrs: Add input/output from inout and split in out
13 days ago  Pierre-Emmanuel... gccrs: Parse input and output expression
13 days ago  Pierre-Emmanuel... gccrs: Add pretty hir dump for inline assembly
13 days ago  Pierre-Emmanuel... gccrs: Add indexed positional argument support in asm
13 days ago  Yap Zhi Henggccrs: Implement compilation for SlicePattern against...
13 days ago  Yap Zhi Henggccrs: Update SlicePattern typechecking against slice...
13 days ago  Arthur Cohengccrs: desugar: Handle try-blocks
13 days ago  Arthur Cohengccrs: ast: Add Expr::Kind::Try
13 days ago  Owen Averygccrs: Handle IfLetExprConseqElse in DefaultResolver
13 days ago  Arthur Cohengccrs: ast: Visit block labels if they are present
13 days ago  Arthur Cohengccrs: desugar: Add desugar dispatch for all desugars
13 days ago  Arthur Cohengccrs: chore: ast: Fix formatting in rust-expr.h
13 days ago  Arthur Cohengccrs: hir: Handle deferred const inference variables
13 days ago  Arthur Cohengccrs: ast: Use AnonConst for array type sizes
13 days ago  Arthur Cohengccrs: nr2.0: Handle glob imports of enum variants.
13 days ago  Arthur Cohengccrs: mappings: Change mappings to allow other items...
13 days ago  Owen Averygccrs: Load modules during CfgStrip phase
13 days ago  Owen Averygccrs: Specialize ExpandVisitor::expand_macro_children
13 days ago  Philip Herrongccrs: fix bad monomophization of generic paths
13 days ago  Owen Averygccrs: Use MacroInvocLexer in AttributeParser
13 days ago  Philip Herrongccrs: return error node when this fails during constex...
13 days ago  Philip Herrongccrs: Add initial support for deffered operator overlo...
13 days ago  Philip Herrongccrs: Fix ICE with duplicate root item main function
13 days ago  Owen Averygccrs: Improve parsing of simple paths
13 days ago  Philip Herrongccrs: Add test case to show issue is fixed
13 days ago  lishingccrs: Reject loop in const/static context
13 days ago  Yap Zhi Henggccrs: Implement compilation for SlicePattern matching...
13 days ago  Yap Zhi Henggccrs: Add size checking to SlicePattern
next