gcc-rust
Thread
Date
Earlier messages
Messages by Thread
Invitation: gccrs Community Call @ Tue 12 Nov 2024 11am - 11:30am (GMT+1) (gcc-rust@gcc.gnu.org)
Arthur Cohen
Re: Linking commits to PRs/MRs
Thomas Schwinge
Re: [PATCH] Containerfile-fedora-latest: add cargo
Mark Wielaard
Re: [PATCH] Containerfile-fedora-latest: add cargo
Sam James
Sourceware infrastructure updates for Q3 2024
Mark Wielaard
[COMMITTED] Add virtual destructor to AbstractExpr
Sam James
Re: Gcc-rust Digest, Vol 40, Issue 7
Owen A
rokstaryu mentioned you in великая андерграунд коалиция админов тгк
Discord
[Bug rust/116561] New: gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed
mark at gcc dot gnu.org
[Bug rust/116561] gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed
rguenth at gcc dot gnu.org
[Bug rust/116561] gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed
tschwinge at gcc dot gnu.org
[Bug rust/116561] [15 regression] gcc/testsuite/rust/execute/torture/iter1.rs:350:5: internal compiler error: 'verify_gimple' failed since r15-3328-g673a448aa24efedd5ac140ebf7bfe652d7a6a846
sjames at gcc dot gnu.org
[PING] [PATCH] rust: avoid clobbering LIBS
Marc
Re: [PING] [PATCH] rust: avoid clobbering LIBS
Richard Biener
Re: [PING] [PATCH] rust: avoid clobbering LIBS
Marc
Re: [PING] [PATCH] rust: avoid clobbering LIBS
Richard Biener
[Bug rust/116427] New: [15 regression] 32-bit crab1 fails to link on Solaris
ro at gcc dot gnu.org
[Bug rust/116427] [15 regression] 32-bit crab1 fails to link on Solaris
ro at gcc dot gnu.org
[Bug rust/116427] [15 regression] 32-bit crab1 fails to link on Solaris
pierre-emmanuel.patry at embecosm dot com
[Bug rust/116427] [15 regression] 32-bit crab1 fails to link on Solaris
ro at CeBiTec dot Uni-Bielefeld.DE
[Bug rust/116427] [15 regression] 32-bit crab1 fails to link on Solaris
rguenth at gcc dot gnu.org
[COMMITTED 1/2] borrowck: Avoid overloading issues on 32bit architectures
Arthur Cohen
[COMMITTED 2/2] borrowck: Fix debug prints on 32-bits architectures
Arthur Cohen
[Bug rust/116225] New: Rust test failures with -D_GLIBCXX_ASSERTIONS
sjames at gcc dot gnu.org
[Bug rust/116225] Rust test failures with -D_GLIBCXX_ASSERTIONS
sjames at gcc dot gnu.org
[Bug rust/116225] Rust test failures with -D_GLIBCXX_ASSERTIONS
sjames at gcc dot gnu.org
[Bug rust/116225] Rust test failures with -D_GLIBCXX_ASSERTIONS
sjames at gcc dot gnu.org
[Bug rust/116225] Rust test failures with -D_GLIBCXX_ASSERTIONS
sjames at gcc dot gnu.org
[Bug rust/116225] Rust test failures with -D_GLIBCXX_ASSERTIONS
redi at gcc dot gnu.org
[Bug rust/116192] New: [15 regression] 32-bit rust build fails
ro at gcc dot gnu.org
[Bug rust/116192] [15 regression] 32-bit rust build fails
ro at gcc dot gnu.org
[Bug rust/116192] [15 regression] 32-bit rust build fails
ro at gcc dot gnu.org
[Bug rust/116192] [15 regression] 32-bit rust build fails
cohenarthur at gcc dot gnu.org
[Bug rust/116192] [15 regression] 32-bit rust build fails
cohenarthur at gcc dot gnu.org
[Bug rust/116192] [15 regression] 32-bit rust build fails
cohenarthur at gcc dot gnu.org
[Bug rust/116192] [15 regression] 32-bit rust build fails
sjames at gcc dot gnu.org
[Bug rust/116192] [15 regression] 32-bit rust build fails
ro at gcc dot gnu.org
[Bug rust/116192] [15 regression] 32-bit rust build fails
cohenarthur at gcc dot gnu.org
[Bug rust/116187] New: -Wuninitialized warnings in libgrust/libproc_macro_internal/literal.cc
sjames at gcc dot gnu.org
[Bug rust/116187] -Wuninitialized warnings in libgrust/libproc_macro_internal/literal.cc
rguenth at gcc dot gnu.org
Greetings sir.
Haniba Garang
[PATCH 001/125] Rust: Make 'tree'-level 'MAIN_NAME_P' work
Arthur Cohen
[PATCH 002/125] gccrs: Fix false positive for top-level AltPattern
Arthur Cohen
[PATCH 003/125] gccrs: minor cleanup in langhook.type_for_mode
Arthur Cohen
[PATCH 008/125] Rust: Don't cache 'libformat_parser.a'
Arthur Cohen
[PATCH 009/125] Rust: Move 'libformat_parser' build into the GCC build directory
Arthur Cohen
[PATCH 010/125] Rust: Move 'libformat_parser' build into libgrust
Arthur Cohen
[PATCH 020/125] gccrs: Adjust error checks to match name resolution 2.0
Arthur Cohen
[PATCH 022/125] gccrs: lang-items: Cleanup parsing and lookups of lang items.
Arthur Cohen
[PATCH 006/125] gccrs: Add 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER'
Arthur Cohen
Inline 'gcc/rust/Make-lang.in:RUST_LIBDEPS' (was: [PATCH 006/125] gccrs: Add 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER')
Thomas Schwinge
[PATCH 004/125] gccrs: fmt: Start working on format_args!() parser
Arthur Cohen
[PATCH 017/125] gccrs: rust-fmt: Store parsed string in Pieces struct
Arthur Cohen
[PATCH 025/125] gccrs: hir: Add ExternalTypeItem node
Arthur Cohen
[PATCH 011/125] gccrs: libformat_parser: Add FFI safe interface
Arthur Cohen
[PATCH 005/125] gccrs: libgrust: Add format_parser library
Arthur Cohen
Don't override 'LIBS' if '--enable-languages=rust'; use 'CRAB1_LIBS' (was: [PATCH 005/125] gccrs: libgrust: Add format_parser library)
Thomas Schwinge
[PATCH 012/125] gccrs: libformat_parser: Start experimenting with cbindgen
Arthur Cohen
[PATCH 024/125] gccrs: extern-types: Declare external types in name resolver.
Arthur Cohen
[PATCH 014/125] gccrs: libformat_parser: Send boxed values across FFI properly
Arthur Cohen
[PATCH 027/125] gccrs: Make DefaultResolver visit more of the AST
Arthur Cohen
[PATCH 023/125] gccrs: lang-items: Make lang items enum stronger, rename class, cleanup ns.
Arthur Cohen
[PATCH 034/125] gccrs: Add error emitting when we can't resolve id expr
Arthur Cohen
[PATCH 013/125] gccrs: libformat_parser: Update header and remove old interface
Arthur Cohen
[PATCH 016/125] gccrs: format_args: Parse entire token invocation
Arthur Cohen
[PATCH 015/125] gccrs: format_args: Parse format string properly
Arthur Cohen
[PATCH 019/125] gccrs: format-parser: Add `is_some_and` method for Option<T>
Arthur Cohen
[PATCH 043/125] gccrs: Placate clang-format re 'gcc/rust/backend/rust-tree.cc'
Arthur Cohen
[PATCH 040/125] gccrs: Unify ASTValidation::visit for ExternalFunctionItem and Function
Arthur Cohen
[PATCH 018/125] gccrs: libformat_parser: Fix Rust warnings.
Arthur Cohen
[PATCH 021/125] gccrs: Fix small FixMe task in rust macro builtins
Arthur Cohen
[PATCH 029/125] gccrs: macro-builtins: Add newline generic format_args!() handler
Arthur Cohen
[PATCH 026/125] gccrs: extern-types: Lower to HIR::ExternalTypeItem properly
Arthur Cohen
[PATCH 033/125] gccrs: format-args: Add documentation for future expansion of function
Arthur Cohen
[PATCH 032/125] gccrs: lower: Add base for lowering FormatArgs nodes
Arthur Cohen
[PATCH 031/125] gccrs: format-args: Fix Rust interface and add input parsing.
Arthur Cohen
[PATCH 035/125] gccrs: Add curly brackets, formatted clang
Arthur Cohen
[PATCH 038/125] gccrs: Add support for external functions
Arthur Cohen
[PATCH 028/125] gccrs: ast: Add base nodes for FormatArgs
Arthur Cohen
[PATCH 047/125] gccrs: format-args: Add base for expanding FormatArgs nodes
Arthur Cohen
[PATCH 036/125] gccrs: Ensure TupleStructPattern and TuplePattern have items
Arthur Cohen
[PATCH 030/125] gccrs: parser: Add peek(n) method to parser
Arthur Cohen
[PATCH 048/125] gccrs: format-args: Start storing string in Rust memory
Arthur Cohen
[PATCH 039/125] gccrs: Add get_pattern_kind to Pattern
Arthur Cohen
[PATCH 037/125] gccrs: Clean BiMap to use tl::optional for lookups
Arthur Cohen
[PATCH 062/125] gccrs: session manager: Init Immutable name resolver.
Arthur Cohen
[PATCH 044/125] gccrs: Replace reference to unique pointer with reference
Arthur Cohen
[PATCH 049/125] gccrs: format-args: Add basic expansion of unnamed Display::fmt arguments.
Arthur Cohen
[PATCH 053/125] gccrs: TyTy: Variance analysis module
Arthur Cohen
[PATCH 056/125] gccrs: Fix typo
Arthur Cohen
[PATCH 042/125] gccrs: Remove dead code associated with `AST::ExternalFunctionItem`
Arthur Cohen
[PATCH 052/125] gccrs: TyTy: add common SubstitutionRef API
Arthur Cohen
[PATCH 063/125] gccrs: nr2.0: Add lookup of resolved nodes.
Arthur Cohen
[PATCH 070/125] gccrs: Change error message on unresolved import
Arthur Cohen
[PATCH 055/125] gccrs: Store visibility properly in ExternalTypeItem
Arthur Cohen
[PATCH 078/125] gccrs: Add support for ambiguous use declarations
Arthur Cohen
[PATCH 051/125] gccrs: format-args: Only pass the format string to the parser.
Arthur Cohen
[PATCH 059/125] gccrs: nr2.0: Add new ImmutableNameResolutionCtx class.
Arthur Cohen
[PATCH 079/125] gccrs: Add tuple struct constructor to value namespace
Arthur Cohen
[PATCH 087/125] gccrs: Change enum namespace from value to type
Arthur Cohen
[PATCH 054/125] gccrs: TyTy: Collect variance info from types
Arthur Cohen
[PATCH 068/125] gccrs: Fix duplicate detection
Arthur Cohen
[PATCH 067/125] gccrs: late: Setup builtin types properly, change Rib API
Arthur Cohen
[PATCH 090/125] gccrs: Remove extern block scoping
Arthur Cohen
[PATCH 075/125] gccrs: Shape up name resolver for normal direct calls
Arthur Cohen
[PATCH 084/125] gccrs: Values shall be inserted in the value namespace
Arthur Cohen
[PATCH 097/125] gccrs: Add mappings for struct base and struct fields
Arthur Cohen
[PATCH 100/125] gccrs: nr2.0: Add new test cases.
Arthur Cohen
[PATCH 103/125] gccrs: Improve parsing of raw byte string literals
Arthur Cohen
[PATCH 107/125] gccrs: Improve parsing of raw string literals
Arthur Cohen
[PATCH 115/125] gccrs: borrowck: BIR: emit moves
Arthur Cohen
[PATCH 069/125] gccrs: Emit error on identical use declarations
Arthur Cohen
[PATCH 122/125] gccrs: borrowck: Remove block braces to satisfy GNU style
Arthur Cohen
[PATCH 125/125] gccrs: Add a test for inherent impl type name resolve
Arthur Cohen
[PATCH 071/125] gccrs: Prevent error emission on resolver reentry
Arthur Cohen
[PATCH 058/125] gccrs: Placate clang-format re 'gcc/rust/lex/rust-lex.cc'
Arthur Cohen
[PATCH 099/125] gccrs: compile: resolve-path-ref: properly resolve nodeId with nr2.0
Arthur Cohen
[PATCH 076/125] gccrs: Add call to globbing visitor
Arthur Cohen
[PATCH 060/125] gccrs: sesh: Add late name resolution 2.0
Arthur Cohen
[PATCH 041/125] gccrs: Update resolver to use `AST::Function` instead of `AST::ExternalFunctionItem`
Arthur Cohen
[PATCH 080/125] gccrs: Change error message to match test
Arthur Cohen
[PATCH 061/125] gccrs: session-manager: Dump name resolution pass.
Arthur Cohen
[PATCH 081/125] gccrs: Visit function return type in default resolver
Arthur Cohen
[PATCH 065/125] gccrs: backend: Use new name resolver where necessary
Arthur Cohen
[PATCH 066/125] gccrs: nr2.0: Start using newtype pattern for Usage and Declaration
Arthur Cohen
[PATCH 046/125] gccrs: macro: Use MacroInvocation's node_id in ExternalItem constructor.
Arthur Cohen
[PATCH 085/125] gccrs: Unit struct constructor shall be resolved
Arthur Cohen
[PATCH 050/125] gccrs: format-args: Add basic test case
Arthur Cohen
[PATCH 094/125] gccrs: Update assignment operator with cratenum
Arthur Cohen
[PATCH 077/125] gccrs: Make globbing definition shadowable by default
Arthur Cohen
[PATCH 109/125] gccrs: unify: Always coerce `!` to the target type.
Arthur Cohen
[PATCH 082/125] gccrs: Visit constant item type in default resolver
Arthur Cohen
[PATCH 083/125] gccrs: Raw pointer type visitor didn't require overload
Arthur Cohen
[PATCH 086/125] gccrs: Add tuple struct to the type namespace
Arthur Cohen
[PATCH 091/125] gccrs: Remove unsafe block empty visit function
Arthur Cohen
[PATCH 098/125] gccrs: Fix use rebind name resolution.
Arthur Cohen
[PATCH 104/125] gccrs: Recognize rustc_deprecated as a builtin attribute
Arthur Cohen
[PATCH 106/125] gccrs: Avoid parsing const unsafe/extern functions as async
Arthur Cohen
[PATCH 108/125] gccrs: raw-strings: Remove dg-excess-error directive
Arthur Cohen
[PATCH 110/125] gccrs: borrowck: Use rust-system.h
Arthur Cohen
[PATCH 112/125] gccrs: borrowck: BIR: use callable API
Arthur Cohen
[PATCH 113/125] gccrs: borrowck: BIR: Place tree traverse API
Arthur Cohen
[PATCH 116/125] gccrs: borrowck: BIR: make BIR visitor const
Arthur Cohen
[PATCH 111/125] gccrs: borrowck: Unify BIR terminilogy (node->statement)
Arthur Cohen
[PATCH 123/125] gccrs: borrowck: Bump copyright notice
Arthur Cohen
[PATCH 114/125] gccrs: borrowck: BIR: scope handling
Arthur Cohen
[PATCH 119/125] gccrs: borrowck: extract regions from types using VA
Arthur Cohen
[PATCH 120/125] gccrs: borrowck: Regions in BIR
Arthur Cohen
[PATCH 057/125] gccrs: Split up rust-macro-builtins.cc
Arthur Cohen
[PATCH 064/125] gccrs: typecheck: Start using nr2.0 properly
Arthur Cohen
[PATCH 121/125] gccrs: borrowck: Fact collector
Arthur Cohen
[PATCH 072/125] gccrs: late: Add bool builtin type
Arthur Cohen
[PATCH 073/125] gccrs: Add modules to type namespace
Arthur Cohen
[PATCH 074/125] gccrs: Add name resolution for on globbing use decl
Arthur Cohen
[PATCH 088/125] gccrs: Struct are types, not values
Arthur Cohen
[PATCH 089/125] gccrs: Add constant identifiers to the value namespace
Arthur Cohen
[PATCH 092/125] gccrs: Use new name resolver to compile constant items
Arthur Cohen
[PATCH 093/125] gccrs: Reinject Self parameter in new resolver
Arthur Cohen
[PATCH 095/125] gccrs: Prevent getting immutable context with classic nr
Arthur Cohen
[PATCH 096/125] gccrs: Fix quoted string format
Arthur Cohen
[PATCH 101/125] gccrs: Add globbing name resolution 2.0 test
Arthur Cohen
[PATCH 102/125] gccrs: Change dfs function return type to support gcc 4.8
Arthur Cohen
[PATCH 105/125] gccrs: Recognize unstable as a builtin attribute
Arthur Cohen
[PATCH 118/125] gccrs: borrowck: Free region representation
Arthur Cohen
[PATCH 124/125] gccrs: Visit type during resolution of inherent impl
Arthur Cohen
Invitation: gccrs Community Call August @ Mon 12 Aug 2024 11am - 12pm (GMT+2) (gcc-rust@gcc.gnu.org)
Arthur Cohen
Invitation: gccrs Community Call July @ Mon 15 Jul 2024 11am - 11:30am (GMT+2) (gcc-rust@gcc.gnu.org)
Arthur Cohen
Учетная запись Oracle — подтверждение адреса электронной почты
oracle-acct_ww
Confirmation for subscribe netbsd-announce
majordomo
Majordomo results
majordomo
Majordomo results
majordomo
Confirmation for subscribe netbsd-bugs
majordomo
Confirm subscription to dev-commits-ports-...@freebsd.org
dev-commits-ports-all+help
Личный кабинет ГУП РК "Вода Крыма"
site
Verify Email Address for Discord
Discord
Регистрация в личном кабинете
Крымгазсети
Activate your new Pornhub account
Pornhub
[GitHub] Please verify your email address.
GitHub
Confirmation instructions
GitLab
e621 account confirmation
noreply
Hello, CIsBetter
Burberry
[PATCHSET 14.2] Add documentation rules for Rust frontend
Arthur Cohen
[PATCH 14.2 1/3] gccrs: Add base documentation for using the Rust frontend.
Arthur Cohen
[PATCH 14.2 2/3] rust: Add rust.install-dvi and rust.install-html rules
Arthur Cohen
[PATCH 14.2 3/3] rust: Copy install-html rule from Ada frontend
Arthur Cohen
[PATCH] gccrs: configure.ac: Fix quoting around ldl/lpthread checks
Arthur Cohen
[Bug rust/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
cohenarthur at gcc dot gnu.org
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
cohenarthur at gcc dot gnu.org
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
pinskia at gcc dot gnu.org
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
pinskia at gcc dot gnu.org
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
sjames at gcc dot gnu.org
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
cvs-commit at gcc dot gnu.org
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
syq at gcc dot gnu.org
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
collin.funk1 at gmail dot com
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
mark at gcc dot gnu.org
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
collin.funk1 at gmail dot com
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
cvs-commit at gcc dot gnu.org
PING^1 [PATCH 05/52] rust: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
Kewen.Lin
PING^2 [PATCH 05/52] rust: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
Kewen.Lin
Invitation: gccrs Community Call June @ Mon 17 Jun 2024 11am - 11:30am (GMT+2) (gcc-rust@gcc.gnu.org)
Arthur Cohen
Earlier messages