[Bug rust/124233] New: MinGW-w64 gcc/rust build issues due to missing open_memstream()
2026-03-10 23:17 UTC (12+ messages)
` [Bug rust/124233] "
` [Bug rust/124233] [16 Regression] MinGW-w64 gcc/rust build issues due to missing open_memstream() since r16-2986
☺ Buildbot (Sourceware): gccrust - build successful (master)
2026-03-07 9:09 UTC
[gccrs COMMIT] Add no_std to builtin attributes
2026-03-06 17:39 UTC
[gccrs COMMIT] intrinsic: Add bswap intrinsic
2026-03-06 15:56 UTC
[gccrs COMMIT] feat: Implement `no_core` feature gate check
2026-03-06 13:32 UTC
[gccrs COMMIT] resolve: Fix ICE on ambiguous glob re-exports
2026-03-06 13:08 UTC
[gccrs COMMIT 1/2] Put intrinsics in their own namespace and TU
2026-03-06 12:49 UTC (2+ messages)
` [gccrs COMMIT 2/2] Use predefined intrinsic instead of raw values
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
2026-03-05 15:20 UTC
[gccrs COMMIT 1/6] Prevent error emission with multiple wildcards
2026-03-05 15:06 UTC (6+ messages)
` [gccrs COMMIT 2/6] Change variable underscore detection
` [gccrs COMMIT 3/6] Use custom error type for enum variants parsing
` [gccrs COMMIT 4/6] Do not warn on unused function with "_" prefix
` [gccrs COMMIT 5/6] Remove duplicated error message
` [gccrs COMMIT 6/6] Add additional test for wildcard special identifier
Expressing my interest in contributing to the "Rust Front-End" proposal at GSoC 2026
2026-03-05 12:18 UTC (3+ messages)
[gccrs COMMIT] Fix match arm scope
2026-03-05 1:57 UTC
[gccrs COMMIT] expand: Fix ICE on unimplemented RustcEncodable/Decodable derives
2026-02-27 21:07 UTC
☺ Buildbot (Sourceware): gccrust - build successful (master)
2026-02-27 20:35 UTC
[gccrs COMMIT 1/2] refactor: use MacroInvocation's node id everywhere for consistency
2026-02-27 20:25 UTC (2+ messages)
` [gccrs COMMIT 2/2] refactor: update constructor to initialize ExternalItem base class
[gccrs COMMIT] ast: Implement reconstruct() logic for Path hierarchy
2026-02-27 20:23 UTC
[COMMITTED 01/46] gccrs: Remove the template parameter so clang format stops barfing on this
2026-02-27 16:59 UTC (46+ messages)
` [COMMITTED 02/46] gccrs: Revert "gccrs: Remove the template parameter
` [COMMITTED 03/46] gccrs: util/attributes: error on malformed #[link_section] input
` [COMMITTED 04/46] gccrs: Fix ICE in insert_associated_trait_impl due to recursion
` [COMMITTED 05/46] gccrs: testsuite: Adds test from issue 1245
` [COMMITTED 06/46] gccrs: testsuite: Adds test from issue
` [COMMITTED 07/46] gccrs: util/attributes: Error on #[repr] applied to functions
` [COMMITTED 08/46] gccrs: fixes the error thrown
` [COMMITTED 09/46] gccrs: Adds test of issue 1210
` [COMMITTED 10/46] gccrs: ast: Add new GlobContainer class and use it
` [COMMITTED 11/46] gccrs: add non upper case globals lint
` [COMMITTED 12/46] gccrs: add non snake case lint
` [COMMITTED 13/46] gccrs: util/attributes: Check that #[target_feature] is only used on unsafe functions
` [COMMITTED 14/46] gccrs: Add export_name attribute and lower it
` [COMMITTED 15/46] gccrs: Use attribute value variable instead of raw text
` [COMMITTED 16/46] gccrs: nr: Add proper prelude resolution and fill it upon encountering a prelude
` [COMMITTED 17/46] gccrs: util/attributes: error on malformed #[export_name] input
` [COMMITTED 18/46] gccrs: util/attributes: handle #[export_name] on static items
` [COMMITTED 19/46] gccrs: fix ice on let else expession
` [COMMITTED 20/46] gccrs: testsuite: adds some tests for ice 4375
` [COMMITTED 21/46] gccrs: replace unreachable with sorry_at
` [COMMITTED 22/46] gccrs: backend: Factor out asm operand chaining
` [COMMITTED 23/46] gccrs: expand: Refactor field expansion and add documentation
` [COMMITTED 24/46] gccrs: proc error on invalid type
` [COMMITTED 25/46] gccrs: remove some loops
` [COMMITTED 26/46] gccrs: remove some loop helpers
` [COMMITTED 27/46] gccrs: add outer attributes
` [COMMITTED 28/46] gccrs: derive: Factor out Eq trait path generation
` [COMMITTED 29/46] gccrs: Implement type check & codegen for HIR::StructPatternFieldTuplePat
` [COMMITTED 30/46] gccrs: Detect macros with duplicate metavariable bindings
` [COMMITTED 31/46] gccrs: Prevent resolution of items within parent modules
` [COMMITTED 32/46] gccrs: Add trait type param bounds to ast token collector
` [COMMITTED 33/46] gccrs: Implicitely inject `extern crate core`
` [COMMITTED 34/46] gccrs: Add `#![no_core]` attribute to most tests
` [COMMITTED 35/46] gccrs: util/attributes: Error on malformed lint attributes
` [COMMITTED 36/46] gccrs: ast: Fix module path resolution for sibling modules in root
` [COMMITTED 37/46] gccrs: Reduce node id sharing
` [COMMITTED 38/46] gccrs: util/attributes: Fix ICE on bare #[deprecated] attribute
` [COMMITTED 39/46] gccrs : parse: Fix ICE when using 'dyn' without trait bound
` [COMMITTED 40/46] gccrs: parser: Fix ICE in AnonConst by handling null macro result
` [COMMITTED 41/46] gccrs: ast: Add qualified_call helper to Builder
` [COMMITTED 42/46] gccrs: parser: Fix ICE on invalid arithmetic expression
` [COMMITTED 43/46] gccrs: parser: Fix rogue null pointer in null_denotation_path
` [COMMITTED 44/46] gccrs: Remove ProcMacroInvocLexer
` [COMMITTED 45/46] gccrs: Make AST::Crate final
` [COMMITTED 46/46] gccrs : TypeCheck : Enhance missing fields error message
[gccrs COMMIT] Add no_std attribute
2026-02-26 15:16 UTC
[gccrs COMMIT 01/18] Rename is_builtin and change return type
2026-02-26 13:41 UTC (18+ messages)
` [gccrs COMMIT 02/18] Split feature collection from feature gating
` [gccrs COMMIT 03/18] Remove unused function
` [gccrs COMMIT 04/18] Add early cfg strip step before feature collection
` [gccrs COMMIT 05/18] Bump feature definition version
` [gccrs COMMIT 06/18] Collect feature gate error at parse time
` [gccrs COMMIT 07/18] Collect early feature gating errors in a store
` [gccrs COMMIT 08/18] Move early gate feature store to it's own TU
` [gccrs COMMIT 09/18] Add crate_name and crate_type to attribute values
` [gccrs COMMIT 10/18] Add multiple missing builtin "
` [gccrs COMMIT 11/18] Make attribute a proper AST node
` [gccrs COMMIT 12/18] Add node id to attribute node
` [gccrs COMMIT 13/18] Make Attribute parent class Visitable public
` [gccrs COMMIT 14/18] Use Attribute node status for AttributeChecker
` [gccrs COMMIT 15/18] Add global scope debug function for crate
` [gccrs COMMIT 16/18] Add AttrInputExpr node
` [gccrs COMMIT 17/18] Correctly emit warning on invalid attributes
` [gccrs COMMIT 18/18] Remove duplicated visit within early name res
[gccrs COMMIT] testsuite: Add test case for macro missing body
2026-02-25 13:42 UTC
[gccrs COMMIT] ast: Fix missing location info in derive macros
2026-02-23 10:31 UTC
[gccrs COMMIT] Add wrapper class for automatic node cloning
2026-02-21 23:38 UTC
GCC GSoC 2026: Call for project ideas and mentors
2026-02-20 22:51 UTC (21+ messages)
☺ Buildbot (Sourceware): gccrust - build successful (master)
2026-02-14 23:05 UTC
Python mentoring request (code review + project improvement)
2026-02-11 20:16 UTC
[gccrs COMMIT] gccrs : TypeCheck : Enhance missing fields error message
2026-02-10 16:06 UTC
☺ Buildbot (Sourceware): gccrust - build successful (master)
2026-02-10 12:04 UTC
[gccrs COMMIT] Make AST::Crate final
2026-02-10 11:01 UTC
[gccrs COMMIT] Remove ProcMacroInvocLexer
2026-02-10 10:55 UTC
[gccrs COMMIT] parser: Fix rogue null pointer in null_denotation_path
2026-02-10 10:31 UTC
[Bug rust/122498] New: [16 Regression] rust-enabled bootstrap is broken for x86_64-darwin* after r16-4897
2026-02-09 9:10 UTC (2+ messages)
` [Bug tree-optimization/122498] [16 Regression] rust-enabled bootstrap is broken "
[Bug rust/124013] New: [16 regression] -Wodr issues in Rust
2026-02-07 18:43 UTC (4+ messages)
` [Bug rust/124013] "
[gccrs COMMIT] parser: Fix ICE on invalid arithmetic expression
2026-02-06 16:14 UTC
[gccrs COMMIT] ast: Add qualified_call helper to Builder
2026-02-06 2:40 UTC
[gccrs COMMIT] parser: Fix ICE in AnonConst by handling null macro result
2026-02-05 12:14 UTC
[gccrs COMMIT] gccrs : parse: Fix ICE when using 'dyn' without trait bound
2026-02-04 21:42 UTC
[gccrs COMMIT] util/attributes: Fix ICE on bare #[deprecated] attribute
2026-02-02 10:49 UTC
[gccrs COMMIT] Reduce node id sharing
2026-01-28 15:16 UTC
[gccrs COMMIT] ast: Fix module path resolution for sibling modules in root
2026-01-27 14:23 UTC
[gccrs COMMIT] util/attributes: Error on malformed lint attributes
2026-01-27 12:13 UTC
☺ Buildbot (Sourceware): gccrust - build successful (master)
2026-01-26 12:03 UTC
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
2026-01-26 12:03 UTC
[gccrs COMMIT 1/3] Detect macros with duplicate metavariable bindings
2026-01-23 0:14 UTC (3+ messages)
` [gccrs COMMIT 2/3] Prevent resolution of items within parent modules
` [gccrs COMMIT 3/3] Add trait type param bounds to ast token collector
[gccrs COMMIT] gccrs: Implement type check & codegen for HIR::StructPatternFieldTuplePat
2026-01-21 10:43 UTC
[gccrs COMMIT] derive: Factor out Eq trait path generation
2026-01-19 12:41 UTC
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
2026-01-19 11:30 UTC
☺ Buildbot (Sourceware): gccrust - build successful (master)
2026-01-19 11:24 UTC
☺ Buildbot (Sourceware): gccrust - build successful (master)
2026-01-19 11:14 UTC
☺ Buildbot (Sourceware): gccrust - build successful (master)
2026-01-19 11:13 UTC
[gccrs COMMIT 1/4] gccrs: proc error on invalid type
2026-01-19 11:01 UTC (4+ messages)
` [gccrs COMMIT 2/4] gccrs: remove some loops
` [gccrs COMMIT 3/4] gccrs: remove some loop helpers
` [gccrs COMMIT 4/4] gccrs: add outer attributes
urgent
2026-01-19 8:04 UTC
[gccrs COMMIT] expand: Refactor field expansion and add documentation
2026-01-18 5:29 UTC
[gccrs COMMIT] backend: Factor out asm operand chaining
2026-01-18 5:28 UTC
[gccrs COMMIT] gccrs: replace unreachable with sorry_at
2026-01-16 17:26 UTC
[gccrs COMMIT 1/2] gccrs: fix ice on let else expession
2026-01-16 17:20 UTC (2+ messages)
` [gccrs COMMIT 2/2] testsuite: adds some tests for ice 4375
[COMMITTED 01/22] gccrs: nr: Add better error to unresolved attribute macro
2026-01-16 16:34 UTC (22+ messages)
` [COMMITTED 02/22] gccrs: remove match arm pattern vector to single pattern
` [COMMITTED 03/22] gccrs: Fix rogue macro error during lowering on expansion failure
` [COMMITTED 04/22] gccrs: Move old parser error classes to error header
` [COMMITTED 05/22] gccrs: Use error collector in the parser
` [COMMITTED 06/22] gccrs: Use tl::expected for parse_block_expr results
` [COMMITTED 07/22] gccrs: Remove redundant error types
` [COMMITTED 08/22] gccrs: Use error wrapper when required instead of nullptr
` [COMMITTED 09/22] gccrs: Explicitely specify templates for GCC5
` [COMMITTED 10/22] gccrs: forever-stack: Display depth in debug string
` [COMMITTED 11/22] gccrs: nr: Add prelude field to NRCtx, and fill it upon encountering a prelude
` [COMMITTED 12/22] gccrs: forever-stack: Add extra path resolution from a known NodeId
` [COMMITTED 13/22] gccrs: nr: Do prelude resolution for Identifiers
` [COMMITTED 14/22] gccrs: nr: Ignore errors when doing prelude resolution
` [COMMITTED 15/22] gccrs: util/attributes: error on malformed #[link_name] input
` [COMMITTED 16/22] gccrs: add redudant semicolon lint
` [COMMITTED 17/22] gccrs: util/attributes: error on malformed #[target_feature] input
` [COMMITTED 18/22] gccrs: util/attributes: error on malformed #[no_mangle] input
` [COMMITTED 19/22] gccrs: add unused label lint
` [COMMITTED 20/22] gccrs: handle outer attributes in expression parsing
` [COMMITTED 21/22] gccrs: Adds and fixes tests for outer attributes in expression
` [COMMITTED 22/22] gccrs: Fix empty struct constructors causing ICE during type checking
[gccrs COMMIT] util/attributes: handle #[export_name] on static items
2026-01-16 15:18 UTC
[gccrs COMMIT] util/attributes: error on malformed #[export_name] input
2026-01-15 18:56 UTC
[gccrs COMMIT] nr: Add proper prelude resolution and fill it upon encountering a prelude
2026-01-15 18:18 UTC
[gccrs COMMIT 1/2] Add export_name attribute and lower it
2026-01-15 16:33 UTC (2+ messages)
` [gccrs COMMIT 2/2] Use attribute value variable instead of raw text
[gccrs COMMIT] util/attributes: Check that #[target_feature] is only used on unsafe functions
2026-01-15 14:07 UTC
[gccrs COMMIT] gccrs: add non snake case lint
2026-01-15 13:40 UTC
[gccrs COMMIT] gccrs: add non upper case globals lint
2026-01-15 13:38 UTC
☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
2026-01-14 16:33 UTC
[gccrs COMMIT] ast: Add new GlobContainer class and use it
2026-01-14 15:08 UTC
[gccrs COMMIT 1/2] gccrs: fixes the error thrown
2026-01-13 12:12 UTC (2+ messages)
` [gccrs COMMIT 2/2] gccrs: Adds test of issue 1210
[gccrs COMMIT] util/attributes: Error on #[repr] applied to functions
2026-01-13 11:41 UTC
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).