]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2025-10-31  Andrew Pinskifold-const: Remove div_if_zero_remainder declaration.
2025-10-31  Tamar ChristinaAArch64: support bf16 to sf extensions [PR121853]
2025-10-31  Yuao Mafortran: remove redundant code related to constant...
2025-10-31  Paul ThomasFortran: Use specific PDT constructors from a generic...
2025-10-31  Richard Bienertree-optimization/122502 - avoid folding during imm...
2025-10-31  Andrew Pinskifold: Remove div_if_zero_remainder [PR122437]
2025-10-31  Andrew PinskiFix pr122478.c testcase
2025-10-31  Andrew Pinskisccp: Fix ICE during folding after proping const in...
2025-10-31  Lulu ChengLoongArch: Remove the "-mlasx" compilation option from...
2025-10-31  Lulu ChengLoongArch: Support vec_widen_[s]{add/sub/mult}_{hi...
2025-10-31  Lulu ChengLoongArch: Implement the vector dot product operation...
2025-10-31  Lulu ChengLoongArch: Implement vec_widen_<su>{add/sub/mult}_...
2025-10-31  Lulu ChengLoongArch: Simplify vec_widen_<su>{add/sub/mult}_{hi...
2025-10-31  GCC AdministratorDaily bump.
2025-10-30  Jakub Jelinekc++: Fix up and tweak std-name-hint.gperf
2025-10-30  Owen Averygccrs: Improve ErrorPropagationExpr handling
2025-10-30  Yap Zhi Henggccrs: Attempt to resolve pattern items in tuple patter...
2025-10-30  Ryo Yoshidagccrs: Fix ICE on enum in tuple struct pattern
2025-10-30  Yap Zhi Henggccrs: Fix ICE for repr attribute malformation
2025-10-30  Lucas Ly Bagccrs: fix inner attr derive doesn't show error
2025-10-30  lishingccrs: fix ICE in TyVar constructor
2025-10-30  Ryo Yoshidagccrs: Emit error when tuple-indexing on non-tuples
2025-10-30  Philip Herrongccrs: Refactor TyTy::ConstType into separate types
2025-10-30  0xllx0gccrs: test: add a regression test for issue Rust-GCC...
2025-10-30  0xllx0gccrs: fix: add early return for empty module file
2025-10-30  Pierre-Emmanuel... gccrs: Add doc attribute checking on traits
2025-10-30  Pierre-Emmanuel... gccrs: Avoid malformed attribute conversion
2025-10-30  Pierre-Emmanuel... gccrs: Force crash when retrieving meta item location
2025-10-30  Pierre-Emmanuel... gccrs: Add override modifier
2025-10-30  Pierre-Emmanuel... gccrs: Emit an error on malformed path
2025-10-30  Yap Zhi Henggccrs: Use rich_location for TupleStructPattern type...
2025-10-30  Yap Zhi Henggccrs: Implement compilation support for HIR::TupleStru...
2025-10-30  Yap Zhi Henggccrs: Implement lowering of AST::TupleStructItemsHasRest
2025-10-30  0xllx0gccrs: tests: added extra parens compile test
2025-10-30  Owen Averygccrs: Test libcore
2025-10-30  Yap Zhi Henggccrs: Fix StructPattern type checking rejecting tuple...
2025-10-30  Yap Zhi Henggccrs: Add HIR lowering support for rest pattern in...
2025-10-30  Owen Averygccrs: Handle link_name attribute
2025-10-30  Arthur Cohengccrs: expand: Inherit from PointerVisitor
2025-10-30  Pierre-Emmanuel... gccrs: Add origin location to expanded tokens
2025-10-30  Pierre-Emmanuel... gccrs: Emit errors from the transcriber when they occur
2025-10-30  Pierre-Emmanuel... gccrs: Prevent segfault on builtin metavars
2025-10-30  Philip Herrongccrs: Fix ICE where we expect a num enum variant
2025-10-30  Philip Herrongccrs: Add error diag for self params on plain functions
2025-10-30  Philip Herrongccrs: Fix ICE on copied array expressions
2025-10-30  Philip Herrongccrs: Remove old hack from resolve operator overload
2025-10-30  Philip Herrongccrs: fnptr types can hold onto generic params so...
2025-10-30  Owen Averygccrs: Improve FFIOpt
2025-10-30  Magnus-Magegccrs: Implement TokenCollector::visit(AST::FormatArgs&)
2025-10-30  Philip Herrongccrs: Fix ICE for invalid const capacity expression...
2025-10-30  Owen Averygccrs: Import stdarch 1.49.0
2025-10-30  Philip Herrongccrs: Fix ICE handling division by zero in const eval
2025-10-30  Philip Herrongccrs: Fix ICE with invalid const expression
2025-10-30  Owen Averygccrs: Protect from errors in alternate pattern parsing
2025-10-30  Owen Averygccrs: Remove AST::TraitItemConst
2025-10-30  Owen Averygccrs: Create subdirectory checks/errors/feature
2025-10-30  Owen Averygccrs: nr1.0: Remove EarlyNameResolver
2025-10-30  Owen Averygccrs: Import libcore 1.49.0
2025-10-30  Owen Averygccrs: Add libcore to the list of ignored prefixes
2025-10-30  Philip Herrongccrs: track abi and unsafety on fnptrs for proper...
2025-10-30  Philip Herrongccrs: get rid of more clones in unify path
2025-10-30  Pierre-Emmanuel... gccrs: Add test to confirm Rust-GCC/gccrs#3922 fix
2025-10-30  Pierre-Emmanuel... gccrs: Add test to confirm Rust-GCC/gccrs#3924 fix
2025-10-30  Owen Averygccrs: nr1.0: Remove chunks of resolution phase
2025-10-30  Owen Averygccrs: Unify path-to-type handling in Late resolver
2025-10-30  Philip Herrongccrs: Fix crash on break outside of loop context
2025-10-30  Philip Herrongccrs: Fix segv when handling invalid array capacities
2025-10-30  Yap Zhi Henggccrs: Implement missing read-only checker case for...
2025-10-30  Yap Zhi Henggccrs: Implement missing var decl case for TuplePattern...
2025-10-30  Owen Averygccrs: Recognize rustc_allow_const_fn_unstable
2025-10-30  Philip Herrongccrs: Add implicit infer support for unify on const...
2025-10-30  Philip Herrongccrs: allow unifications against non const types
2025-10-30  Philip Herrongccrs: Fix bug with unconstrained const generic
2025-10-30  Philip Herrongccrs: track generic const generics properly
2025-10-30  Philip Herrongccrs: Fix formatting of tyty code
2025-10-30  Philip Herrongccrs: Remove fully the can_eq TyTy::BaseType::can_eq...
2025-10-30  Philip Herrongccrs: get rid of last can_eq usage finally
2025-10-30  Philip Herrongccrs: reuse an error mark node instead of new ones...
2025-10-30  Philip Herrongccrs: simplify cloning of types during unify
2025-10-30  Philip Herrongccrs: remove 2nd last usage of can_eq
2025-10-30  Philip Herrongccrs: Add check bounds flag to unify rules for compata...
2025-10-30  Philip Herrongccrs: Update can_eq to be a types_compatable interface
2025-10-30  Philip Herrongccrs: respect the unify rules commit flag
2025-10-30  Philip Herrongccrs: Remove some const usage so we can get rid of...
2025-10-30  Philip Herrongccrs: Make the coerce borrowed pointer consistent...
2025-10-30  Pierre-Emmanuel... gccrs: Error out on unsuffixed self list use declaration
2025-10-30  Pierre-Emmanuel... gccrs: Emit error on lonely self use declaration
2025-10-30  Owen Averygccrs: Allow early resolution to use the language prelude
2025-10-30  Owen Averygccrs: Remove Parser::parse_tuple_index_expr_float
2025-10-30  Pierre-Emmanuel... gccrs: Do not dump the AST if the parser emit errors
2025-10-30  Arthur Cohengccrs: desugar: Use PointerVisitor for ExpressionYeast
2025-10-30  Arthur Cohengccrs: ast: Add PointerVisitor
2025-10-30  Pierre-Emmanuel... gccrs: Separate strip information from internal state
2025-10-30  Owen Averygccrs: nr1.0: Remove support in borrow checker
2025-10-30  Owen Averygccrs: nr1.0: Remove support in pattern checker
2025-10-30  Owen Averygccrs: nr1.0: Remove support in rust-session-manager.cc
2025-10-30  Owen Averygccrs: nr1.0: Remove support in privacy checker
2025-10-30  Yap Zhi Henggccrs: Refactor AST Patterns that hold multiple pattern...
2025-10-30  Owen Averygccrs: Avoid std::unique_ptr<std::string> in Token
2025-10-30  Owen Averygccrs: Eagerly expand format_args macro
next