]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
11 days ago  Philip Herrongccrs: check for invalid const calls during code-gen
11 days ago  Zhi Henggccrs: Fix TupleStructPattern compilation throwing...
11 days ago  Owen Averygccrs: nr2.0: Fix resolution of constant items
11 days ago  Philip Herrongccrs: Add unify rules for fnptr and closures
11 days ago  Philip Herrongccrs: Fix silly ordering bug in trait reference resolution
11 days ago  Philip Herrongccrs: Fix bug with bad type bindings not looking at...
11 days ago  Philip Herrongccrs: Refactor marker builtin trait assembly
11 days ago  Philip Herrongccrs: Cleanup and refactor method resolution
11 days ago  Philip Herrongccrs: Fix cyclical projection to placeholder
11 days ago  Philip Herrongccrs: Ensure we look at the bounds behind a reference
11 days ago  Owen Averygccrs: Move AST desugaring into expansion phase
11 days ago  Philip Herrongccrs: Add test case showing RPIT working to close...
11 days ago  Philip Herrongccrs: Fix ICE when constant is missing and expression
11 days ago  Owen Averygccrs: Adjust external crate lowering and type checking
11 days ago  Owen Averygccrs: Fix execute testsuite
11 days ago  Philip Herrongccrs: Fix issues around PartialEq Eq Ord Partial Ord
11 days ago  Zhi Henggccrs: nr2.0: Update IdentifierPattern's subpattern...
11 days ago  Zhi Henggccrs: Implement compilation of IdentifierPattern's...
11 days ago  Zhi Henggccrs: Implement name resolution for IdentifierPattern...
11 days ago  Zhi Henggccrs: Rename get_pattern_to_bind to get_subpattern
11 days ago  Owen Averygccrs: nr2.0: Adjust lookup of associated items
11 days ago  Zhi Henggccrs: Improve HIR dumps for patterns
11 days ago  Arthur Cohengccrs: chore: Fix formatting
11 days ago  Arthur Cohengccrs: derive(Ord, Eq): Use different node IDs for...
11 days ago  Arthur Cohengccrs: derive(Ord): Handle unit structs properly
11 days ago  Arthur Cohengccrs: derive(Ord): Fix cmp call to use references...
11 days ago  Arthur Cohengccrs: derive(Ord): Fix condition for matching on Optio...
11 days ago  Arthur Cohengccrs: derive(Ord, PartialOrd): Finish implementation
11 days ago  Arthur Cohengccrs: derive(PartialEq): Implement proper discriminant...
11 days ago  Arthur Cohengccrs: derive-cmp: Add EnumMatchBuilder class
11 days ago  Arthur Cohengccrs: ast-builder: Make location public
11 days ago  Arthur Cohengccrs: derive(Ord): Add handling for ordering of discri...
11 days ago  Arthur Cohengccrs: derive(Hash): Use new Builder API
11 days ago  Arthur Cohengccrs: builder: Add Builder::discriminant_value
11 days ago  Arthur Cohengccrs: derive(Ord, PartialOrd): Handle tuples properly
11 days ago  Arthur Cohengccrs: derive(PartialEq): chore: Refactor using new...
11 days ago  Arthur Cohengccrs: derive(Ord, PartialOrd): Implement proper recurs...
11 days ago  Arthur Cohengccrs: derive(PartialEq): Use that common class
11 days ago  Arthur Cohengccrs: derive: Add common comparison derive class
11 days ago  Arthur Cohengccrs: builder: Add match_case() function and new block...
11 days ago  Arthur Cohengccrs: derive: Add const generics when deriving impls
11 days ago  Arthur Cohengccrs: derive(Ord, PartialOrd): Add base for deriving...
11 days ago  Arthur Cohengccrs: derive: chore: Add missing override qualifiers
11 days ago  Arthur Cohengccrs: rib: Add all kinds of Ribs to pretty-printing
11 days ago  Philip Herrongccrs: Fix bug in query type stopping PartialOrd
11 days ago  Philip Herrongccrs: Fix bad type canonicalization on ARRAY_TYPES
11 days ago  Owen Averygccrs: nr2.0: Adjust alternate identifier handling
11 days ago  Zhi Henggccrs: Rename IdentifierPattern's to_bind to subpattern
11 days ago  Zhi Henggccrs: Support compilation of IdentifierPattern's subpa...
11 days ago  Owen Averygccrs: nr2.0: Fix closure parameter scoping
11 days ago  Owen Averygccrs: nr2.0: Improve handling of single segment paths
11 days ago  Owen Averygccrs: nr2.0: Adjust pub_restricted tests
11 days ago  Owen Averygccrs: nr2.0: Improve StructPatternFieldIdent handling
11 days ago  Owen Averygccrs: Add new function ClosureExpr::get_definition_expr
11 days ago  Owen Averygccrs: nr2.0: Separate out canonical path handling
11 days ago  Zhi Henggccrs: Lower IdentifierPattern's to_bind to HIR
11 days ago  Vishruth-Thimmaiahgccrs: fix: ICE when parsing unterminated raw byte...
11 days ago  Owen Averygccrs: nr2.0: Catch Self in impl block self types
11 days ago  Owen Averygccrs: nr2.0: Improve visibility path handling
11 days ago  Vishruth-Thimmaiahgccrs: parser: fix ICE std::out_of_range with path...
11 days ago  Owen Averygccrs: Make ConstantItem use Identifier
11 days ago  Arthur Cohengccrs: const-block: Add testcase
11 days ago  Arthur Cohengccrs: hir: Add const blocks
11 days ago  Arthur Cohengccrs: parser: Add base for parsing const blocks
11 days ago  Arthur Cohengccrs: ast: Add ConstBlock and AnonConst nodes
11 days ago  Philip Herrongccrs: Always emit the error highest in the type hierarchy
11 days ago  Owen Averygccrs: nr2.0: Fix IfLet pattern handling
11 days ago  Philip Herrongccrs: Initial support for Return Position Impl Trait
11 days ago  Philip Herrongccrs: Fix non canonical type bug with tuples
11 days ago  Philip Herrongccrs: Remove unneeded clones untill we have an arena...
11 days ago  Philip Herrongccrs: refactor default infer vars to be its own function
11 days ago  Parthibgccrs: Revert 10-second timeout for each test
11 days ago  Owen Averygccrs: nr2.0: Fix some paths in test files
11 days ago  Owen Averygccrs: nr2.0: Fix test builtin_abort.rs
11 days ago  Tom Schollenbergergccrs: Fix NR2 ICE in visit_attributes
11 days ago  Owen Averygccrs: Remove rvalue reference binding
11 days ago  Thomas SchwingeRust: Move 'libformat_parser' build into the GCC build...
11 days ago  Owen Averygccrs: Small improvements to DefaultASTVisitor and...
11 days ago  Marc Poulhièsgccrs: remove now useless clang-format comments
11 days ago  Marc Poulhièsgccrs: Reindent using last clang-format configuration
11 days ago  Marc Poulhièsgccrs: remove unused file
11 days ago  Owen Averygccrs: Fix Attr metavariable binding
11 days ago  Owen Averygccrs: Fix test same_field_name.rs
11 days ago  Owen Averygccrs: nr2.0: Fix borrow checking
11 days ago  Philip Herrongccrs: We cant clone types as it will dup the node-id
11 days ago  Marc Poulhièsgccrs: Adapt attribute lang hook and do some cleanup
11 days ago  Owen Averygccrs: nr2.0: Adjust resolution of impl items
11 days ago  0xn4utilusgccrs: ast: collector: visit InlineAsm node during...
11 days ago  Tom Schollenbergergccrs: fix ICE on empty constexpr loops
11 days ago  Philip Herrongccrs: Prevent passing generic arguments to impl traits...
11 days ago  Owen Averygccrs: nr2.0: Adjust enum item visitors
11 days ago  Owen Averygccrs: Improve struct pattern compilation
11 days ago  Owen Averygccrs: Improve canonical path handling for impl items
11 days ago  Philip Herrongccrs: desugar APIT impl traits
11 days ago  Philip Herrongccrs: Emit error diagnostic for bad impl type usage
11 days ago  CohenArthurgccrs: derive(PartialEq): Fix raw strings in test
11 days ago  Arthur Cohengccrs: derive(PartialEq): Allow deriving enum structs
11 days ago  Arthur Cohengccrs: ast: builder: Allow building struct ident patterns
11 days ago  Arthur Cohengccrs: backend: Compile struct rebinding patterns
11 days ago  Arthur Cohengccrs: backend: Refactor struct pattern compilation
next