]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
12 days ago  Philip Herrongccrs: Add test case showing RPIT working to close...
12 days ago  Philip Herrongccrs: Fix ICE when constant is missing and expression
12 days ago  Owen Averygccrs: Adjust external crate lowering and type checking
12 days ago  Owen Averygccrs: Fix execute testsuite
12 days ago  Philip Herrongccrs: Fix issues around PartialEq Eq Ord Partial Ord
12 days ago  Zhi Henggccrs: nr2.0: Update IdentifierPattern's subpattern...
12 days ago  Zhi Henggccrs: Implement compilation of IdentifierPattern's...
12 days ago  Zhi Henggccrs: Implement name resolution for IdentifierPattern...
12 days ago  Zhi Henggccrs: Rename get_pattern_to_bind to get_subpattern
12 days ago  Owen Averygccrs: nr2.0: Adjust lookup of associated items
12 days ago  Zhi Henggccrs: Improve HIR dumps for patterns
12 days ago  Arthur Cohengccrs: chore: Fix formatting
12 days ago  Arthur Cohengccrs: derive(Ord, Eq): Use different node IDs for...
12 days ago  Arthur Cohengccrs: derive(Ord): Handle unit structs properly
12 days ago  Arthur Cohengccrs: derive(Ord): Fix cmp call to use references...
12 days ago  Arthur Cohengccrs: derive(Ord): Fix condition for matching on Optio...
12 days ago  Arthur Cohengccrs: derive(Ord, PartialOrd): Finish implementation
12 days ago  Arthur Cohengccrs: derive(PartialEq): Implement proper discriminant...
12 days ago  Arthur Cohengccrs: derive-cmp: Add EnumMatchBuilder class
12 days ago  Arthur Cohengccrs: ast-builder: Make location public
12 days ago  Arthur Cohengccrs: derive(Ord): Add handling for ordering of discri...
12 days ago  Arthur Cohengccrs: derive(Hash): Use new Builder API
12 days ago  Arthur Cohengccrs: builder: Add Builder::discriminant_value
12 days ago  Arthur Cohengccrs: derive(Ord, PartialOrd): Handle tuples properly
12 days ago  Arthur Cohengccrs: derive(PartialEq): chore: Refactor using new...
12 days ago  Arthur Cohengccrs: derive(Ord, PartialOrd): Implement proper recurs...
12 days ago  Arthur Cohengccrs: derive(PartialEq): Use that common class
12 days ago  Arthur Cohengccrs: derive: Add common comparison derive class
12 days ago  Arthur Cohengccrs: builder: Add match_case() function and new block...
12 days ago  Arthur Cohengccrs: derive: Add const generics when deriving impls
12 days ago  Arthur Cohengccrs: derive(Ord, PartialOrd): Add base for deriving...
12 days ago  Arthur Cohengccrs: derive: chore: Add missing override qualifiers
12 days ago  Arthur Cohengccrs: rib: Add all kinds of Ribs to pretty-printing
12 days ago  Philip Herrongccrs: Fix bug in query type stopping PartialOrd
12 days ago  Philip Herrongccrs: Fix bad type canonicalization on ARRAY_TYPES
12 days ago  Owen Averygccrs: nr2.0: Adjust alternate identifier handling
12 days ago  Zhi Henggccrs: Rename IdentifierPattern's to_bind to subpattern
12 days ago  Zhi Henggccrs: Support compilation of IdentifierPattern's subpa...
12 days ago  Owen Averygccrs: nr2.0: Fix closure parameter scoping
12 days ago  Owen Averygccrs: nr2.0: Improve handling of single segment paths
12 days ago  Owen Averygccrs: nr2.0: Adjust pub_restricted tests
12 days ago  Owen Averygccrs: nr2.0: Improve StructPatternFieldIdent handling
12 days ago  Owen Averygccrs: Add new function ClosureExpr::get_definition_expr
12 days ago  Owen Averygccrs: nr2.0: Separate out canonical path handling
12 days ago  Zhi Henggccrs: Lower IdentifierPattern's to_bind to HIR
12 days ago  Vishruth-Thimmaiahgccrs: fix: ICE when parsing unterminated raw byte...
12 days ago  Owen Averygccrs: nr2.0: Catch Self in impl block self types
12 days ago  Owen Averygccrs: nr2.0: Improve visibility path handling
12 days ago  Vishruth-Thimmaiahgccrs: parser: fix ICE std::out_of_range with path...
12 days ago  Owen Averygccrs: Make ConstantItem use Identifier
12 days ago  Arthur Cohengccrs: const-block: Add testcase
12 days ago  Arthur Cohengccrs: hir: Add const blocks
12 days ago  Arthur Cohengccrs: parser: Add base for parsing const blocks
12 days ago  Arthur Cohengccrs: ast: Add ConstBlock and AnonConst nodes
12 days ago  Philip Herrongccrs: Always emit the error highest in the type hierarchy
12 days ago  Owen Averygccrs: nr2.0: Fix IfLet pattern handling
12 days ago  Philip Herrongccrs: Initial support for Return Position Impl Trait
12 days ago  Philip Herrongccrs: Fix non canonical type bug with tuples
12 days ago  Philip Herrongccrs: Remove unneeded clones untill we have an arena...
12 days ago  Philip Herrongccrs: refactor default infer vars to be its own function
12 days ago  Parthibgccrs: Revert 10-second timeout for each test
12 days ago  Owen Averygccrs: nr2.0: Fix some paths in test files
12 days ago  Owen Averygccrs: nr2.0: Fix test builtin_abort.rs
12 days ago  Tom Schollenbergergccrs: Fix NR2 ICE in visit_attributes
12 days ago  Owen Averygccrs: Remove rvalue reference binding
12 days ago  Thomas SchwingeRust: Move 'libformat_parser' build into the GCC build...
12 days ago  Owen Averygccrs: Small improvements to DefaultASTVisitor and...
12 days ago  Marc Poulhièsgccrs: remove now useless clang-format comments
12 days ago  Marc Poulhièsgccrs: Reindent using last clang-format configuration
12 days ago  Marc Poulhièsgccrs: remove unused file
12 days ago  Owen Averygccrs: Fix Attr metavariable binding
12 days ago  Owen Averygccrs: Fix test same_field_name.rs
12 days ago  Owen Averygccrs: nr2.0: Fix borrow checking
12 days ago  Philip Herrongccrs: We cant clone types as it will dup the node-id
12 days ago  Marc Poulhièsgccrs: Adapt attribute lang hook and do some cleanup
12 days ago  Owen Averygccrs: nr2.0: Adjust resolution of impl items
12 days ago  0xn4utilusgccrs: ast: collector: visit InlineAsm node during...
12 days ago  Tom Schollenbergergccrs: fix ICE on empty constexpr loops
12 days ago  Philip Herrongccrs: Prevent passing generic arguments to impl traits...
12 days ago  Owen Averygccrs: nr2.0: Adjust enum item visitors
12 days ago  Owen Averygccrs: Improve struct pattern compilation
12 days ago  Owen Averygccrs: Improve canonical path handling for impl items
12 days ago  Philip Herrongccrs: desugar APIT impl traits
12 days ago  Philip Herrongccrs: Emit error diagnostic for bad impl type usage
12 days ago  CohenArthurgccrs: derive(PartialEq): Fix raw strings in test
12 days ago  Arthur Cohengccrs: derive(PartialEq): Allow deriving enum structs
12 days ago  Arthur Cohengccrs: ast: builder: Allow building struct ident patterns
12 days ago  Arthur Cohengccrs: backend: Compile struct rebinding patterns
12 days ago  Arthur Cohengccrs: backend: Refactor struct pattern compilation
12 days ago  Arthur Cohengccrs: nr2.0: late: Correctly initialize funny_error...
12 days ago  Mikael Morinfortran: Use array descriptor offset setter when possible
12 days ago  Mikael Morinfortran: Remove array descriptor data address accessor...
12 days ago  Mikael Morinfortran: Use array descriptor data setter when possible
12 days ago  Richard Sandifordi386: Extend recognition of high-reg rvalues [PR121306]
12 days ago  Richard BienerRemove hybrid SLP detection
12 days ago  Georg-Johann LayAVR: target/121359: Remove -mlra and remains of reload.
12 days ago  H.J. Lux86: Update *one_cmplqi_ext<mode>_1
12 days ago  Richard Bienertree-optimization/121395 - SLP of SIMD calls w/o LHS
12 days ago  Richard BienerRename loop_vect SLP_TYPE and clarify docs
12 days ago  Richard BienerPrune some unnecessary PURE_SLP_STMT checks
next