]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
12 days ago  Philip Herrongccrs: Refactor substitution param mapping to be more...
12 days ago  Philip Herrongccrs: Fix ICE during const eval of const capacity
12 days ago  Ryutaro Okadagccrs: Remove warning for unused `self` parameter
12 days ago  Ryutaro Okadagccrs: Do not warn about unused `self` parameter
12 days ago  Arthur Cohengccrs: desugar: Add base for desugaring while-let loops
12 days ago  Pierre-Emmanuel... gccrs: Fix AttrInputMacro operator= overloading.
12 days ago  Arthur Cohengccrs: desugar: Cleanup for-loop desugar implementation.
12 days ago  Arthur Cohengccrs: lower: Add assertions for desugared nodes
12 days ago  Arthur Cohengccrs: desugar: Add assertions for try-blocks and quest...
12 days ago  Arthur Cohengccrs: desugar: Add for-loop desugar to ExpressionYeast
12 days ago  Arthur Cohengccrs: hir: Add OffsetOf node
12 days ago  Arthur Cohengccrs: expand: Add parser for offset_of!() and builtin...
12 days ago  Arthur Cohengccrs: ast: Add OffsetOf node
12 days ago  Pierre-Emmanuel... gccrs: Error message field member was not properly...
12 days ago  Pierre-Emmanuel... gccrs: Fix infinite loop with missing comma
12 days ago  Pierre-Emmanuel... gccrs: Fix semicolon after some namespace
12 days ago  Owen Averygccrs: nr1.0: Remove rust/typecheck support
12 days ago  Pierre-Emmanuel... gccrs: Add execute test for variable and identifiers
12 days ago  Pierre-Emmanuel... gccrs: Add input/output from inout and split in out
12 days ago  Pierre-Emmanuel... gccrs: Parse input and output expression
12 days ago  Pierre-Emmanuel... gccrs: Add pretty hir dump for inline assembly
12 days ago  Pierre-Emmanuel... gccrs: Add indexed positional argument support in asm
12 days ago  Yap Zhi Henggccrs: Implement compilation for SlicePattern against...
12 days ago  Yap Zhi Henggccrs: Update SlicePattern typechecking against slice...
12 days ago  Arthur Cohengccrs: desugar: Handle try-blocks
12 days ago  Arthur Cohengccrs: ast: Add Expr::Kind::Try
12 days ago  Owen Averygccrs: Handle IfLetExprConseqElse in DefaultResolver
12 days ago  Arthur Cohengccrs: ast: Visit block labels if they are present
12 days ago  Arthur Cohengccrs: desugar: Add desugar dispatch for all desugars
12 days ago  Arthur Cohengccrs: chore: ast: Fix formatting in rust-expr.h
12 days ago  Arthur Cohengccrs: hir: Handle deferred const inference variables
12 days ago  Arthur Cohengccrs: ast: Use AnonConst for array type sizes
12 days ago  Arthur Cohengccrs: nr2.0: Handle glob imports of enum variants.
12 days ago  Arthur Cohengccrs: mappings: Change mappings to allow other items...
12 days ago  Owen Averygccrs: Load modules during CfgStrip phase
12 days ago  Owen Averygccrs: Specialize ExpandVisitor::expand_macro_children
12 days ago  Philip Herrongccrs: fix bad monomophization of generic paths
12 days ago  Owen Averygccrs: Use MacroInvocLexer in AttributeParser
12 days ago  Philip Herrongccrs: return error node when this fails during constex...
12 days ago  Philip Herrongccrs: Add initial support for deffered operator overlo...
12 days ago  Philip Herrongccrs: Fix ICE with duplicate root item main function
12 days ago  Owen Averygccrs: Improve parsing of simple paths
12 days ago  Philip Herrongccrs: Add test case to show issue is fixed
12 days ago  lishingccrs: Reject loop in const/static context
12 days ago  Yap Zhi Henggccrs: Implement compilation for SlicePattern matching...
12 days ago  Yap Zhi Henggccrs: Add size checking to SlicePattern
12 days ago  Philip Herrongccrs: Add test case showing all derives working on...
12 days ago  Arthur Cohengccrs: attributes: Add #[test] and #[simd_test]
12 days ago  Philip Herrongccrs: Add test case to show issue is fixed
12 days ago  Philip Herrongccrs: Add test case to show we emit better errors now
12 days ago  Philip Herrongccrs: add test case to show issue is fixed
12 days ago  Philip Herrongccrs: Fix ICE when handling bad constructor
12 days ago  Philip Herrongccrs: Fix cast rules logic to try simple casts then...
12 days ago  Arthur Cohengccrs: nr2.0: Check before visiting a for-loop's label
12 days ago  Philip Herrongccrs: Fix bad bounds checking for PartialOrd
12 days ago  Marc Poulhièsgccrs: Fix narrowing of Loan (size_t) into LoanId ...
12 days ago  Yap Zhi Henggccrs: Improve LiteralPattern type checking
12 days ago  Yap Zhi Henggccrs: Add type checking for SlicePattern
12 days ago  Philip Herrongccrs: Fix ice with invalid borrow expression
12 days ago  Philip Herrongccrs: Do proper const folding during typechecking...
12 days ago  Arthur Cohengccrs: nr2.0: Add proper handling for WhileLet loops.
12 days ago  Arthur Cohengccrs: ast: Check before visiting a while-let's label
12 days ago  Owen Averygccrs: Parse try expressions
12 days ago  Owen Averygccrs: Allow format_args to accept a raw string literal
12 days ago  Pierre-Emmanuel... gccrs: Change enum to enum class
12 days ago  Owen Averygccrs: Remove reinterpret_cast usages in DefaultASTVisitor
12 days ago  Owen Averygccrs: Remove Late visitor override for StructStruct
12 days ago  Owen Averygccrs: nr1.0: Remove rust/backend support
12 days ago  Owen Averygccrs: Remove -frust-name-resolution-2.0 usage in tests
12 days ago  Owen Averygccrs: nr2.0: Enable by default
12 days ago  Zhi Henggccrs: Implement compilation support for TuplePatternIt...
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
next