public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
Request to mailing list History-faculty rejected
 2025-02-10 18:04 UTC 

confirm a5678331fab29e627071ccbf37fda0df1066bf6d
 2025-02-09 19:35 UTC 

Canceled event: gccrs Community call February @ Mon 10 Feb 2025 11am - 12pm (GMT+1) (gcc-rust@gcc.gnu.org)
 2025-02-04 10:59 UTC 

(no subject)
 2025-02-03 22:44 UTC 

растпобеда.рф
 2025-02-03 22:33 UTC 

РАСТПОБЕДА
 2025-02-03 22:31 UTC 

Invitation: gccrs Community call February @ Mon 10 Feb 2025 11am - 12pm (GMT+1) (gcc-rust@gcc.gnu.org)
 2025-02-03 19:27 UTC 

GCC GSoC 2025: Call for project ideas and mentors
 2025-01-29 16:20 UTC 

Fwd: СК-Урал. Каталог
 2025-01-27  7:31 UTC 

СК-Урал. Каталог. Сметы
 2025-01-27  7:29 UTC 

1
 2025-01-26 11:54 UTC 

Help
 2025-01-25 15:54 UTC 

Daily Bible Reading - NAS
 2025-01-23 10:36 UTC 

Thanks
 2025-01-23  9:59 UTC 

Compiler for Rust
 2025-01-15 10:25 UTC  (3+ messages)

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2025-01-13 19:31 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2025-01-10 12:22 UTC 

comradealice sent you a friend request!
 2024-12-27 14:33 UTC 

Sourceware infrastructure updates for Q4 2024
 2024-12-20 13:15 UTC 

[PATCH] install.texi --enable-languages: add rust to the list of languages
 2024-12-14 21:28 UTC 

(no subject)
 2024-12-12  7:56 UTC 

Custom-made Clothing
 2024-12-11 11:07 UTC 

[PATCH 001/125] Rust: Make 'tree'-level 'MAIN_NAME_P' work
 2024-12-09 11:58 UTC  (109+ messages)
` [PATCH 005/125] gccrs: libgrust: Add format_parser library
  ` Don't override 'LIBS' if '--enable-languages=rust'; use 'CRAB1_LIBS' (was: [PATCH 005/125] gccrs: libgrust: Add format_parser library)
  ` Rust: Work around 'error[E0658]: `let...else` statements are unstable' "
    ` Rust: Work around 'error[E0658]: `let...else` statements are unstable'
          ` Rust: libformat_parser: Lower minimum Rust version to 1.49 (was: Rust: Work around 'error[E0658]: `let...else` statements are unstable')
            ` Rust: libformat_parser: Lower minimum Rust version to 1.49
` [PATCH 006/125] gccrs: Add 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER'
  ` Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' (was: [PATCH 006/125] gccrs: Add 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER')
` [PATCH 029/125] gccrs: macro-builtins: Add newline generic format_args!() handler
` [PATCH 030/125] gccrs: parser: Add peek(n) method to parser
` [PATCH 031/125] gccrs: format-args: Fix Rust interface and add input parsing
` [PATCH 032/125] gccrs: lower: Add base for lowering FormatArgs nodes
` [PATCH 033/125] gccrs: format-args: Add documentation for future expansion of function
` [PATCH 034/125] gccrs: Add error emitting when we can't resolve id expr
` [PATCH 035/125] gccrs: Add curly brackets, formatted clang
` [PATCH 036/125] gccrs: Ensure TupleStructPattern and TuplePattern have items
` [PATCH 037/125] gccrs: Clean BiMap to use tl::optional for lookups
` [PATCH 038/125] gccrs: Add support for external functions
` [PATCH 039/125] gccrs: Add get_pattern_kind to Pattern
` [PATCH 040/125] gccrs: Unify ASTValidation::visit for ExternalFunctionItem and Function
` [PATCH 041/125] gccrs: Update resolver to use `AST::Function` instead of `AST::ExternalFunctionItem`
` [PATCH 042/125] gccrs: Remove dead code associated with `AST::ExternalFunctionItem`
` [PATCH 043/125] gccrs: Placate clang-format re 'gcc/rust/backend/rust-tree.cc'
` [PATCH 044/125] gccrs: Replace reference to unique pointer with reference
` [PATCH 045/125] gccrs: Replace unique_ptr references with references
` [PATCH 046/125] gccrs: macro: Use MacroInvocation's node_id in ExternalItem constructor
` [PATCH 047/125] gccrs: format-args: Add base for expanding FormatArgs nodes
` [PATCH 048/125] gccrs: format-args: Start storing string in Rust memory
  ` Rust: Work around 'error[E0599]: no method named `leak` found for struct `std::string::String` in the current scope' (was: [PATCH 048/125] gccrs: format-args: Start storing string in Rust memory)
` [PATCH 049/125] gccrs: format-args: Add basic expansion of unnamed Display::fmt arguments
` [PATCH 050/125] gccrs: format-args: Add basic test case
` [PATCH 051/125] gccrs: format-args: Only pass the format string to the parser
` [PATCH 052/125] gccrs: TyTy: add common SubstitutionRef API
` [PATCH 053/125] gccrs: TyTy: Variance analysis module
` [PATCH 054/125] gccrs: TyTy: Collect variance info from types
` [PATCH 055/125] gccrs: Store visibility properly in ExternalTypeItem
` [PATCH 056/125] gccrs: Fix typo
` [PATCH 057/125] gccrs: Split up rust-macro-builtins.cc
` [PATCH 058/125] gccrs: Placate clang-format re 'gcc/rust/lex/rust-lex.cc'
` [PATCH 059/125] gccrs: nr2.0: Add new ImmutableNameResolutionCtx class
` [PATCH 060/125] gccrs: sesh: Add late name resolution 2.0
` [PATCH 061/125] gccrs: session-manager: Dump name resolution pass
` [PATCH 062/125] gccrs: session manager: Init Immutable name resolver
` [PATCH 063/125] gccrs: nr2.0: Add lookup of resolved nodes
` [PATCH 064/125] gccrs: typecheck: Start using nr2.0 properly
` [PATCH 065/125] gccrs: backend: Use new name resolver where necessary
` [PATCH 066/125] gccrs: nr2.0: Start using newtype pattern for Usage and Declaration
` [PATCH 067/125] gccrs: late: Setup builtin types properly, change Rib API
` [PATCH 068/125] gccrs: Fix duplicate detection
` [PATCH 069/125] gccrs: Emit error on identical use declarations
` [PATCH 070/125] gccrs: Change error message on unresolved import
` [PATCH 071/125] gccrs: Prevent error emission on resolver reentry
` [PATCH 072/125] gccrs: late: Add bool builtin type
` [PATCH 073/125] gccrs: Add modules to type namespace
` [PATCH 074/125] gccrs: Add name resolution for on globbing use decl
` [PATCH 075/125] gccrs: Shape up name resolver for normal direct calls
` [PATCH 076/125] gccrs: Add call to globbing visitor
` [PATCH 077/125] gccrs: Make globbing definition shadowable by default
` [PATCH 078/125] gccrs: Add support for ambiguous use declarations
` [PATCH 079/125] gccrs: Add tuple struct constructor to value namespace
` [PATCH 080/125] gccrs: Change error message to match test
` [PATCH 081/125] gccrs: Visit function return type in default resolver
` [PATCH 082/125] gccrs: Visit constant item "
` [PATCH 083/125] gccrs: Raw pointer type visitor didn't require overload
` [PATCH 084/125] gccrs: Values shall be inserted in the value namespace
` [PATCH 085/125] gccrs: Unit struct constructor shall be resolved
` [PATCH 086/125] gccrs: Add tuple struct to the type namespace
` [PATCH 087/125] gccrs: Change enum namespace from value to type
` [PATCH 088/125] gccrs: Struct are types, not values
` [PATCH 089/125] gccrs: Add constant identifiers to the value namespace
` [PATCH 090/125] gccrs: Remove extern block scoping
` [PATCH 091/125] gccrs: Remove unsafe block empty visit function
` [PATCH 092/125] gccrs: Use new name resolver to compile constant items
` [PATCH 093/125] gccrs: Reinject Self parameter in new resolver
` [PATCH 094/125] gccrs: Update assignment operator with cratenum
` [PATCH 095/125] gccrs: Prevent getting immutable context with classic nr
` [PATCH 096/125] gccrs: Fix quoted string format
` [PATCH 097/125] gccrs: Add mappings for struct base and struct fields
` [PATCH 098/125] gccrs: Fix use rebind name resolution
` [PATCH 099/125] gccrs: compile: resolve-path-ref: properly resolve nodeId with nr2.0
` [PATCH 100/125] gccrs: nr2.0: Add new test cases
` [PATCH 101/125] gccrs: Add globbing name resolution 2.0 test
` [PATCH 102/125] gccrs: Change dfs function return type to support gcc 4.8
` [PATCH 103/125] gccrs: Improve parsing of raw byte string literals
` [PATCH 104/125] gccrs: Recognize rustc_deprecated as a builtin attribute
` [PATCH 105/125] gccrs: Recognize unstable "
` [PATCH 106/125] gccrs: Avoid parsing const unsafe/extern functions as async
` [PATCH 107/125] gccrs: Improve parsing of raw string literals
` [PATCH 108/125] gccrs: raw-strings: Remove dg-excess-error directive
` [PATCH 109/125] gccrs: unify: Always coerce `!` to the target type
` [PATCH 110/125] gccrs: borrowck: Use rust-system.h
` [PATCH 111/125] gccrs: borrowck: Unify BIR terminilogy (node->statement)
` [PATCH 112/125] gccrs: borrowck: BIR: use callable API
` [PATCH 113/125] gccrs: borrowck: BIR: Place tree traverse API
` [PATCH 114/125] gccrs: borrowck: BIR: scope handling
` [PATCH 115/125] gccrs: borrowck: BIR: emit moves
` [PATCH 116/125] gccrs: borrowck: BIR: make BIR visitor const
` [PATCH 117/125] gccrs: borrowck: Polonius FFI
` [PATCH 118/125] gccrs: borrowck: Free region representation
` [PATCH 119/125] gccrs: borrowck: extract regions from types using VA
` [PATCH 120/125] gccrs: borrowck: Regions in BIR
` [PATCH 121/125] gccrs: borrowck: Fact collector
` [PATCH 122/125] gccrs: borrowck: Remove block braces to satisfy GNU style
` [PATCH 123/125] gccrs: borrowck: Bump copyright notice
` [PATCH 124/125] gccrs: Visit type during resolution of inherent impl
` [PATCH 125/125] gccrs: Add a test for inherent impl type name resolve

[PATCH 1/3] gccrs: Remove redundant macro definition
 2024-12-03  7:06 UTC  (4+ messages)
` [PATCH 2/3] gccrs: Removed obsolete objects
` [PATCH 3/3] gccrs: borrowck: Polonius dump

[COMMITTED] gccrs: Refactor TypeResolution to be a simple query based system
 2024-12-02 21:45 UTC  (3+ messages)
` [PATCH] gccrs: Remove unused files
  ` gccrs: Remove unused files 'gcc/rust/typecheck/rust-hir-type-check-toplevel.{cc,h}' (was: [PATCH] gccrs: Remove unused files)

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2024-12-02 19:48 UTC 

[Bug rust/117869] New: rust fails to build for me
 2024-12-02 11:12 UTC  (3+ messages)
` [Bug rust/117869] rust fails to build with cargo command error

Invitation: gccrs Community Call December @ Mon 9 Dec 2024 11am - 11:30am (GMT+1) (gcc-rust@gcc.gnu.org)
 2024-12-02  8:25 UTC 

[Bug rust/116561] New: gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed
 2024-12-01  4:20 UTC  (8+ messages)
` [Bug rust/116561] "
` [Bug rust/116561] [15 regression] gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed since r15-3328-g673a448aa24efedd5ac140ebf7bfe652d7a6a846

[Bug rust/117762] New: libgrust/libproc_macro_internal/tokenstream.cc: 3 * performance issues ?
 2024-11-24 12:55 UTC  (3+ messages)
` [Bug rust/117762] "

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2024-11-20 20:06 UTC 

Invitation: gccrs Community Call @ Tue 12 Nov 2024 11am - 11:30am (GMT+1) (gcc-rust@gcc.gnu.org)
 2024-11-04 10:38 UTC 

Linking commits to PRs/MRs
 2024-10-23 20:44 UTC 

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2024-10-15  1:49 UTC 

[PATCH] Containerfile-fedora-latest: add cargo
 2024-10-07  8:43 UTC  (2+ messages)

[Bug rust/116225] New: Rust test failures with -D_GLIBCXX_ASSERTIONS
 2024-10-03  7:26 UTC  (6+ messages)
` [Bug rust/116225] "

Sourceware infrastructure updates for Q3 2024
 2024-09-30 22:38 UTC 

☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
 2024-09-26 21:26 UTC 

☝ Buildbot (Sourceware): gccrust - exception update (exception) (master)
 2024-09-26 15:25 UTC 

[COMMITTED] Add virtual destructor to AbstractExpr
 2024-09-26 13:02 UTC 

Gcc-rust Digest, Vol 40, Issue 7
 2024-09-22 22:18 UTC 

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2024-09-19 15:48 UTC  (2+ messages)

☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
 2024-09-17 11:11 UTC 

☝ Buildbot (Sourceware): gccrust - worker not available (master)
 2024-09-16 20:11 UTC 

[PING] [PATCH] rust: avoid clobbering LIBS
 2024-09-04  7:37 UTC  (4+ messages)

☺ Buildbot (Sourceware): gccrust - build successful (master)
 2024-09-01 16:01 UTC 

[Bug rust/116427] New: [15 regression] 32-bit crab1 fails to link on Solaris
 2024-08-21  6:28 UTC  (5+ messages)
` [Bug rust/116427] "

[Bug rust/116192] New: [15 regression] 32-bit rust build fails
 2024-08-20  9:28 UTC  (9+ messages)
` [Bug rust/116192] "

[COMMITTED 1/2] borrowck: Avoid overloading issues on 32bit architectures
 2024-08-12 13:22 UTC  (2+ messages)
` [COMMITTED 2/2] borrowck: Fix debug prints on 32-bits architectures

[Bug rust/108102] New: rust bootstrap comparison failure on s390x-linux-gnu
 2024-08-05  7:25 UTC  (2+ messages)
` [Bug middle-end/108102] "

[Bug rust/116187] New: -Wuninitialized warnings in libgrust/libproc_macro_internal/literal.cc
 2024-08-02  7:36 UTC  (2+ messages)
` [Bug rust/116187] "

[Bug rust/108087] New: -Wodr warnings in rust/rust-lang.cc (lang_type)
 2024-08-02  1:20 UTC  (3+ messages)
` [Bug rust/108087] "

Greetings sir
 2024-08-01 16:42 UTC 

page: 

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