gcc-rust
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/01/10
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
2026/01/09
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
rguenth at gcc dot gnu.org
2026/01/07
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
pinskia at gcc dot gnu.org
2026/01/07
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
iains at gcc dot gnu.org
2026/01/07
[gccrs COMMIT] gccrs: Fix empty struct constructors causing ICE during type checking
gerris . rs
2026/01/07
[gccrs COMMIT 2/2] gccrs: Adds and fixes tests for outer attributes in expression
gerris . rs
2026/01/07
[gccrs COMMIT 1/2] gccrs: handle outer attributes in expression parsing
gerris . rs
2026/01/07
[gccrs COMMIT] gccrs: add unused label lint
gerris . rs
2026/01/07
[gccrs COMMIT] util/attributes: error on malformed #[no_mangle] input
gerris . rs
2026/01/07
[gccrs COMMIT] util/attributes: error on malformed #[target_feature] input
gerris . rs
2026/01/06
[gccrs COMMIT] util/attributes: error on malformed #[link_name] input
gerris . rs
2026/01/06
[gccrs COMMIT 3/4] nr: Do prelude resolution for Identifiers
gerris . rs
2026/01/06
[gccrs COMMIT 4/4] nr: Ignore errors when doing prelude resolution
gerris . rs
2026/01/06
[gccrs COMMIT 2/4] forever-stack: Add extra path resolution from a known NodeId.
gerris . rs
2026/01/06
[gccrs COMMIT 1/4] nr: Add prelude field to NRCtx, and fill it upon encountering a prelude.
gerris . rs
2026/01/06
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2026/01/06
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2026/01/06
[gccrs COMMIT] forever-stack: Display depth in debug string
gerris . rs
2026/01/06
[gccrs COMMIT 3/6] Use tl::expected for parse_block_expr results
gerris . rs
2026/01/06
[gccrs COMMIT 4/6] Remove redundant error types
gerris . rs
2026/01/06
[gccrs COMMIT 6/6] Explicitely specify templates for GCC5
gerris . rs
2026/01/06
[gccrs COMMIT 2/6] Use error collector in the parser
gerris . rs
2026/01/06
[gccrs COMMIT 1/6] Move old parser error classes to error header
gerris . rs
2026/01/05
[gccrs COMMIT] gccrs: Fix rogue macro error during lowering on expansion failure
gerris . rs
2026/01/03
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
2026/01/02
[gccrs COMMIT] gccrs: remove match arm pattern vector to single pattern
gerris . rs
2026/01/02
[gccrs COMMIT] nr: Add better error to unresolved attribute macro
gerris . rs
2025/12/23
[COMMITTED 12/12] gccrs: Adds tests from issue 4245
arthur . cohen
2025/12/23
[COMMITTED 11/12] gccrs: respect cfg_attr expansion
arthur . cohen
2025/12/23
[COMMITTED 10/12] gccrs: add unused mut lint
arthur . cohen
2025/12/23
[COMMITTED 06/12] gccrs: implement unused variable checker on HIR.
arthur . cohen
2025/12/23
[COMMITTED 07/12] gccrs: add unused-assignments lint
arthur . cohen
2025/12/23
[COMMITTED 08/12] gccrs: refactor unused var lint
arthur . cohen
2025/12/23
[COMMITTED 03/12] gccrs: Check for deprecated attributes
arthur . cohen
2025/12/23
[COMMITTED 05/12] gccrs: Fix ICE with continue/break/return in while condition
arthur . cohen
2025/12/23
[COMMITTED 09/12] gccrs: change unused lint files name to unused
arthur . cohen
2025/12/23
[COMMITTED 02/12] gccrs: Make some general improvements
arthur . cohen
2025/12/23
[COMMITTED 01/12] gccrs: fix parser error on parenthesis types
arthur . cohen
2025/12/22
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
2025/12/21
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/12/21
[gccrs COMMIT 1/2] gccrs: respect cfg_attr expansion
gerris . rs
2025/12/21
[gccrs COMMIT 2/2] gccrs: Adds tests from issue 4245
gerris . rs
2025/12/21
Посылка CC10000186621220 получена
5POST
2025/12/19
[gccrs COMMIT] gccrs: add unused mut lint
gerris . rs
2025/12/18
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/12/18
☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
builder
2025/12/18
[gccrs COMMIT 2/3] gccrs: refactor unused var lint
gerris . rs
2025/12/18
[gccrs COMMIT 3/3] gccrs: change unused lint files name to unused
gerris . rs
2025/12/18
[gccrs COMMIT 1/3] gccrs: add unused-assignments lint
gerris . rs
2025/12/17
[gccrs COMMIT] gccrs: implement unused variable checker on HIR.
gerris . rs
2025/12/17
[gccrs COMMIT] Fix ICE with continue/break/return in while condition
gerris . rs
2025/12/16
[COMMITTED 06/12] gccrs: Refactor node description in AST dump
arthur . cohen
2025/12/16
[COMMITTED 07/12] gccrs: Add dump configuration options, fix node exclusion
arthur . cohen
2025/12/16
[COMMITTED 12/12] gccrs: Change parser template implementation file ext
arthur . cohen
2025/12/16
[COMMITTED 10/12] gccrs: Move function to utils namespace
arthur . cohen
2025/12/16
[COMMITTED 09/12] gccrs: Move is_right_angle_tok to util namespace
arthur . cohen
2025/12/16
[COMMITTED 03/12] gccrs: Add dump option to show node
arthur . cohen
2025/12/16
[COMMITTED 08/12] gccrs: Remove static buffer size and improve error message
arthur . cohen
2025/12/16
[COMMITTED 01/12] gccrs: Use tl::expected in the parser to avoid error state
arthur . cohen
2025/12/16
[COMMITTED 04/12] gccrs: Add clarity to the code
arthur . cohen
2025/12/16
[COMMITTED 02/12] gccrs: Use the path location for MetaItemPathExpr
arthur . cohen
2025/12/16
[gccrs COMMIT] Check for deprecated attributes
gerris . rs
2025/12/16
[gccrs COMMIT] Make some general improvements
gerris . rs
2025/12/16
[gccrs COMMIT] gccrs: fix parser error on parenthesis types
gerris . rs
2025/12/14
Посылка №CC10000186621220 принята 5Post.
5POST
2025/12/10
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
2025/12/09
[gccrs COMMIT 2/4] Move function to utils namespace
gerris . rs
2025/12/09
[gccrs COMMIT 1/4] Move is_right_angle_tok to util namespace
gerris . rs
2025/12/09
[gccrs COMMIT 4/4] Change parser template implementation file ext
gerris . rs
2025/12/09
[gccrs COMMIT 6/6] Remove static buffer size and improve error message
gerris . rs
2025/12/09
[gccrs COMMIT 4/6] Refactor node description in AST dump
gerris . rs
2025/12/09
[gccrs COMMIT 5/6] Add dump configuration options, fix node exclusion
gerris . rs
2025/12/09
[gccrs COMMIT 1/6] Add dump option to show node
gerris . rs
2025/12/09
[gccrs COMMIT 2/6] Add clarity to the code
gerris . rs
2025/12/08
[gccrs COMMIT] Use the path location for MetaItemPathExpr
gerris . rs
2025/12/05
Invitation: gccrs Community call December @ Mon 8 Dec 2025 11am - 11:30am (CET) (
[email protected]
)
Arthur Cohen
2025/12/03
[gccrs COMMIT] Use tl::expected in the parser to avoid error state
gerris . rs
2025/12/03
[Bug rust/122886] rust/backend/rust-constexpr.cc:3141: Possible uninit local variable ?
cohenarthur at gcc dot gnu.org
2025/12/03
[COMMITTED 05/11] gccrs: Remove non-leaf error message in delimited tt
arthur . cohen
2025/12/03
[COMMITTED 10/11] gccrs: Add missing test for lang item feature gate
arthur . cohen
2025/12/03
[COMMITTED 11/11] gccrs: reindent rust-lex.cc
arthur . cohen
2025/12/03
[COMMITTED 09/11] gccrs: Improve feature handling
arthur . cohen
2025/12/03
[COMMITTED 07/11] gccrs: rust: add feature gate for lang_items.
arthur . cohen
2025/12/03
[COMMITTED 06/11] gccrs: Remove non leaf errors
arthur . cohen
2025/12/03
[COMMITTED 04/11] gccrs: Initialize uninit boolean
arthur . cohen
2025/12/03
[COMMITTED 03/11] gccrs: Fix comment typos in rust-macro-expand.h
arthur . cohen
2025/12/03
[COMMITTED 01/11] gccrs: Add derived set to collect derived nodes.
arthur . cohen
2025/12/03
[COMMITTED 02/11] gccrs: Remove non-leaf item in crate parsing failure error
arthur . cohen
2025/12/03
[Bug rust/122886] rust/backend/rust-constexpr.cc:3141: Possible uninit local variable ?
cohenarthur at gcc dot gnu.org
2025/12/02
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
2025/12/02
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/12/01
[Bug rust/122920] gccrs doesn't come with documentation or a manual page
rguenth at gcc dot gnu.org
2025/12/01
[gccrs COMMIT] Add missing test for lang item feature gate
gerris . rs
2025/11/30
[gccrs COMMIT] Improve feature handling
gerris . rs
2025/11/30
[Bug rust/122920] New: gccrs doesn't come with documentation or a manual page
doko at gcc dot gnu.org
2025/11/28
[gccrs COMMIT 1/2] rust: add feature gate for lang_items.
gerris . rs
2025/11/28
[gccrs COMMIT] Remove non leaf errors
gerris . rs
2025/11/28
[gccrs COMMIT] Remove non-leaf error message in delimited tt
gerris . rs
2025/11/28
[gccrs COMMIT] Initialize uninit boolean
gerris . rs
2025/11/27
[COMMITTED] gccrs: Fix bootstrap with C++20
arthur . cohen
2025/11/27
[gccrs COMMIT] gccrs: Fix comment typos in rust-macro-expand.h
gerris . rs
2025/11/27
[Bug rust/122893] testsuite file rust/compile/auto_traits4.rs with -g
pinskia at gcc dot gnu.org
2025/11/27
[Bug rust/122893] New: testsuite file rust/compile/auto_traits4.rs with -g
dcb314 at hotmail dot com
2025/11/27
[Bug rust/122886] rust/backend/rust-constexpr.cc:3141: Possible uninit local variable ?
sjames at gcc dot gnu.org
2025/11/27
[Bug rust/122886] rust/backend/rust-constexpr.cc:3141: Possible uninit local variable ?
cohenarthur at gcc dot gnu.org
2025/11/27
[gccrs COMMIT] Remove non-leaf item in crate parsing failure error
gerris . rs
2025/11/27
[Bug rust/122888] rust/ast/rust-fmt.h: templates through extern "C" linkage ?
[email protected]
2025/11/27
[Bug rust/122888] New: rust/ast/rust-fmt.h: templates through extern "C" linkage ?
dcb314 at hotmail dot com
2025/11/27
[Bug rust/122886] New: rust/backend/rust-constexpr.cc:3141: Possible uninit local variable ?
dcb314 at hotmail dot com
2025/11/26
[gccrs COMMIT] Add derived set to collect derived nodes.
gerris . rs
2025/11/25
[COMMITTED 11/12] gccrs: stop an infinite loop at END_OF_FILE
arthur . cohen
2025/11/25
[COMMITTED 08/12] gccrs: fix segfault on empty doc attribute
arthur . cohen
2025/11/25
[COMMITTED 09/12] gccrs: add error check if derive has wrong item
arthur . cohen
2025/11/25
[COMMITTED 12/12] gccrs: Add test for issue Rust-GCC#3608
arthur . cohen
2025/11/25
[COMMITTED 03/12] gccrs: fixes previously added tests
arthur . cohen
2025/11/25
[COMMITTED 07/12] gccrs: Fix compile_float_literal not compiling negatives properly
arthur . cohen
2025/11/25
[COMMITTED 04/12] gccrs: Create LocalVariable
arthur . cohen
2025/11/25
[COMMITTED 10/12] gccrs: Add support for initial generic associated types
arthur . cohen
2025/11/25
[COMMITTED 06/12] gccrs: Improve feature handling
arthur . cohen
2025/11/25
[COMMITTED 05/12] gccrs: fix cfg attribute without parentheses error
arthur . cohen
2025/11/25
[COMMITTED 02/12] gccrs: adds tests from issue 4140
arthur . cohen
2025/11/25
[COMMITTED 01/12] gccrs: fix segfault in clone_pattern w macro
arthur . cohen
2025/11/23
[gccrs COMMIT 2/2] Add test for issue Rust-GCC#3608
gerris . rs
2025/11/23
[gccrs COMMIT 1/2] stop an infinite loop at END_OF_FILE
gerris . rs
2025/11/19
[gccrs COMMIT] gccrs: Add support for initial generic associated types
gerris . rs
2025/11/18
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/11/18
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/11/18
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/11/17
[gccrs COMMIT] gccrs: add error check if derive has wrong item
gerris . rs
2025/11/17
[gccrs COMMIT] gccrs: fix segfault on empty doc attribute
gerris . rs
2025/11/17
[COMMITTED 13/14] gccrs: Support generic constant impl items
arthur . cohen
2025/11/17
[COMMITTED 11/14] gccrs: make invalid inner attributes show error
arthur . cohen
2025/11/17
[COMMITTED 10/14] gccrs: fix ICE on missing pattern in while loop
arthur . cohen
2025/11/17
[COMMITTED 12/14] gccrs: Fix const generics handling on array types
arthur . cohen
2025/11/17
[COMMITTED 14/14] gccrs: Fix segv in errors in type checking an impl item
arthur . cohen
2025/11/17
[COMMITTED 06/14] gccrs: Add support for binding const generic values to paths
arthur . cohen
2025/11/17
[COMMITTED 08/14] gccrs: fix segfault with empty cfg attribute
arthur . cohen
2025/11/17
[COMMITTED 07/14] gccrs: fix error multiple cfg predicates
arthur . cohen
2025/11/17
[COMMITTED 09/14] gccrs: fix cfg attribute error with literal predicate
arthur . cohen
2025/11/17
[COMMITTED 05/14] gccrs: Implement E0579 error checking in RangePattern compilation
arthur . cohen
2025/11/17
[COMMITTED 03/14] gccrs: Fix ICE with non-trailing const defaults
arthur . cohen
2025/11/17
[COMMITTED 04/14] gccrs: Fix `RangePattern` negative literal bounds being treated as positive
arthur . cohen
2025/11/17
[COMMITTED 01/14] gccrs: fix segfault on exported macro
arthur . cohen
2025/11/17
[COMMITTED 02/14] gccrs: Add minus sign compilation for LiteralPattern
arthur . cohen
2025/11/17
[gccrs COMMIT] gccrs: Fix compile_float_literal not compiling negatives properly
gerris . rs
2025/11/14
[gccrs COMMIT] Improve feature handling
gerris . rs
2025/11/13
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
cohenarthur at gcc dot gnu.org
2025/11/13
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
Keith.S.Thompson at gmail dot com
2025/11/12
[COMMITTED] gccrs: Fmt: Simplify pragma diagnostic setup
arthur . cohen
2025/11/12
[COMMITTED] gccrs: fmt: Skip warnings in Fmt class due to unused devirt method [PR122498]
arthur . cohen
2025/11/12
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
cvs-commit at gcc dot gnu.org
2025/11/12
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
cohenarthur at gcc dot gnu.org
2025/11/12
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/11/11
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
iains at gcc dot gnu.org
2025/11/11
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
mark at gcc dot gnu.org
2025/11/10
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
sjames at gcc dot gnu.org
2025/11/10
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
cohenarthur at gcc dot gnu.org
2025/11/10
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
tschwinge at gcc dot gnu.org
2025/11/10
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
cohenarthur at gcc dot gnu.org
2025/11/10
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
cohenarthur at gcc dot gnu.org
2025/11/10
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
cohenarthur at gcc dot gnu.org
2025/11/09
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/11/09
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
2025/11/07
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
pinskia at gcc dot gnu.org
2025/11/07
[Bug rust/122606] Compilation failure building gccrs
pinskia at gcc dot gnu.org
2025/11/07
[Bug rust/122606] New: Compilation failure building gccrs
Keith.S.Thompson at gmail dot com
2025/11/07
GoreDB Verify your email on GoreDB - Gore Database
GoreDB - Gore Database
2025/11/07
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
tschwinge at gcc dot gnu.org
2025/11/07
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
ro at CeBiTec dot Uni-Bielefeld.DE
2025/11/07
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken after r16-4897
tschwinge at gcc dot gnu.org
2025/11/07
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken for x86_64-darwin* after r16-4897
ro at gcc dot gnu.org
2025/11/05
[PATCH] Add stdarch to the list of ignored prefixes
Owen Avery
2025/11/03
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
2025/11/03
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
2025/11/01
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken for x86_64-darwin* after r16-4897
[email protected]
2025/10/31
[Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken for x86_64-darwin* after r16-4897
mark at gcc dot gnu.org
2025/10/31
[COMMITTED 142/143] gccrs: Attempt to resolve pattern items in tuple pattern with a rest pattern
arthur . cohen
2025/10/31
[COMMITTED 137/143] gccrs: Emit error when tuple-indexing on non-tuples
arthur . cohen
2025/10/31
Re: [PATCHSET] Upstream gccrs 2025/10/30
NightStrike
2025/10/31
[COMMITTED 127/143] gccrs: Implement compilation support for HIR::TupleStructItemsHasRest
arthur . cohen
2025/10/31
[COMMITTED 124/143] gccrs: Test libcore
arthur . cohen
2025/10/31
[COMMITTED 113/143] gccrs: Remove old hack from resolve operator overload
arthur . cohen
2025/10/31
[COMMITTED 121/143] gccrs: Handle link_name attribute
arthur . cohen
2025/10/31
[COMMITTED 104/143] gccrs: Remove AST::TraitItemConst
arthur . cohen
2025/10/31
[COMMITTED 097/143] gccrs: Add test to confirm Rust-GCC/gccrs#3922 fix
arthur . cohen
2025/10/31
[COMMITTED 094/143] gccrs: Unify path-to-type handling in Late resolver
arthur . cohen
2025/10/31
[COMMITTED 096/143] gccrs: Add test to confirm Rust-GCC/gccrs#3924 fix
arthur . cohen
2025/10/31
[COMMITTED 141/143] gccrs: Fix ICE on enum in tuple struct pattern
arthur . cohen
2025/10/31
[COMMITTED 139/143] gccrs: fix inner attr derive doesn't show error
arthur . cohen
2025/10/31
[COMMITTED 136/143] gccrs: Refactor TyTy::ConstType into separate types
arthur . cohen
2025/10/31
[COMMITTED 135/143] gccrs: test: add a regression test for issue Rust-GCC/gccrs#4145
arthur . cohen
2025/10/31
[COMMITTED 130/143] gccrs: Add override modifier
arthur . cohen
2025/10/31
[COMMITTED 091/143] gccrs: Implement missing read-only checker case for TuplePatternItemsHasRest
arthur . cohen
2025/10/31
[COMMITTED 134/143] gccrs: fix: add early return for empty module file
arthur . cohen
2025/10/31
[COMMITTED 089/143] gccrs: Recognize rustc_allow_const_fn_unstable
arthur . cohen
2025/10/31
[COMMITTED 131/143] gccrs: Force crash when retrieving meta item location
arthur . cohen
2025/10/31
[COMMITTED 088/143] gccrs: Add implicit infer support for unify on const types
arthur . cohen
2025/10/31
[COMMITTED 112/143] gccrs: fnptr types can hold onto generic params so it needs to handle substs
arthur . cohen
2025/10/31
[COMMITTED 087/143] gccrs: allow unifications against non const types
arthur . cohen
2025/10/31
[COMMITTED 143/143] gccrs: Improve ErrorPropagationExpr handling
arthur . cohen
Earlier messages
Later messages