]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
11 days ago  Pierre-Emmanuel... gccrs: Fix infinite loop with missing comma
11 days ago  Pierre-Emmanuel... gccrs: Fix semicolon after some namespace
11 days ago  Owen Averygccrs: nr1.0: Remove rust/typecheck support
11 days ago  Pierre-Emmanuel... gccrs: Add execute test for variable and identifiers
11 days ago  Pierre-Emmanuel... gccrs: Add input/output from inout and split in out
11 days ago  Pierre-Emmanuel... gccrs: Parse input and output expression
11 days ago  Pierre-Emmanuel... gccrs: Add pretty hir dump for inline assembly
11 days ago  Pierre-Emmanuel... gccrs: Add indexed positional argument support in asm
11 days ago  Yap Zhi Henggccrs: Implement compilation for SlicePattern against...
11 days ago  Yap Zhi Henggccrs: Update SlicePattern typechecking against slice...
11 days ago  Arthur Cohengccrs: desugar: Handle try-blocks
11 days ago  Arthur Cohengccrs: ast: Add Expr::Kind::Try
11 days ago  Owen Averygccrs: Handle IfLetExprConseqElse in DefaultResolver
11 days ago  Arthur Cohengccrs: ast: Visit block labels if they are present
11 days ago  Arthur Cohengccrs: desugar: Add desugar dispatch for all desugars
11 days ago  Arthur Cohengccrs: chore: ast: Fix formatting in rust-expr.h
11 days ago  Arthur Cohengccrs: hir: Handle deferred const inference variables
11 days ago  Arthur Cohengccrs: ast: Use AnonConst for array type sizes
11 days ago  Arthur Cohengccrs: nr2.0: Handle glob imports of enum variants.
11 days ago  Arthur Cohengccrs: mappings: Change mappings to allow other items...
11 days ago  Owen Averygccrs: Load modules during CfgStrip phase
11 days ago  Owen Averygccrs: Specialize ExpandVisitor::expand_macro_children
11 days ago  Philip Herrongccrs: fix bad monomophization of generic paths
11 days ago  Owen Averygccrs: Use MacroInvocLexer in AttributeParser
11 days ago  Philip Herrongccrs: return error node when this fails during constex...
11 days ago  Philip Herrongccrs: Add initial support for deffered operator overlo...
11 days ago  Philip Herrongccrs: Fix ICE with duplicate root item main function
11 days ago  Owen Averygccrs: Improve parsing of simple paths
11 days ago  Philip Herrongccrs: Add test case to show issue is fixed
11 days ago  lishingccrs: Reject loop in const/static context
11 days ago  Yap Zhi Henggccrs: Implement compilation for SlicePattern matching...
11 days ago  Yap Zhi Henggccrs: Add size checking to SlicePattern
11 days ago  Philip Herrongccrs: Add test case showing all derives working on...
11 days ago  Arthur Cohengccrs: attributes: Add #[test] and #[simd_test]
11 days ago  Philip Herrongccrs: Add test case to show issue is fixed
11 days ago  Philip Herrongccrs: Add test case to show we emit better errors now
11 days ago  Philip Herrongccrs: add test case to show issue is fixed
11 days ago  Philip Herrongccrs: Fix ICE when handling bad constructor
11 days ago  Philip Herrongccrs: Fix cast rules logic to try simple casts then...
11 days ago  Arthur Cohengccrs: nr2.0: Check before visiting a for-loop's label
11 days ago  Philip Herrongccrs: Fix bad bounds checking for PartialOrd
11 days ago  Marc Poulhièsgccrs: Fix narrowing of Loan (size_t) into LoanId ...
11 days ago  Yap Zhi Henggccrs: Improve LiteralPattern type checking
11 days ago  Yap Zhi Henggccrs: Add type checking for SlicePattern
11 days ago  Philip Herrongccrs: Fix ice with invalid borrow expression
11 days ago  Philip Herrongccrs: Do proper const folding during typechecking...
11 days ago  Arthur Cohengccrs: nr2.0: Add proper handling for WhileLet loops.
11 days ago  Arthur Cohengccrs: ast: Check before visiting a while-let's label
11 days ago  Owen Averygccrs: Parse try expressions
11 days ago  Owen Averygccrs: Allow format_args to accept a raw string literal
11 days ago  Pierre-Emmanuel... gccrs: Change enum to enum class
11 days ago  Owen Averygccrs: Remove reinterpret_cast usages in DefaultASTVisitor
11 days ago  Owen Averygccrs: Remove Late visitor override for StructStruct
11 days ago  Owen Averygccrs: nr1.0: Remove rust/backend support
11 days ago  Owen Averygccrs: Remove -frust-name-resolution-2.0 usage in tests
11 days ago  Owen Averygccrs: nr2.0: Enable by default
11 days ago  Zhi Henggccrs: Implement compilation support for TuplePatternIt...
11 days ago  Zhi Henggccrs: Fix type checking logic for TuplePattern
11 days ago  Arthur Cohengccrs: chore: ast: Fix formatting and includes
11 days ago  Arthur Cohengccrs: reconstruct_vec: Allocate size when creating...
11 days ago  Arthur Cohengccrs: ast: builder: Remove ASTTypeBuilder
11 days ago  Arthur Cohengccrs: ast: Add reconstruct() method for Type nodes
11 days ago  Arthur Cohengccrs: ast: reconstruct: Add base for reconstructing...
11 days ago  Owen Averygccrs: nr2.0: Adjust resolution of modules
11 days ago  Owen Averygccrs: nr2.0: Add more checks for alternate patterns
11 days ago  Pierre-Emmanuel... gccrs: Add locus getters
11 days ago  Owen Averygccrs: nr2.0: Adjust resolution of external crates
11 days ago  Zhi Henggccrs: Implement type checking for ItemType::RANGED...
11 days ago  Owen Averygccrs: Update C++ version check in rust-lang.cc
11 days ago  Ryutaro Okadagccrs: Implement default HIR visitor class
11 days ago  Owen Averygccrs: Create Rust::GGC::Ident
11 days ago  Ryutaro Okadagccrs: Add getter for non const lifetime object
11 days ago  Ryutaro Okadagccrs: Add getter for outer attributions
11 days ago  Owen Averygccrs: Fix scan-assembler regexp in recurse2.rs
11 days ago  Philip Herrongccrs: Fix bug with non compiled const decl
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
next