]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
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...
2025-08-05  Philip Herrongccrs: Fix ICE when constant is missing and expression
2025-08-05  Owen Averygccrs: Adjust external crate lowering and type checking
2025-08-05  Owen Averygccrs: Fix execute testsuite
2025-08-05  Philip Herrongccrs: Fix issues around PartialEq Eq Ord Partial Ord
2025-08-05  Zhi Henggccrs: nr2.0: Update IdentifierPattern's subpattern...
2025-08-05  Zhi Henggccrs: Implement compilation of IdentifierPattern's...
2025-08-05  Zhi Henggccrs: Implement name resolution for IdentifierPattern...
2025-08-05  Zhi Henggccrs: Rename get_pattern_to_bind to get_subpattern
2025-08-05  Owen Averygccrs: nr2.0: Adjust lookup of associated items
2025-08-05  Zhi Henggccrs: Improve HIR dumps for patterns
2025-08-05  Arthur Cohengccrs: chore: Fix formatting
2025-08-05  Arthur Cohengccrs: derive(Ord, Eq): Use different node IDs for...
2025-08-05  Arthur Cohengccrs: derive(Ord): Handle unit structs properly
2025-08-05  Arthur Cohengccrs: derive(Ord): Fix cmp call to use references...
2025-08-05  Arthur Cohengccrs: derive(Ord): Fix condition for matching on Optio...
2025-08-05  Arthur Cohengccrs: derive(Ord, PartialOrd): Finish implementation
2025-08-05  Arthur Cohengccrs: derive(PartialEq): Implement proper discriminant...
2025-08-05  Arthur Cohengccrs: derive-cmp: Add EnumMatchBuilder class
2025-08-05  Arthur Cohengccrs: ast-builder: Make location public
2025-08-05  Arthur Cohengccrs: derive(Ord): Add handling for ordering of discri...
2025-08-05  Arthur Cohengccrs: derive(Hash): Use new Builder API
2025-08-05  Arthur Cohengccrs: builder: Add Builder::discriminant_value
2025-08-05  Arthur Cohengccrs: derive(Ord, PartialOrd): Handle tuples properly
2025-08-05  Arthur Cohengccrs: derive(PartialEq): chore: Refactor using new...
2025-08-05  Arthur Cohengccrs: derive(Ord, PartialOrd): Implement proper recurs...
2025-08-05  Arthur Cohengccrs: derive(PartialEq): Use that common class
2025-08-05  Arthur Cohengccrs: derive: Add common comparison derive class
2025-08-05  Arthur Cohengccrs: builder: Add match_case() function and new block...
2025-08-05  Arthur Cohengccrs: derive: Add const generics when deriving impls
2025-08-05  Arthur Cohengccrs: derive(Ord, PartialOrd): Add base for deriving...
2025-08-05  Arthur Cohengccrs: derive: chore: Add missing override qualifiers
2025-08-05  Arthur Cohengccrs: rib: Add all kinds of Ribs to pretty-printing
2025-08-05  Philip Herrongccrs: Fix bug in query type stopping PartialOrd
next