gcc-rust
Thread
Date
Earlier messages
Messages by Date
2025/08/08
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/08/08
[Bug rust/120018] [15/16 regression] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits
rguenth at gcc dot gnu.org
2025/08/08
[Bug rust/116427] [15/16 regression] 32-bit crab1 fails to link on Solaris
rguenth at gcc dot gnu.org
2025/08/07
The 8th Guangzhou International Education & Study Abroad Expo on Nov 29-30, 2025
Ann
2025/08/05
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
2025/08/05
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/08/05
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/08/05
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/08/05
[COMMITTED 167/220] gccrs: Update SlicePattern typechecking against slice reference parents
arthur . cohen
2025/08/05
[COMMITTED 213/220] gccrs: Catch parse failure in parse_path_meta_item
arthur . cohen
2025/08/05
[COMMITTED 156/220] gccrs: Load modules during CfgStrip phase
arthur . cohen
2025/08/05
[COMMITTED 220/220] gccrs: Add read-only check on HIR
arthur . cohen
2025/08/05
[COMMITTED 216/220] gccrs: Recognize rustc_args_required_const attribute
arthur . cohen
2025/08/05
[COMMITTED 190/220] gccrs: Refactor substitution param mapping to be more abstract
arthur . cohen
2025/08/05
[COMMITTED 179/220] gccrs: expand: Add parser for offset_of!() and builtin resolution.
arthur . cohen
2025/08/05
[COMMITTED 203/220] gccrs: Initialize boolean flag correctly
arthur . cohen
2025/08/05
[COMMITTED 215/220] gccrs: Make AttributeParser rely more on Parser
arthur . cohen
2025/08/05
[COMMITTED 173/220] gccrs: Add execute test for variable and identifiers
arthur . cohen
2025/08/05
[COMMITTED 184/220] gccrs: desugar: Cleanup for-loop desugar implementation.
arthur . cohen
2025/08/05
[COMMITTED 214/220] gccrs: offset_of: Compile the offset properly
arthur . cohen
2025/08/05
[COMMITTED 208/220] gccrs: remove old debug
arthur . cohen
2025/08/05
[COMMITTED 217/220] gccrs: Remove undefined behavior with static_cast
arthur . cohen
2025/08/05
[COMMITTED 206/220] gccrs: Remove more calls to the old TyTy::BaseType::can_eq interface
arthur . cohen
2025/08/05
[COMMITTED 218/220] gccrs: Add check before calling `get_trait_ref()`
arthur . cohen
2025/08/05
[COMMITTED 219/220] gccrs: Call base class's accept_vis method
arthur . cohen
2025/08/05
[COMMITTED 183/220] gccrs: lower: Add assertions for desugared nodes
arthur . cohen
2025/08/05
[COMMITTED 193/220] gccrs: Add ConstType boiler plate to handle const generics
arthur . cohen
2025/08/05
[COMMITTED 180/220] gccrs: hir: Add OffsetOf node
arthur . cohen
2025/08/05
[COMMITTED 205/220] gccrs: Ensure we track the const generic substitution on the param mappings
arthur . cohen
2025/08/05
[COMMITTED 185/220] gccrs: Fix AttrInputMacro operator= overloading.
arthur . cohen
2025/08/05
[COMMITTED 182/220] gccrs: desugar: Add assertions for try-blocks and question-mark
arthur . cohen
2025/08/05
[COMMITTED 174/220] gccrs: nr1.0: Remove rust/typecheck support
arthur . cohen
2025/08/05
[COMMITTED 160/220] gccrs: hir: Handle deferred const inference variables
arthur . cohen
2025/08/05
[COMMITTED 210/220] gccrs: Parse expression instead of literal in attributes
arthur . cohen
2025/08/05
[COMMITTED 211/220] gccrs: Fix object copying issue causing pointer inconsistency
arthur . cohen
2025/08/05
[COMMITTED 165/220] gccrs: ast: Add Expr::Kind::Try
arthur . cohen
2025/08/05
[COMMITTED 192/220] gccrs: Refactor the ParamType to a BaseGeneric base-type
arthur . cohen
2025/08/05
[COMMITTED 159/220] gccrs: ast: Use AnonConst for array type sizes
arthur . cohen
2025/08/05
[COMMITTED 212/220] gccrs: Avoid including rust-parse-impl.h in rust-parse.h
arthur . cohen
2025/08/05
[COMMITTED 207/220] gccrs: improve debug logging for unify site
arthur . cohen
2025/08/05
[COMMITTED 151/220] gccrs: Add initial support for deffered operator overload resolution
arthur . cohen
2025/08/05
[COMMITTED 181/220] gccrs: desugar: Add for-loop desugar to ExpressionYeast
arthur . cohen
2025/08/05
[COMMITTED 172/220] gccrs: Add input/output from inout and split in out
arthur . cohen
2025/08/05
[COMMITTED 171/220] gccrs: Parse input and output expression
arthur . cohen
2025/08/05
[COMMITTED 143/220] gccrs: attributes: Add #[test] and #[simd_test]
arthur . cohen
2025/08/05
[COMMITTED 140/220] gccrs: add test case to show issue is fixed
arthur . cohen
2025/08/05
[COMMITTED 139/220] gccrs: Fix ICE when handling bad constructor
arthur . cohen
2025/08/05
[COMMITTED 198/220] gccrs: Support const generic inference variables
arthur . cohen
2025/08/05
[COMMITTED 135/220] gccrs: Fix narrowing of Loan (size_t) into LoanId (uint32)
arthur . cohen
2025/08/05
[COMMITTED 131/220] gccrs: Do proper const folding during typechecking for array capacities
arthur . cohen
2025/08/05
[COMMITTED 199/220] gccrs: Fix ICE when extra const arguments supplied
arthur . cohen
2025/08/05
[COMMITTED 125/220] gccrs: Remove reinterpret_cast usages in DefaultASTVisitor
arthur . cohen
2025/08/05
[COMMITTED 202/220] gccrs: Prevent used after move on self param
arthur . cohen
2025/08/05
[COMMITTED 121/220] gccrs: nr2.0: Enable by default
arthur . cohen
2025/08/05
[COMMITTED 169/220] gccrs: Add indexed positional argument support in asm
arthur . cohen
2025/08/05
[COMMITTED 149/220] gccrs: Improve parsing of simple paths
arthur . cohen
2025/08/05
[COMMITTED 196/220] gccrs: Fix ICE for ast dump of deferred anon const
arthur . cohen
2025/08/05
[COMMITTED 186/220] gccrs: desugar: Add base for desugaring while-let loops
arthur . cohen
2025/08/05
[COMMITTED 144/220] gccrs: Add test case showing all derives working on enum
arthur . cohen
2025/08/05
[COMMITTED 178/220] gccrs: ast: Add OffsetOf node
arthur . cohen
2025/08/05
[COMMITTED 145/220] gccrs: Add size checking to SlicePattern
arthur . cohen
2025/08/05
[COMMITTED 164/220] gccrs: Handle IfLetExprConseqElse in DefaultResolver
arthur . cohen
2025/08/05
[COMMITTED 163/220] gccrs: ast: Visit block labels if they are present
arthur . cohen
2025/08/05
[COMMITTED 113/220] gccrs: nr2.0: Adjust resolution of modules
arthur . cohen
2025/08/05
[COMMITTED 162/220] gccrs: desugar: Add desugar dispatch for all desugars
arthur . cohen
2025/08/05
[COMMITTED 176/220] gccrs: Fix infinite loop with missing comma
arthur . cohen
2025/08/05
[COMMITTED 154/220] gccrs: fix bad monomophization of generic paths
arthur . cohen
2025/08/05
[COMMITTED 155/220] gccrs: Specialize ExpandVisitor::expand_macro_children
arthur . cohen
2025/08/05
[COMMITTED 153/220] gccrs: Use MacroInvocLexer in AttributeParser
arthur . cohen
2025/08/05
[COMMITTED 134/220] gccrs: Improve LiteralPattern type checking
arthur . cohen
2025/08/05
[COMMITTED 158/220] gccrs: nr2.0: Handle glob imports of enum variants.
arthur . cohen
2025/08/05
[COMMITTED 150/220] gccrs: Fix ICE with duplicate root item main function
arthur . cohen
2025/08/05
[COMMITTED 157/220] gccrs: mappings: Change mappings to allow other items as item containers.
arthur . cohen
2025/08/05
[COMMITTED 152/220] gccrs: return error node when this fails during constexpr case
arthur . cohen
2025/08/05
[COMMITTED 102/220] gccrs: Fix bug with non compiled const decl
arthur . cohen
2025/08/05
[COMMITTED 098/220] gccrs: Add unify rules for fnptr and closures
arthur . cohen
2025/08/05
[COMMITTED 094/220] gccrs: Cleanup and refactor method resolution
arthur . cohen
2025/08/05
[COMMITTED 095/220] gccrs: Refactor marker builtin trait assembly
arthur . cohen
2025/08/05
[COMMITTED 146/220] gccrs: Implement compilation for SlicePattern matching against ArrayType scrutinee
arthur . cohen
2025/08/05
[COMMITTED 093/220] gccrs: Fix cyclical projection to placeholder
arthur . cohen
2025/08/05
[COMMITTED 142/220] gccrs: Add test case to show issue is fixed
arthur . cohen
2025/08/05
[COMMITTED 091/220] gccrs: Move AST desugaring into expansion phase
arthur . cohen
2025/08/05
[COMMITTED 148/220] gccrs: Add test case to show issue is fixed
arthur . cohen
2025/08/05
[COMMITTED 089/220] gccrs: Fix ICE when constant is missing and expression
arthur . cohen
2025/08/05
[COMMITTED 147/220] gccrs: Reject loop in const/static context
arthur . cohen
2025/08/05
[COMMITTED 141/220] gccrs: Add test case to show we emit better errors now
arthur . cohen
2025/08/05
[COMMITTED 200/220] gccrs: Add rest pattern support for AST::SlicePattern
arthur . cohen
2025/08/05
[COMMITTED 085/220] gccrs: nr2.0: Update IdentifierPattern's subpattern name resolution
arthur . cohen
2025/08/05
[COMMITTED 115/220] gccrs: ast: Add reconstruct() method for Type nodes
arthur . cohen
2025/08/05
[COMMITTED 137/220] gccrs: nr2.0: Check before visiting a for-loop's label
arthur . cohen
2025/08/05
[COMMITTED 114/220] gccrs: ast: reconstruct: Add base for reconstructing and asserting different IDs
arthur . cohen
2025/08/05
[COMMITTED 188/220] gccrs: Remove warning for unused `self` parameter
arthur . cohen
2025/08/05
[COMMITTED 170/220] gccrs: Add pretty hir dump for inline assembly
arthur . cohen
2025/08/05
[COMMITTED 109/220] gccrs: Implement type checking for ItemType::RANGED in TuplePattern
arthur . cohen
2025/08/05
[COMMITTED 161/220] gccrs: chore: ast: Fix formatting in rust-expr.h
arthur . cohen
2025/08/05
[COMMITTED 133/220] gccrs: Add type checking for SlicePattern
arthur . cohen
2025/08/05
[COMMITTED 105/220] gccrs: Add getter for non const lifetime object
arthur . cohen
2025/08/05
[COMMITTED 128/220] gccrs: Parse try expressions
arthur . cohen
2025/08/05
[COMMITTED 201/220] gccrs: Retrieve token stream before vector move
arthur . cohen
2025/08/05
[COMMITTED 129/220] gccrs: ast: Check before visiting a while-let's label
arthur . cohen
2025/08/05
[COMMITTED 195/220] gccrs: fix clang formatting
arthur . cohen
2025/08/05
[COMMITTED 127/220] gccrs: Allow format_args to accept a raw string literal
arthur . cohen
2025/08/05
[COMMITTED 079/220] gccrs: chore: Fix formatting
arthur . cohen
2025/08/05
[COMMITTED 191/220] gccrs: simplify the is_eq on ADTType
arthur . cohen
2025/08/05
[COMMITTED 189/220] gccrs: Fix ICE during const eval of const capacity
arthur . cohen
2025/08/05
[COMMITTED 124/220] gccrs: Remove Late visitor override for StructStruct
arthur . cohen
2025/08/05
[COMMITTED 187/220] gccrs: Do not warn about unused `self` parameter
arthur . cohen
2025/08/05
[COMMITTED 072/220] gccrs: derive-cmp: Add EnumMatchBuilder class
arthur . cohen
2025/08/05
[COMMITTED 168/220] gccrs: Implement compilation for SlicePattern against SliceType scrutinee
arthur . cohen
2025/08/05
[COMMITTED 065/220] gccrs: derive(Ord, PartialOrd): Implement proper recursive match logic
arthur . cohen
2025/08/05
[COMMITTED 100/220] gccrs: Fix TupleStructPattern compilation throwing error
arthur . cohen
2025/08/05
[COMMITTED 122/220] gccrs: Remove -frust-name-resolution-2.0 usage in tests
arthur . cohen
2025/08/05
[COMMITTED 068/220] gccrs: builder: Add Builder::discriminant_value
arthur . cohen
2025/08/05
[COMMITTED 120/220] gccrs: Implement compilation support for TuplePatternItems::RANGED
arthur . cohen
2025/08/05
[COMMITTED 066/220] gccrs: derive(PartialEq): chore: Refactor using new SelfOther APIs
arthur . cohen
2025/08/05
[COMMITTED 099/220] gccrs: nr2.0: Fix resolution of constant items
arthur . cohen
2025/08/05
[COMMITTED 097/220] gccrs: Fix silly ordering bug in trait reference resolution
arthur . cohen
2025/08/05
[COMMITTED 106/220] gccrs: Create Rust::GGC::Ident
arthur . cohen
2025/08/05
[COMMITTED 103/220] gccrs: Fix scan-assembler regexp in recurse2.rs
arthur . cohen
2025/08/05
[COMMITTED 130/220] gccrs: nr2.0: Add proper handling for WhileLet loops.
arthur . cohen
2025/08/05
[COMMITTED 118/220] gccrs: chore: ast: Fix formatting and includes
arthur . cohen
2025/08/05
[COMMITTED 053/220] gccrs: Support compilation of IdentifierPattern's subpatterns
arthur . cohen
2025/08/05
[COMMITTED 059/220] gccrs: derive: chore: Add missing override qualifiers
arthur . cohen
2025/08/05
[COMMITTED 057/220] gccrs: Fix bug in query type stopping PartialOrd
arthur . cohen
2025/08/05
[COMMITTED 119/220] gccrs: Fix type checking logic for TuplePattern
arthur . cohen
2025/08/05
[COMMITTED 175/220] gccrs: Fix semicolon after some namespace
arthur . cohen
2025/08/05
[COMMITTED 209/220] gccrs: Add test case showing method resolution with const-generics
arthur . cohen
2025/08/05
[COMMITTED 204/220] gccrs: Initialize boolean flag correctly
arthur . cohen
2025/08/05
[COMMITTED 117/220] gccrs: reconstruct_vec: Allocate size when creating the vector
arthur . cohen
2025/08/05
[COMMITTED 194/220] gccrs: Add initial support for const generics
arthur . cohen
2025/08/05
[COMMITTED 197/220] gccrs: Fix ICE during hir dump of deferred anon constant
arthur . cohen
2025/08/05
[COMMITTED 177/220] gccrs: Error message field member was not properly updated
arthur . cohen
2025/08/05
[COMMITTED 092/220] gccrs: Ensure we look at the bounds behind a reference
arthur . cohen
2025/08/05
[COMMITTED 166/220] gccrs: desugar: Handle try-blocks
arthur . cohen
2025/08/05
[COMMITTED 086/220] gccrs: Fix issues around PartialEq Eq Ord Partial Ord
arthur . cohen
2025/08/05
[COMMITTED 090/220] gccrs: Add test case showing RPIT working to close issue
arthur . cohen
2025/08/05
[COMMITTED 084/220] gccrs: Implement compilation of IdentifierPattern's subpattern bindings
arthur . cohen
2025/08/05
[COMMITTED 112/220] gccrs: nr2.0: Add more checks for alternate patterns
arthur . cohen
2025/08/05
[COMMITTED 110/220] gccrs: nr2.0: Adjust resolution of external crates
arthur . cohen
2025/08/05
[COMMITTED 111/220] gccrs: Add locus getters
arthur . cohen
2025/08/05
[COMMITTED 104/220] gccrs: Add getter for outer attributions
arthur . cohen
2025/08/05
[COMMITTED 088/220] gccrs: Adjust external crate lowering and type checking
arthur . cohen
2025/08/05
[COMMITTED 101/220] gccrs: check for invalid const calls during code-gen
arthur . cohen
2025/08/05
[COMMITTED 083/220] gccrs: Implement name resolution for IdentifierPattern's subpattern
arthur . cohen
2025/08/05
[COMMITTED 096/220] gccrs: Fix bug with bad type bindings not looking at super traits
arthur . cohen
2025/08/05
[COMMITTED 087/220] gccrs: Fix execute testsuite
arthur . cohen
2025/08/05
[COMMITTED 077/220] gccrs: derive(Ord): Handle unit structs properly
arthur . cohen
2025/08/05
[COMMITTED 049/220] gccrs: nr2.0: Improve StructPatternFieldIdent handling
arthur . cohen
2025/08/05
[COMMITTED 075/220] gccrs: derive(Ord): Fix condition for matching on Option::Some instead
arthur . cohen
2025/08/05
[COMMITTED 074/220] gccrs: derive(Ord, PartialOrd): Finish implementation
arthur . cohen
2025/08/05
[COMMITTED 064/220] gccrs: derive(PartialEq): Use that common class
arthur . cohen
2025/08/05
[COMMITTED 073/220] gccrs: derive(PartialEq): Implement proper discriminant comparison
arthur . cohen
2025/08/05
[COMMITTED 061/220] gccrs: derive: Add const generics when deriving impls
arthur . cohen
2025/08/05
[COMMITTED 082/220] gccrs: Rename get_pattern_to_bind to get_subpattern
arthur . cohen
2025/08/05
[COMMITTED 081/220] gccrs: nr2.0: Adjust lookup of associated items
arthur . cohen
2025/08/05
[COMMITTED 078/220] gccrs: derive(Ord, Eq): Use different node IDs for variant paths
arthur . cohen
2025/08/05
[COMMITTED 054/220] gccrs: Rename IdentifierPattern's to_bind to subpattern
arthur . cohen
2025/08/05
[COMMITTED 076/220] gccrs: derive(Ord): Fix cmp call to use references instead of values
arthur . cohen
2025/08/05
[COMMITTED 063/220] gccrs: derive: Add common comparison derive class
arthur . cohen
2025/08/05
[COMMITTED 136/220] gccrs: Fix bad bounds checking for PartialOrd
arthur . cohen
2025/08/05
[COMMITTED 071/220] gccrs: ast-builder: Make location public
arthur . cohen
2025/08/05
[COMMITTED 070/220] gccrs: derive(Ord): Add handling for ordering of discriminant values
arthur . cohen
2025/08/05
[COMMITTED 067/220] gccrs: derive(Ord, PartialOrd): Handle tuples properly
arthur . cohen
2025/08/05
[COMMITTED 041/220] gccrs: Make ConstantItem use Identifier
arthur . cohen
2025/08/05
[COMMITTED 138/220] gccrs: Fix cast rules logic to try simple casts then fall back to coercions
arthur . cohen
2025/08/05
[COMMITTED 062/220] gccrs: builder: Add match_case() function and new block() one
arthur . cohen
2025/08/05
[COMMITTED 032/220] gccrs: Remove unneeded clones untill we have an arena allocator for these tmps
arthur . cohen
2025/08/05
[COMMITTED 051/220] gccrs: nr2.0: Improve handling of single segment paths
arthur . cohen
2025/08/05
[COMMITTED 029/220] gccrs: nr2.0: Fix some paths in test files
arthur . cohen
2025/08/05
[COMMITTED 047/220] gccrs: nr2.0: Separate out canonical path handling
arthur . cohen
2025/08/05
[COMMITTED 055/220] gccrs: nr2.0: Adjust alternate identifier handling
arthur . cohen
2025/08/05
[COMMITTED 042/220] gccrs: parser: fix ICE std::out_of_range with path attrs to nonexisting path
arthur . cohen
2025/08/05
[COMMITTED 132/220] gccrs: Fix ice with invalid borrow expression
arthur . cohen
2025/08/05
[COMMITTED 058/220] gccrs: rib: Add all kinds of Ribs to pretty-printing
arthur . cohen
2025/08/05
[COMMITTED 048/220] gccrs: Add new function ClosureExpr::get_definition_expr
arthur . cohen
2025/08/05
[COMMITTED 126/220] gccrs: Change enum to enum class
arthur . cohen
2025/08/05
[COMMITTED 036/220] gccrs: Always emit the error highest in the type hierarchy
arthur . cohen
2025/08/05
[COMMITTED 037/220] gccrs: ast: Add ConstBlock and AnonConst nodes
arthur . cohen
2025/08/05
[COMMITTED 045/220] gccrs: fix: ICE when parsing unterminated raw byte strings
arthur . cohen
2025/08/05
[COMMITTED 123/220] gccrs: nr1.0: Remove rust/backend support
arthur . cohen
2025/08/05
[COMMITTED 116/220] gccrs: ast: builder: Remove ASTTypeBuilder
arthur . cohen
2025/08/05
[COMMITTED 107/220] gccrs: Implement default HIR visitor class
arthur . cohen
2025/08/05
[COMMITTED 108/220] gccrs: Update C++ version check in rust-lang.cc
arthur . cohen
2025/08/05
[COMMITTED 046/220] gccrs: Lower IdentifierPattern's to_bind to HIR
arthur . cohen
2025/08/05
[COMMITTED 031/220] gccrs: refactor default infer vars to be its own function
arthur . cohen
2025/08/05
[COMMITTED 043/220] gccrs: nr2.0: Improve visibility path handling
arthur . cohen
2025/08/05
[COMMITTED 039/220] gccrs: hir: Add const blocks
arthur . cohen
2025/08/05
[COMMITTED 040/220] gccrs: const-block: Add testcase
arthur . cohen
2025/08/05
[COMMITTED 038/220] gccrs: parser: Add base for parsing const blocks
arthur . cohen
2025/08/05
[COMMITTED 035/220] gccrs: nr2.0: Fix IfLet pattern handling
arthur . cohen
2025/08/05
[COMMITTED 017/220] gccrs: We cant clone types as it will dup the node-id
arthur . cohen
2025/08/05
[COMMITTED 016/220] gccrs: Adapt attribute lang hook and do some cleanup
arthur . cohen
2025/08/05
[COMMITTED 080/220] gccrs: Improve HIR dumps for patterns
arthur . cohen
2025/08/05
[COMMITTED 028/220] gccrs: nr2.0: Fix test builtin_abort.rs
arthur . cohen
2025/08/05
[COMMITTED 069/220] gccrs: derive(Hash): Use new Builder API
arthur . cohen
2025/08/05
[COMMITTED 027/220] gccrs: Fix NR2 ICE in visit_attributes
arthur . cohen
2025/08/05
[COMMITTED 033/220] gccrs: Fix non canonical type bug with tuples
arthur . cohen
2025/08/05
[COMMITTED 025/220] Rust: Move 'libformat_parser' build into the GCC build directory
arthur . cohen
2025/08/05
[COMMITTED 060/220] gccrs: derive(Ord, PartialOrd): Add base for deriving them.
arthur . cohen
2025/08/05
[COMMITTED 020/220] gccrs: Fix Attr metavariable binding
arthur . cohen
Earlier messages