public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCHSET] Update Rust frontend January 2024
 2024-01-30 12:07 UTC  (63+ messages)
` [COMMITTED 001/101] gccrs: Add visibility to trait item
` [COMMITTED 002/101] gccrs: Add a test to highlight public trait type parsing
` [COMMITTED 003/101] gccrs: Fix error emission for self pointers
` [COMMITTED 004/101] gccrs: Report self parameter parsing error kind
` [COMMITTED 005/101] gccrs: Add new test for parsing errors on self pointers
` [COMMITTED 006/101] gccrs: ast: Change *Path nodes API
` [COMMITTED 007/101] gccrs: rib: Add Namespace enum
` [COMMITTED 008/101] gccrs: forever-stack: Fix basic get logic
` [COMMITTED 009/101] gccrs: foreverstack: Specialize `get` for Namespace::Labels
` [COMMITTED 010/101] gccrs: forever stack: Fix resolve_path signature
` [COMMITTED 011/101] gccrs: forever stack: Improve resolve_path implementation
` [COMMITTED 012/101] gccrs: foreverstack: Add `to_canonical_path` method
` [COMMITTED 013/101] gccrs: foreverstack: Add `to_rib` method
` [COMMITTED 014/101] gccrs: resolve: Format if properly
` [COMMITTED 015/101] gccrs: forever stack: Remove development debug info
` [COMMITTED 016/101] gccrs: Reject auto traits with generic parameters
` [COMMITTED 017/101] gccrs: Add regression test for generic auto traits
` [COMMITTED 018/101] gccrs: Reject auto traits with super trait
` [COMMITTED 019/101] gccrs: Add a regression test for super trait on auto trait
` [COMMITTED 020/101] gccrs: Add check for associated items on auto traits
` [COMMITTED 021/101] gccrs: Emit an error on variadic non extern functions
` [COMMITTED 022/101] gccrs: Add a test regular variadic functions errors
` [COMMITTED 023/101] gccrs: Add ast validation check on union variant number
` [COMMITTED 024/101] gccrs: Replace TOK suffix with KW
` [COMMITTED 025/101] gccrs: Add edition separation for keywords
` [COMMITTED 026/101] gccrs: Treat underscore as a keyword
` [COMMITTED 027/101] gccrs: Add await keyword
` [COMMITTED 028/101] gccrs: Replace some keyword raw values
` [COMMITTED 029/101] gccrs: Add a list of weak keyword
` [COMMITTED 030/101] gccrs: Replace some weak keyword raw value with constexpr
` [COMMITTED 031/101] gccrs: Introduce a proper keyword list
` [COMMITTED 032/101] gccrs: Added support to Parse ASYNC function
` [COMMITTED 033/101] gccrs: ctx: Add Labels ForeverStack to the resolver
` [COMMITTED 034/101] gccrs: nr2.0: Add base for late name resolution
` [COMMITTED 035/101] gccrs: toplevel: Use DefaultResolver for Function
` [COMMITTED 036/101] gccrs: nr2.0: Store mappings in NameResolutionContext
` [COMMITTED 037/101] gccrs: late: Start setting up builtin types
` [COMMITTED 038/101] gccrs: late: Start storing mappings properly in the resolver
` [COMMITTED 039/101] gccrs: early: Resolve paths properly
` [COMMITTED 040/101] gccrs: toplevel: Add comment about running the collector twice
` [COMMITTED 041/101] gccrs: ast: Add NodeId to UseTree base class
` [COMMITTED 042/101] gccrs: early: Move `use` declaration resolving to TopLevel
` [COMMITTED 043/101] gccrs: toplevel: Resolve `use` declarations
` [COMMITTED 044/101] gccrs: Create base class for TupleStructItems and TuplePatternItems
` [COMMITTED 045/101] gccrs: Add unsafety member to modules
` [COMMITTED 046/101] gccrs: Parse module safety
` [COMMITTED 047/101] gccrs: Emit an error on unsafe modules
` [COMMITTED 048/101] gccrs: Add a regression test for unsafe module validation
` [COMMITTED 049/101] gccrs: Remove backend dependancy on resolution rib information
` [COMMITTED 050/101] gccrs: Remove class AST::InherentImplItem
` [COMMITTED 051/101] gccrs: Split async and const function qualifiers
` [COMMITTED 052/101] gccrs: Allow const and async specifiers in functions
` [COMMITTED 053/101] gccrs: Add async const function ast validation pass
` [COMMITTED 054/101] gccrs: Add a regression test for async const functions
` [COMMITTED 055/101] gccrs: Add AST validation check for const in trait
` [COMMITTED 056/101] gccrs: Add regression test for const fn "
` [COMMITTED 057/101] gccrs: Make feature gate visitor inherit from default one
` [COMMITTED 058/101] gccrs: Change the attribute checker visitor to "
` [COMMITTED 059/101] gccrs: Make early name resolver inherit from "
` [COMMITTED 060/101] gccrs: Add multiple regression test in name resolution
` [COMMITTED 061/101] gccrs: Add execution test for name resolution 2.0
` [COMMITTED 064/101] gccrs: Add a regression test for function body check

[Bug rust/113553] New: rust fails to build on spar64-linux-gnu
 2024-01-24 14:33 UTC  (4+ messages)
` [Bug rust/113553] "
` [Bug rust/113553] rust fails to build on sparc64-linux-gnu

GCC GSoC 2024: Call for project ideas and mentors
 2024-01-23 20:59 UTC  (2+ messages)
  ` GCC GSoC 2024: Call for project ideas and mentors (rust)

[PATCHSET] Update of GCC upstream with gccrs development repository
 2024-01-19 13:54 UTC 

[Bug rust/113499] New: crab1 fails to link when configuring with --disable-plugin
 2024-01-19  7:08 UTC  (3+ messages)
` [Bug rust/113499] "

[COMMITTED] rust_debug: Cast size_t values to unsigned long before printing
 2024-01-18 20:21 UTC  (7+ messages)

[Bug rust/113477] New: rust/compile/torture/alt_patterns1.rs FAILs
 2024-01-18 11:50 UTC  (2+ messages)
` [Bug rust/113477] "

[Bug rust/113473] New: rust/compile/iterators1.rs etc. FAIL
 2024-01-18 10:54 UTC  (2+ messages)
` [Bug rust/113473] "

[Bug rust/113472] New: rust/compile/issue-1446.rs FAILs
 2024-01-18 10:52 UTC  (2+ messages)
` [Bug rust/113472] "

[Bug rust/113461] New: [14 Regression] rust-proc-macro.cc:174:15: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'long long unsigned int' [-Werror=format=]
 2024-01-18  9:10 UTC  (5+ messages)
` [Bug rust/113461] "

GCC GSoC 2024: Call for project ideas and mentors
 2024-01-17 23:02 UTC 

[PATCHSET] Update of GCC upstream with gccrs development repository
 2024-01-16 17:40 UTC 

[Bug translation/108890] Translation mistakes 2023
 2024-01-16 17:39 UTC 

[Bug rust/108111] New: Rust meets clang
 2024-01-16 17:24 UTC  (2+ messages)
` [Bug rust/108111] "

[PATCH v2 1/4] libgrust: Add entry for maintainers and stub changelog file
 2024-01-16 15:07 UTC  (16+ messages)
` [PATCH v2 2/4] libgrust: Add libproc_macro and build system
        ` Disable target libgrust if we're not building target libstdc++ (was: [PATCH v2 2/4] libgrust: Add libproc_macro and build system)
      ` libgrust: 'AM_ENABLE_MULTILIB' only for target builds [PR113056] "
        ` libgrust: 'AM_ENABLE_MULTILIB' only for target builds [PR113056]
` [PATCH v2 3/4] build: Add libgrust as compilation modules
  ` [PATCH v2 4/4] build: Regenerate build files
    ` Only build host libgrust if the Rust language is enabled (was: [PATCH v2 3/4] build: Add libgrust as compilation modules)

GCC GSoC 2024: Call for project ideas and mentors
 2024-01-15 17:48 UTC 

GSoC: Application for Rust Front-End Project at GCC
 2024-01-12 11:13 UTC  (2+ messages)

[PATCHSET] Fix Rust bootstrap for future libgrust changes
 2024-01-12  0:02 UTC  (7+ messages)
` [PATCH 1/2] gccrs: fixup: Fix bootstrap build
` [PATCH 2/2] gccrs: fixup: Fix missing build dependency

ORDER#22486
 2024-01-09 16:00 UTC 

[Bug rust/113056] New: [14 regression] Build failure in libgrust
 2024-01-08 11:08 UTC  (17+ messages)
` [Bug rust/113056] "

[COMMITTED] libcpp: add function to check XID properties
 2024-01-04 15:33 UTC 

[PATCH] libcpp: add function to check XID properties
 2024-01-04 15:22 UTC  (5+ messages)
` [PATCH v3] "

How I Built a Voice Imitator with Python Step-by-Step
 2024-01-03 10:56 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-12-27 14:20 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-12-19 19:06 UTC 

[COMMITTED] Initial libgrust build patches
 2023-12-14 15:05 UTC  (5+ messages)
` [COMMITTED 1/4] libgrust: Add ChangeLog file
` [COMMITTED 2/4] libgrust: Add entry for maintainers
` [COMMITTED 3/4] libgrust: Add libproc_macro and build system
` [COMMITTED 4/4] build: Add libgrust as compilation modules

Invitation: gccrs community call @ lun. 18 déc. 2023 11am - 11:30am (CET) (gcc-rust@gcc.gnu.org)
 2023-12-14 14:25 UTC 

[PATCH 1/3] librust: Add libproc_macro and build system
 2023-12-12 15:25 UTC  (13+ messages)
` [PATCH 2/3] build: Add libgrust as compilation modules
      ` GCC/Rust libgrust-v2/to-submit branch (was: [PATCH 2/3] build: Add libgrust as compilation modules)
        ` GCC/Rust libgrust-v2/to-submit branch
` [PATCH 3/3] build: Regenerate build files

[Bug rust/109853] New: WIN64 is a predefined constant on GCC MinGW-w64
 2023-12-11 11:37 UTC  (2+ messages)
` [Bug rust/109853] WIN64 is a predefined constant by GCC on MinGW-w64

BUIDL ON ALEPH ZERO TODAY
 2023-12-05  8:28 UTC 

Order#57522
 2023-11-30 13:04 UTC 

Sourceware infrastructure updates for Q4 2023
 2023-11-28 10:20 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-11-22 22:23 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2023-11-21 13:45 UTC 

(no subject)
 2023-11-18 21:30 UTC 

ORDER#41698
 2023-11-09 13:58 UTC 

Invitation: gccrs Community Call @ Mon 13 Nov 2023 11am - 11:30am (CET) (gcc-rust@gcc.gnu.org)
 2023-11-06 11:30 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-10-26 17:37 UTC 

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2023-10-26 17:12 UTC 

[PATCH] rust: build failure after NON_DEPENDENT_EXPR removal [PR111899]
 2023-10-23 15:28 UTC  (3+ messages)

[Bug rust/111899] [14 regression] GCC fails to bootstrap with 'rust-tree.cc:131:10: error: ‘NON_DEPENDENT_EXPR’ was not declared in this scope'
 2023-10-20 18:14 UTC  (9+ messages)

Re: Re: [PATCH v3] libcpp: add function to check XID properties
 2023-10-18 17:03 UTC 

Re: [PATCH v3] libcpp: add function to check XID properties
 2023-10-18 16:48 UTC 

Updated invitation: gccrs community call @ lun. 16 oct. 2023 1pm - 1:30pm (CEST) (gcc-rust@gcc.gnu.org)
 2023-10-16  8:33 UTC 

Invitation: gccrs community call @ Mon 16 Oct 2023 11am - 11:30am (CEST) (gcc-rust@gcc.gnu.org)
 2023-10-09  7:06 UTC 

gcc-patches From rewriting mailman settings
 2023-09-30 20:44 UTC 

[PATCH 3/3 v2] build: Regenerate build files
 2023-09-21  9:32 UTC 

[PATCHSET] Reintroduce targetrustm hooks
 2023-09-21  9:16 UTC  (5+ messages)

[PATCH 3/3] build: Regenerate build files
 2023-09-21  8:55 UTC  (2+ messages)

☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
 2023-09-14 22:57 UTC 

page:  |  | latest

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).