]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
12 days ago  Zhi Henggccrs: Fix type checking logic for TuplePattern
12 days ago  Arthur Cohengccrs: chore: ast: Fix formatting and includes
12 days ago  Arthur Cohengccrs: reconstruct_vec: Allocate size when creating...
12 days ago  Arthur Cohengccrs: ast: builder: Remove ASTTypeBuilder
12 days ago  Arthur Cohengccrs: ast: Add reconstruct() method for Type nodes
12 days ago  Arthur Cohengccrs: ast: reconstruct: Add base for reconstructing...
12 days ago  Owen Averygccrs: nr2.0: Adjust resolution of modules
12 days ago  Owen Averygccrs: nr2.0: Add more checks for alternate patterns
12 days ago  Pierre-Emmanuel... gccrs: Add locus getters
12 days ago  Owen Averygccrs: nr2.0: Adjust resolution of external crates
12 days ago  Zhi Henggccrs: Implement type checking for ItemType::RANGED...
12 days ago  Owen Averygccrs: Update C++ version check in rust-lang.cc
12 days ago  Ryutaro Okadagccrs: Implement default HIR visitor class
12 days ago  Owen Averygccrs: Create Rust::GGC::Ident
12 days ago  Ryutaro Okadagccrs: Add getter for non const lifetime object
12 days ago  Ryutaro Okadagccrs: Add getter for outer attributions
12 days ago  Owen Averygccrs: Fix scan-assembler regexp in recurse2.rs
12 days ago  Philip Herrongccrs: Fix bug with non compiled const decl
12 days ago  Philip Herrongccrs: check for invalid const calls during code-gen
12 days ago  Zhi Henggccrs: Fix TupleStructPattern compilation throwing...
12 days ago  Owen Averygccrs: nr2.0: Fix resolution of constant items
12 days ago  Philip Herrongccrs: Add unify rules for fnptr and closures
12 days ago  Philip Herrongccrs: Fix silly ordering bug in trait reference resolution
12 days ago  Philip Herrongccrs: Fix bug with bad type bindings not looking at...
12 days ago  Philip Herrongccrs: Refactor marker builtin trait assembly
12 days ago  Philip Herrongccrs: Cleanup and refactor method resolution
12 days ago  Philip Herrongccrs: Fix cyclical projection to placeholder
12 days ago  Philip Herrongccrs: Ensure we look at the bounds behind a reference
12 days ago  Owen Averygccrs: Move AST desugaring into expansion phase
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
next