]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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
2025-08-05  Arthur Cohengccrs: ast: Use AnonConst for array type sizes
2025-08-05  Arthur Cohengccrs: nr2.0: Handle glob imports of enum variants.
2025-08-05  Arthur Cohengccrs: mappings: Change mappings to allow other items...
2025-08-05  Owen Averygccrs: Load modules during CfgStrip phase
2025-08-05  Owen Averygccrs: Specialize ExpandVisitor::expand_macro_children
2025-08-05  Philip Herrongccrs: fix bad monomophization of generic paths
2025-08-05  Owen Averygccrs: Use MacroInvocLexer in AttributeParser
2025-08-05  Philip Herrongccrs: return error node when this fails during constex...
2025-08-05  Philip Herrongccrs: Add initial support for deffered operator overlo...
2025-08-05  Philip Herrongccrs: Fix ICE with duplicate root item main function
2025-08-05  Owen Averygccrs: Improve parsing of simple paths
2025-08-05  Philip Herrongccrs: Add test case to show issue is fixed
2025-08-05  lishingccrs: Reject loop in const/static context
2025-08-05  Yap Zhi Henggccrs: Implement compilation for SlicePattern matching...
2025-08-05  Yap Zhi Henggccrs: Add size checking to SlicePattern
2025-08-05  Philip Herrongccrs: Add test case showing all derives working on...
2025-08-05  Arthur Cohengccrs: attributes: Add #[test] and #[simd_test]
2025-08-05  Philip Herrongccrs: Add test case to show issue is fixed
2025-08-05  Philip Herrongccrs: Add test case to show we emit better errors now
2025-08-05  Philip Herrongccrs: add test case to show issue is fixed
2025-08-05  Philip Herrongccrs: Fix ICE when handling bad constructor
2025-08-05  Philip Herrongccrs: Fix cast rules logic to try simple casts then...
2025-08-05  Arthur Cohengccrs: nr2.0: Check before visiting a for-loop's label
2025-08-05  Philip Herrongccrs: Fix bad bounds checking for PartialOrd
2025-08-05  Marc Poulhièsgccrs: Fix narrowing of Loan (size_t) into LoanId ...
2025-08-05  Yap Zhi Henggccrs: Improve LiteralPattern type checking
2025-08-05  Yap Zhi Henggccrs: Add type checking for SlicePattern
2025-08-05  Philip Herrongccrs: Fix ice with invalid borrow expression
2025-08-05  Philip Herrongccrs: Do proper const folding during typechecking...
2025-08-05  Arthur Cohengccrs: nr2.0: Add proper handling for WhileLet loops.
2025-08-05  Arthur Cohengccrs: ast: Check before visiting a while-let's label
2025-08-05  Owen Averygccrs: Parse try expressions
2025-08-05  Owen Averygccrs: Allow format_args to accept a raw string literal
2025-08-05  Pierre-Emmanuel... gccrs: Change enum to enum class
2025-08-05  Owen Averygccrs: Remove reinterpret_cast usages in DefaultASTVisitor
2025-08-05  Owen Averygccrs: Remove Late visitor override for StructStruct
2025-08-05  Owen Averygccrs: nr1.0: Remove rust/backend support
2025-08-05  Owen Averygccrs: Remove -frust-name-resolution-2.0 usage in tests
2025-08-05  Owen Averygccrs: nr2.0: Enable by default
2025-08-05  Zhi Henggccrs: Implement compilation support for TuplePatternIt...
2025-08-05  Zhi Henggccrs: Fix type checking logic for TuplePattern
2025-08-05  Arthur Cohengccrs: chore: ast: Fix formatting and includes
2025-08-05  Arthur Cohengccrs: reconstruct_vec: Allocate size when creating...
2025-08-05  Arthur Cohengccrs: ast: builder: Remove ASTTypeBuilder
2025-08-05  Arthur Cohengccrs: ast: Add reconstruct() method for Type nodes
2025-08-05  Arthur Cohengccrs: ast: reconstruct: Add base for reconstructing...
2025-08-05  Owen Averygccrs: nr2.0: Adjust resolution of modules
2025-08-05  Owen Averygccrs: nr2.0: Add more checks for alternate patterns
2025-08-05  Pierre-Emmanuel... gccrs: Add locus getters
2025-08-05  Owen Averygccrs: nr2.0: Adjust resolution of external crates
2025-08-05  Zhi Henggccrs: Implement type checking for ItemType::RANGED...
2025-08-05  Owen Averygccrs: Update C++ version check in rust-lang.cc
2025-08-05  Ryutaro Okadagccrs: Implement default HIR visitor class
2025-08-05  Owen Averygccrs: Create Rust::GGC::Ident
2025-08-05  Ryutaro Okadagccrs: Add getter for non const lifetime object
2025-08-05  Ryutaro Okadagccrs: Add getter for outer attributions
2025-08-05  Owen Averygccrs: Fix scan-assembler regexp in recurse2.rs
2025-08-05  Philip Herrongccrs: Fix bug with non compiled const decl
2025-08-05  Philip Herrongccrs: check for invalid const calls during code-gen
2025-08-05  Zhi Henggccrs: Fix TupleStructPattern compilation throwing...
2025-08-05  Owen Averygccrs: nr2.0: Fix resolution of constant items
2025-08-05  Philip Herrongccrs: Add unify rules for fnptr and closures
2025-08-05  Philip Herrongccrs: Fix silly ordering bug in trait reference resolution
2025-08-05  Philip Herrongccrs: Fix bug with bad type bindings not looking at...
2025-08-05  Philip Herrongccrs: Refactor marker builtin trait assembly
2025-08-05  Philip Herrongccrs: Cleanup and refactor method resolution
2025-08-05  Philip Herrongccrs: Fix cyclical projection to placeholder
2025-08-05  Philip Herrongccrs: Ensure we look at the bounds behind a reference
2025-08-05  Owen Averygccrs: Move AST desugaring into expansion phase
2025-08-05  Philip Herrongccrs: Add test case showing RPIT working to close...
next