Messages by Date
-
2024/08/01
[PATCH 111/125] gccrs: borrowck: Unify BIR terminilogy (node->statement)
Arthur Cohen
-
2024/08/01
[PATCH 116/125] gccrs: borrowck: BIR: make BIR visitor const
Arthur Cohen
-
2024/08/01
[PATCH 113/125] gccrs: borrowck: BIR: Place tree traverse API
Arthur Cohen
-
2024/08/01
[PATCH 112/125] gccrs: borrowck: BIR: use callable API
Arthur Cohen
-
2024/08/01
[PATCH 110/125] gccrs: borrowck: Use rust-system.h
Arthur Cohen
-
2024/08/01
[PATCH 108/125] gccrs: raw-strings: Remove dg-excess-error directive
Arthur Cohen
-
2024/08/01
[PATCH 106/125] gccrs: Avoid parsing const unsafe/extern functions as async
Arthur Cohen
-
2024/08/01
[PATCH 104/125] gccrs: Recognize rustc_deprecated as a builtin attribute
Arthur Cohen
-
2024/08/01
[PATCH 098/125] gccrs: Fix use rebind name resolution.
Arthur Cohen
-
2024/08/01
[PATCH 091/125] gccrs: Remove unsafe block empty visit function
Arthur Cohen
-
2024/08/01
[PATCH 086/125] gccrs: Add tuple struct to the type namespace
Arthur Cohen
-
2024/08/01
[PATCH 083/125] gccrs: Raw pointer type visitor didn't require overload
Arthur Cohen
-
2024/08/01
[PATCH 082/125] gccrs: Visit constant item type in default resolver
Arthur Cohen
-
2024/08/01
[PATCH 109/125] gccrs: unify: Always coerce `!` to the target type.
Arthur Cohen
-
2024/08/01
[PATCH 077/125] gccrs: Make globbing definition shadowable by default
Arthur Cohen
-
2024/08/01
[PATCH 094/125] gccrs: Update assignment operator with cratenum
Arthur Cohen
-
2024/08/01
[PATCH 050/125] gccrs: format-args: Add basic test case
Arthur Cohen
-
2024/08/01
[PATCH 085/125] gccrs: Unit struct constructor shall be resolved
Arthur Cohen
-
2024/08/01
[PATCH 046/125] gccrs: macro: Use MacroInvocation's node_id in ExternalItem constructor.
Arthur Cohen
-
2024/08/01
[PATCH 066/125] gccrs: nr2.0: Start using newtype pattern for Usage and Declaration
Arthur Cohen
-
2024/08/01
[PATCH 065/125] gccrs: backend: Use new name resolver where necessary
Arthur Cohen
-
2024/08/01
[PATCH 081/125] gccrs: Visit function return type in default resolver
Arthur Cohen
-
2024/08/01
[PATCH 061/125] gccrs: session-manager: Dump name resolution pass.
Arthur Cohen
-
2024/08/01
[PATCH 080/125] gccrs: Change error message to match test
Arthur Cohen
-
2024/08/01
[PATCH 041/125] gccrs: Update resolver to use `AST::Function` instead of `AST::ExternalFunctionItem`
Arthur Cohen
-
2024/08/01
[PATCH 060/125] gccrs: sesh: Add late name resolution 2.0
Arthur Cohen
-
2024/08/01
[PATCH 076/125] gccrs: Add call to globbing visitor
Arthur Cohen
-
2024/08/01
[PATCH 099/125] gccrs: compile: resolve-path-ref: properly resolve nodeId with nr2.0
Arthur Cohen
-
2024/08/01
[PATCH 058/125] gccrs: Placate clang-format re 'gcc/rust/lex/rust-lex.cc'
Arthur Cohen
-
2024/08/01
[PATCH 071/125] gccrs: Prevent error emission on resolver reentry
Arthur Cohen
-
2024/08/01
[PATCH 125/125] gccrs: Add a test for inherent impl type name resolve
Arthur Cohen
-
2024/08/01
[PATCH 122/125] gccrs: borrowck: Remove block braces to satisfy GNU style
Arthur Cohen
-
2024/08/01
[PATCH 069/125] gccrs: Emit error on identical use declarations
Arthur Cohen
-
2024/08/01
[PATCH 115/125] gccrs: borrowck: BIR: emit moves
Arthur Cohen
-
2024/08/01
[PATCH 107/125] gccrs: Improve parsing of raw string literals
Arthur Cohen
-
2024/08/01
[PATCH 103/125] gccrs: Improve parsing of raw byte string literals
Arthur Cohen
-
2024/08/01
[PATCH 100/125] gccrs: nr2.0: Add new test cases.
Arthur Cohen
-
2024/08/01
[PATCH 097/125] gccrs: Add mappings for struct base and struct fields
Arthur Cohen
-
2024/08/01
[PATCH 084/125] gccrs: Values shall be inserted in the value namespace
Arthur Cohen
-
2024/08/01
[PATCH 075/125] gccrs: Shape up name resolver for normal direct calls
Arthur Cohen
-
2024/08/01
[PATCH 090/125] gccrs: Remove extern block scoping
Arthur Cohen
-
2024/08/01
[PATCH 067/125] gccrs: late: Setup builtin types properly, change Rib API
Arthur Cohen
-
2024/08/01
[PATCH 068/125] gccrs: Fix duplicate detection
Arthur Cohen
-
2024/08/01
[PATCH 054/125] gccrs: TyTy: Collect variance info from types
Arthur Cohen
-
2024/08/01
[PATCH 087/125] gccrs: Change enum namespace from value to type
Arthur Cohen
-
2024/08/01
[PATCH 079/125] gccrs: Add tuple struct constructor to value namespace
Arthur Cohen
-
2024/08/01
[PATCH 059/125] gccrs: nr2.0: Add new ImmutableNameResolutionCtx class.
Arthur Cohen
-
2024/08/01
[PATCH 051/125] gccrs: format-args: Only pass the format string to the parser.
Arthur Cohen
-
2024/08/01
[PATCH 078/125] gccrs: Add support for ambiguous use declarations
Arthur Cohen
-
2024/08/01
[PATCH 055/125] gccrs: Store visibility properly in ExternalTypeItem
Arthur Cohen
-
2024/08/01
[PATCH 070/125] gccrs: Change error message on unresolved import
Arthur Cohen
-
2024/08/01
[PATCH 063/125] gccrs: nr2.0: Add lookup of resolved nodes.
Arthur Cohen
-
2024/08/01
[PATCH 052/125] gccrs: TyTy: add common SubstitutionRef API
Arthur Cohen
-
2024/08/01
[PATCH 042/125] gccrs: Remove dead code associated with `AST::ExternalFunctionItem`
Arthur Cohen
-
2024/08/01
[PATCH 056/125] gccrs: Fix typo
Arthur Cohen
-
2024/08/01
[PATCH 053/125] gccrs: TyTy: Variance analysis module
Arthur Cohen
-
2024/08/01
[PATCH 049/125] gccrs: format-args: Add basic expansion of unnamed Display::fmt arguments.
Arthur Cohen
-
2024/08/01
[PATCH 044/125] gccrs: Replace reference to unique pointer with reference
Arthur Cohen
-
2024/08/01
[PATCH 062/125] gccrs: session manager: Init Immutable name resolver.
Arthur Cohen
-
2024/08/01
[PATCH 037/125] gccrs: Clean BiMap to use tl::optional for lookups
Arthur Cohen
-
2024/08/01
[PATCH 039/125] gccrs: Add get_pattern_kind to Pattern
Arthur Cohen
-
2024/08/01
[PATCH 048/125] gccrs: format-args: Start storing string in Rust memory
Arthur Cohen
-
2024/08/01
[PATCH 030/125] gccrs: parser: Add peek(n) method to parser
Arthur Cohen
-
2024/08/01
[PATCH 036/125] gccrs: Ensure TupleStructPattern and TuplePattern have items
Arthur Cohen
-
2024/08/01
[PATCH 047/125] gccrs: format-args: Add base for expanding FormatArgs nodes
Arthur Cohen
-
2024/08/01
[PATCH 028/125] gccrs: ast: Add base nodes for FormatArgs
Arthur Cohen
-
2024/08/01
[PATCH 038/125] gccrs: Add support for external functions
Arthur Cohen
-
2024/08/01
[PATCH 035/125] gccrs: Add curly brackets, formatted clang
Arthur Cohen
-
2024/08/01
[PATCH 031/125] gccrs: format-args: Fix Rust interface and add input parsing.
Arthur Cohen
-
2024/08/01
[PATCH 032/125] gccrs: lower: Add base for lowering FormatArgs nodes
Arthur Cohen
-
2024/08/01
[PATCH 033/125] gccrs: format-args: Add documentation for future expansion of function
Arthur Cohen
-
2024/08/01
[PATCH 026/125] gccrs: extern-types: Lower to HIR::ExternalTypeItem properly
Arthur Cohen
-
2024/08/01
[PATCH 029/125] gccrs: macro-builtins: Add newline generic format_args!() handler
Arthur Cohen
-
2024/08/01
[PATCH 021/125] gccrs: Fix small FixMe task in rust macro builtins
Arthur Cohen
-
2024/08/01
[PATCH 018/125] gccrs: libformat_parser: Fix Rust warnings.
Arthur Cohen
-
2024/08/01
[PATCH 040/125] gccrs: Unify ASTValidation::visit for ExternalFunctionItem and Function
Arthur Cohen
-
2024/08/01
[PATCH 043/125] gccrs: Placate clang-format re 'gcc/rust/backend/rust-tree.cc'
Arthur Cohen
-
2024/08/01
[PATCH 019/125] gccrs: format-parser: Add `is_some_and` method for Option<T>
Arthur Cohen
-
2024/08/01
[PATCH 015/125] gccrs: format_args: Parse format string properly
Arthur Cohen
-
2024/08/01
[PATCH 016/125] gccrs: format_args: Parse entire token invocation
Arthur Cohen
-
2024/08/01
[PATCH 013/125] gccrs: libformat_parser: Update header and remove old interface
Arthur Cohen
-
2024/08/01
[PATCH 034/125] gccrs: Add error emitting when we can't resolve id expr
Arthur Cohen
-
2024/08/01
[PATCH 023/125] gccrs: lang-items: Make lang items enum stronger, rename class, cleanup ns.
Arthur Cohen
-
2024/08/01
[PATCH 027/125] gccrs: Make DefaultResolver visit more of the AST
Arthur Cohen
-
2024/08/01
[PATCH 014/125] gccrs: libformat_parser: Send boxed values across FFI properly
Arthur Cohen
-
2024/08/01
[PATCH 024/125] gccrs: extern-types: Declare external types in name resolver.
Arthur Cohen
-
2024/08/01
[PATCH 012/125] gccrs: libformat_parser: Start experimenting with cbindgen
Arthur Cohen
-
2024/08/01
[PATCH 005/125] gccrs: libgrust: Add format_parser library
Arthur Cohen
-
2024/08/01
[PATCH 011/125] gccrs: libformat_parser: Add FFI safe interface
Arthur Cohen
-
2024/08/01
[PATCH 025/125] gccrs: hir: Add ExternalTypeItem node
Arthur Cohen
-
2024/08/01
[PATCH 017/125] gccrs: rust-fmt: Store parsed string in Pieces struct
Arthur Cohen
-
2024/08/01
[PATCH 004/125] gccrs: fmt: Start working on format_args!() parser
Arthur Cohen
-
2024/08/01
[PATCH 006/125] gccrs: Add 'gcc/rust/Make-lang.in:LIBFORMAT_PARSER'
Arthur Cohen
-
2024/08/01
[PATCH 022/125] gccrs: lang-items: Cleanup parsing and lookups of lang items.
Arthur Cohen
-
2024/08/01
[PATCH 020/125] gccrs: Adjust error checks to match name resolution 2.0
Arthur Cohen
-
2024/08/01
[PATCH 010/125] Rust: Move 'libformat_parser' build into libgrust
Arthur Cohen
-
2024/08/01
[PATCH 009/125] Rust: Move 'libformat_parser' build into the GCC build directory
Arthur Cohen
-
2024/08/01
[PATCH 008/125] Rust: Don't cache 'libformat_parser.a'
Arthur Cohen
-
2024/08/01
[PATCH 003/125] gccrs: minor cleanup in langhook.type_for_mode
Arthur Cohen
-
2024/08/01
[PATCH 002/125] gccrs: Fix false positive for top-level AltPattern
Arthur Cohen
-
2024/08/01
[PATCH 001/125] Rust: Make 'tree'-level 'MAIN_NAME_P' work
Arthur Cohen
-
2024/08/01
☝ Buildbot (Sourceware): gccrust - worker not available (master)
builder
-
2024/08/01
[Bug rust/113477] rust/compile/torture/alt_patterns1.rs FAILs
jakub at gcc dot gnu.org
-
2024/08/01
[Bug rust/113473] rust/compile/iterators1.rs etc. FAIL
jakub at gcc dot gnu.org
-
2024/08/01
[Bug rust/113472] rust/compile/issue-1446.rs FAILs
jakub at gcc dot gnu.org
-
2024/07/31
Invitation: gccrs Community Call August @ Mon 12 Aug 2024 11am - 12pm (GMT+2) (gcc-rust@gcc.gnu.org)
Arthur Cohen
-
2024/07/29
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/07/16
☝ Buildbot (Sourceware): gccrust - worker not available (master)
builder
-
2024/07/16
☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
builder
-
2024/07/15
☝ Buildbot (Sourceware): gccrust - worker cannot substantiate (master)
builder
-
2024/07/11
☝ Buildbot (Sourceware): gccrust - worker not available (master)
builder
-
2024/07/09
Invitation: gccrs Community Call July @ Mon 15 Jul 2024 11am - 11:30am (GMT+2) (gcc-rust@gcc.gnu.org)
Arthur Cohen
-
2024/07/04
Учетная запись Oracle — подтверждение адреса электронной почты
oracle-acct_ww
-
2024/07/04
Majordomo results
majordomo
-
2024/07/04
Confirmation for subscribe netbsd-announce
majordomo
-
2024/07/04
Majordomo results
majordomo
-
2024/07/04
Confirmation for subscribe netbsd-bugs
majordomo
-
2024/07/04
Confirm subscription to dev-commits-ports-...@freebsd.org
dev-commits-ports-all+help
-
2024/07/04
Личный кабинет ГУП РК "Вода Крыма"
site
-
2024/07/04
Verify Email Address for Discord
Discord
-
2024/07/04
Регистрация в личном кабинете
Крымгазсети
-
2024/07/04
Activate your new Pornhub account
Pornhub
-
2024/07/04
[GitHub] Please verify your email address.
GitHub
-
2024/07/04
Confirmation instructions
GitLab
-
2024/07/04
e621 account confirmation
noreply
-
2024/07/03
Hello, CIsBetter
Burberry
-
2024/06/20
PING^2 [PATCH 05/52] rust: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
Kewen.Lin
-
2024/06/19
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
cvs-commit at gcc dot gnu.org
-
2024/06/19
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
collin.funk1 at gmail dot com
-
2024/06/19
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
mark at gcc dot gnu.org
-
2024/06/19
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
collin.funk1 at gmail dot com
-
2024/06/19
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
syq at gcc dot gnu.org
-
2024/06/19
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
cvs-commit at gcc dot gnu.org
-
2024/06/19
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
sjames at gcc dot gnu.org
-
2024/06/14
[PATCH 14.2 3/3] rust: Copy install-html rule from Ada frontend
Arthur Cohen
-
2024/06/14
[PATCH 14.2 2/3] rust: Add rust.install-dvi and rust.install-html rules
Arthur Cohen
-
2024/06/14
[PATCHSET 14.2] Add documentation rules for Rust frontend
Arthur Cohen
-
2024/06/14
[PATCH 14.2 1/3] gccrs: Add base documentation for using the Rust frontend.
Arthur Cohen
-
2024/06/14
[PATCH] gccrs: configure.ac: Fix quoting around ldl/lpthread checks
Arthur Cohen
-
2024/06/13
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
-
2024/06/13
☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
builder
-
2024/06/13
[Bug rust/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
cohenarthur at gcc dot gnu.org
-
2024/06/13
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
pinskia at gcc dot gnu.org
-
2024/06/13
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
pinskia at gcc dot gnu.org
-
2024/06/13
[Bug bootstrap/115453] [15 regression] Noise from new dlopen, pthread configure checks since r15-1177-g75299e4fe50aa8
cohenarthur at gcc dot gnu.org
-
2024/06/12
PING^1 [PATCH 05/52] rust: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
Kewen.Lin
-
2024/06/12
Re: [PATCH] rust: Do not link with libdl and libpthread unconditionally
Uros Bizjak
-
2024/06/11
Re: [PATCH] rust: Do not link with libdl and libpthread unconditionally
Arthur Cohen
-
2024/06/10
Invitation: gccrs Community Call June @ Mon 17 Jun 2024 11am - 11:30am (GMT+2) (gcc-rust@gcc.gnu.org)
Arthur Cohen
-
2024/05/31
Re: [PATCH] rust: Do not link with libdl and libpthread unconditionally
Richard Biener
-
2024/05/31
Re: [PATCH] rust: Do not link with libdl and libpthread unconditionally
Arthur Cohen
-
2024/05/21
[Bug rust/108124] Rust: ASAN&UBSAN issues when tests are run
jakub at gcc dot gnu.org
-
2024/05/17
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
-
2024/05/17
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
-
2024/05/17
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
-
2024/05/17
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
-
2024/05/17
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
-
2024/05/16
Confirm your subscription to Sruli Recht
Sruli Recht
-
2024/05/15
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/05/14
[PATCH wwwdocs] gcc-14/changes: Add Rust section to New languages
Arthur Cohen
-
2024/05/09
Custom-made Clothing
Amy Cai
-
2024/05/07
[Bug rust/113473] rust/compile/iterators1.rs etc. FAIL
rguenth at gcc dot gnu.org
-
2024/05/07
[Bug rust/113477] rust/compile/torture/alt_patterns1.rs FAILs
rguenth at gcc dot gnu.org
-
2024/05/07
[Bug rust/113472] rust/compile/issue-1446.rs FAILs
rguenth at gcc dot gnu.org
-
2024/05/06
☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
builder
-
2024/05/06
Invitation: gccrs May community call @ Mon 13 May 2024 11am - 12pm (GMT+2) (gcc-rust@gcc.gnu.org)
Arthur Cohen
-
2024/05/03
Кассовый чек на 502 ₽ от ООО Эй Кей Раша
Платформа ОФД
-
2024/04/30
Re: [PATCH] rust: Do not link with libdl and libpthread unconditionally
Richard Biener
-
2024/04/27
Re: [PATCH] Fix rust on *-w64-mingw32
LIU Hao
-
2024/04/23
Re: [PATCH] build: Check for cargo when building rust language
Rainer Orth
-
2024/04/19
[PATCH] rust: Do not link with libdl and libpthread unconditionally
Arthur Cohen
-
2024/04/17
Re: [PATCH] build: Check for cargo when building rust language
Arthur Cohen
-
2024/04/17
Re: [PATCH] build: Check for cargo when building rust language
Rainer Orth
-
2024/04/16
Re: [PATCH] build: Check for cargo when building rust language
Andrew Pinski
-
2024/04/16
☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
builder
-
2024/04/16
☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
builder
-
2024/04/16
Re: [gcc r14-7544] gccrs: libproc_macro: Build statically
Arthur Cohen
-
2024/04/16
Re: build: Use of cargo not yet supported here in Canadian cross configurations
Arthur Cohen
-
2024/04/15
Re: build: Use of cargo not yet supported here in Canadian cross configurations
Pierre-Emmanuel Patry
-
2024/04/15
build: Use of cargo not yet supported here in Canadian cross configurations (was: [PATCH] build: Check for cargo when building rust language)
Thomas Schwinge
-
2024/04/15
Re: build: Don't check for host-prefixed 'cargo' program
Pierre-Emmanuel Patry
-
2024/04/15
[COMMITTED] gcc-mingw don't enable rust
Mark Wielaard
-
2024/04/15
Re: ☠ Buildbot (Sourceware): gcc - failed configure (failure) (master)
Thomas Schwinge
-
2024/04/15
build: Don't check for host-prefixed 'cargo' program (was: [PATCH] build: Check for cargo when building rust language)
Thomas Schwinge
-
2024/04/15
Re: [PATCH] build: Check for cargo when building rust language
Thomas Schwinge
-
2024/04/15
Re: [gcc r14-7544] gccrs: libproc_macro: Build statically
Thomas Schwinge
-
2024/04/14
[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin
rguenth at gcc dot gnu.org
-
2024/04/12
[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin
xry111 at gcc dot gnu.org
-
2024/04/12
[Bug rust/113499] crab1 fails to link when configuring with --disable-plugin
cohenarthur at gcc dot gnu.org
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder
-
2024/04/11
☠ Buildbot (Sourceware): gccrust - failed '! grep ...' (failure) (master)
builder
-
2024/04/11
☝ Buildbot (Sourceware): gccrust - worker not available (master)
builder
-
2024/04/11
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder