public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCHSET] Update Rust frontend January 2024
 2024-01-30 12:06 UTC  (28+ 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

[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  (7+ messages)
  ` [PATCH v2] "
  ` [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 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-09-11 16:32 UTC 

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2023-09-11 16:21 UTC 

[COMMITTED] gccrs: move functions from rust-gcc-diagnostics to rust-diagnostics.cc
 2023-09-11 14:42 UTC 

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2023-09-07 19:32 UTC 

[PATCH 01/14] rust: Add skeleton support and documentation for targetrustm hooks
 2023-09-07 13:36 UTC  (14+ messages)
` [PATCH 02/14] rust: Reintroduce TARGET_RUST_CPU_INFO hook
` [PATCH 03/14] rust: Reintroduce TARGET_RUST_OS_INFO hook
` [PATCH 04/14] rust: Implement TARGET_RUST_CPU_INFO for i[34567]86-*-* and x86_64-*-*
` [PATCH 05/14] rust: Implement TARGET_RUST_OS_INFO for *-*-darwin*
` [PATCH 06/14] rust: Implement TARGET_RUST_OS_INFO for *-*-freebsd*
` [PATCH 07/14] rust: Implement TARGET_RUST_OS_INFO for *-*-netbsd*
` [PATCH 08/14] rust: Implement TARGET_RUST_OS_INFO for *-*-openbsd*
` [PATCH 09/14] rust: Implement TARGET_RUST_OS_INFO for *-*-solaris2*
` [PATCH 10/14] rust: Implement TARGET_RUST_OS_INFO for *-*-dragonfly*
` [PATCH 11/14] rust: Implement TARGET_RUST_OS_INFO for *-*-vxworks*
` [PATCH 12/14] rust: Implement TARGET_RUST_OS_INFO for *-*-fuchsia*
` [PATCH 13/14] rust: Implement TARGET_RUST_OS_INFO for i[34567]86-*-mingw* and x86_64-*-mingw*
` [PATCH 14/14] rust: Implement TARGET_RUST_OS_INFO for *-*-*linux*

[PATCHSET] Add error metadata to diagnostics
 2023-09-07  9:39 UTC  (7+ messages)
` [PATCH 1/2] diagnostics: add error_meta
` [PATCH 2/2] Experiment with adding an error code to an error

☝ Buildbot (Sourceware): gccrust - exception update (exception) (master)
 2023-09-07  9:00 UTC 

Invitation with note: gccrs community call @ Mon 11 Sept 2023 11am - 11:30am (CEST) (gcc-rust@gcc.gnu.org)
 2023-09-05 15:41 UTC 

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2023-09-04  9:54 UTC 

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2023-09-03 19:46 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).