]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2025-10-30  Owen Averygccrs: Remove Parser::parse_path_in_expression_pratt
2025-10-30  Pierre-Emmanuel... gccrs: Add fn pointer implementation test
2025-10-30  Pierre-Emmanuel... gccrs: Use as member function instead of static cast
2025-10-30  Pierre-Emmanuel... gccrs: Put nevertype cercion into it's own function
2025-10-30  Pierre-Emmanuel... gccrs: Change coerce_unsize error handling
2025-10-30  Pierre-Emmanuel... gccrs: Refactor return statements
2025-10-30  Pierre-Emmanuel... gccrs: Remove unused variable assignments
2025-10-30  Pierre-Emmanuel... gccrs: Avoid copy when constructing TypeBoundPredicate
2025-10-30  Pierre-Emmanuel... gccrs: Remove unused copy
2025-10-30  Pierre-Emmanuel... gccrs: Convert lookup return type to optional
2025-10-30  Pierre-Emmanuel... gccrs: Treat function pointers like pointers for cast
2025-10-30  Pierre-Emmanuel... gccrs: Fix generic type constraints
2025-10-30  Pierre-Emmanuel... gccrs: Add null check to reconstruct
2025-10-30  Owen Averygccrs: Remove #[simd_test] support
2025-10-30  Owen Averygccrs: Expect identifier subpatterns to be non-alt
2025-10-30  Owen Averygccrs: Improve libformat_parser FFI
2025-10-30  lishingccrs: fix ICE in convert_tree for tuple destructuring...
2025-10-30  Yap Zhi Henggccrs: Implement rest pattern support for slice patterns
2025-10-30  Owen Averygccrs: Collect lang items after expansion
2025-10-30  Ryutaro Okadagccrs: Replace old read-only checker with new implement...
2025-10-30  Ryutaro Okadagccrs: Read-only check if the variable is mutable type.
2025-10-30  Yap Zhi Henggccrs: Add IdentifierPattern subpattern support for...
2025-10-30  Yap Zhi Henggccrs: Implement let statement support for IdentifierPa...
2025-10-30  lishingccrs: fix ICE by skipping invalid (non-FNDEF) candidates
2025-10-30  lishingccrs: fix ICE for empty enum variant
2025-10-30  Pierre-Emmanuel... gccrs: Reject empty cfg_attr
2025-10-30  Owen Averygccrs: Improve handling of non-final path segments
2025-10-30  Owen Averygccrs: nr2.0: Fix ChangeLog entry
2025-10-30  Pierre-Emmanuel... gccrs: Fix Self macro invocation parsing failure
2025-10-30  Arthur Cohengccrs: expand: Add handling for macro expansion in...
2025-10-30  Arthur Cohengccrs: ast: Cleanup SingleASTNode::NodeType
2025-10-30  Owen Averygccrs: Detect failure to match an ident metavariable
2025-10-30  Ryutaro Okadagccrs: Add name resolution processing for discriminant...
2025-10-30  Ryutaro Okadagccrs: fix error number
2025-10-30  Owen Averygccrs: CfgStrip AST nodes marked with #[test]
2025-10-30  Pierre-Emmanuel... gccrs: Add test for multiple wildcard use declaration.
2025-10-30  Pierre-Emmanuel... gccrs: Remove abort on wildcard patterns
2025-10-30  Pierre-Emmanuel... gccrs: Emit an error message on unsupported llvm_asm
2025-10-30  Pierre-Emmanuel... gccrs: Fix infinite loop on inline assembly clobbers
2025-10-30  Pierre-Emmanuel... gccrs: Refactor inline assembly constructor
2025-10-30  Owen Averygccrs: Add checks to ExpandVisitor
2025-10-30  lishingccrs: Fix ICE on exclusive_range_pattern lowering
2025-10-30  Pierre-Emmanuel... gccrs: Exclude some inline assembly test
2025-10-30  Owen Averygccrs: Handle attributes in expression macros
2025-10-30  Pierre-Emmanuel... gccrs: Improve vector usages and avoid copies.
2025-10-30  Pierre-Emmanuel... gccrs: Add missing direct include
2025-10-30  Pierre-Emmanuel... gccrs: Add header guards
2025-10-30  Pierre-Emmanuel... gccrs: Fix friendly class to friendly struct qualification
2025-10-30  Pierre-Emmanuel... gccrs: Remove cyclic inclusion and unused headers.
2025-10-30  Pierre-Emmanuel... gccrs: Prevent copy from vector implementation
2025-10-30  Pierre-Emmanuel... gccrs: Fix variadic member flag value in constructor
2025-10-30  Pierre-Emmanuel... gccrs: Move vector of unique_ptr
2025-10-30  Pierre-Emmanuel... gccrs: Avoid transitive declaration
2025-10-30  Pierre-Emmanuel... gccrs: Copy cfg_attrs instead setting it to itself
2025-10-30  Pierre-Emmanuel... gccrs: Add missing header inclusion
2025-10-30  Owen Averygccrs: Improve handling of AttrInputLiteral
2025-10-30  Yap Zhi Henggccrs: Refactor HIR::PatternItem class and its derivatives
2025-10-30  Pierre-Emmanuel... gccrs: Explicitly use an empty vector for structural eq
2025-10-30  David Faustdwarf: handle repeated decl with different btf_decl_tag...
2025-10-30  David Faustbtf: do not prune at typedefs
next