Messages by Date
-
2023/02/21
[committed 072/103] gccrs: ast: add visit overload for references
arthur . cohen
-
2023/02/21
[committed 064/103] gccrs: intrinsics: Implement atomic_load intrinsics
arthur . cohen
-
2023/02/21
[committed 062/103] gccrs: intrinsics: Use lambdas for wrapping_<op> intrinsics
arthur . cohen
-
2023/02/21
[committed 061/103] gccrs: intrinsics: Add unchecked operation intrinsics
arthur . cohen
-
2023/02/21
[committed 057/103] gccrs: builtins: Rename all bang macro handlers
arthur . cohen
-
2023/02/21
[committed 055/103] gccrs: Implement the inline visitor
arthur . cohen
-
2023/02/21
[committed 056/103] gccrs: rust: Allow gccrs to build on x86_64-apple-darwin with clang/libc++
arthur . cohen
-
2023/02/21
[committed 054/103] gccrs: Support Closure calls as generic trait bounds
arthur . cohen
-
2023/02/21
[committed 084/103] gccrs: ast: Dump parenthesised type
arthur . cohen
-
2023/02/21
[committed 043/103] gccrs: Add missing fn_once_output langitem
arthur . cohen
-
2023/02/21
[committed 039/103] gccrs: Add check for recursive trait cycles
arthur . cohen
-
2023/02/21
[committed 078/103] gccrs: ast: Dump tuple type
arthur . cohen
-
2023/02/21
[committed 071/103] gccrs: typecheck: Fix overzealous `delete` call
arthur . cohen
-
2023/02/21
[committed 031/103] gccrs: Refactor TraitResolver to not require a visitor
arthur . cohen
-
2023/02/21
[committed 066/103] gccrs: ast: transform helper methods to visits and add methods to simplify repeated patterns
arthur . cohen
-
2023/02/21
[committed 032/103] gccrs: ast: dump TypeAlias
arthur . cohen
-
2023/02/21
[committed 060/103] gccrs: intrinsics: Add early implementation for atomic_store_{seqcst, relaxed, release}
arthur . cohen
-
2023/02/21
[committed 059/103] gccrs: constexpr: Add `rust_sorry_at` in places relying on init values
arthur . cohen
-
2023/02/21
[committed 058/103] gccrs: intrinsics: Add `sorry_handler` intrinsic handler
arthur . cohen
-
2023/02/21
[committed 028/103] gccrs: ast: dump: ArrayExpr
arthur . cohen
-
2023/02/21
[committed 044/103] gccrs: Refactor expression hir lowering into cc file
arthur . cohen
-
2023/02/21
[committed 101/103] gccrs: Repair 'gcc/rust/lang.opt' comment
arthur . cohen
-
2023/02/21
[committed 085/103] gccrs: ast: Dump trait object type one bound
arthur . cohen
-
2023/02/21
[committed 089/103] gccrs: ast: Dump remove /* stmp */ comment to not clutter the dump
arthur . cohen
-
2023/02/21
[committed 021/103] gccrs: Support type resolution on super traits on dyn objects
arthur . cohen
-
2023/02/21
[committed 067/103] gccrs: ast: refer correctly to arguments in docs-strings
arthur . cohen
-
2023/02/21
[committed 092/103] gccrs: Improve lexer dump
arthur . cohen
-
2023/02/21
[committed 099/103] gccrs: Skip this debug test case which is failing on the latest mac-os devtools and its only for debug info
arthur . cohen
-
2023/02/21
[committed 095/103] gccrs: Add closure binding's tracking to name resolution
arthur . cohen
-
2023/02/21
[committed 091/103] gccrs: Remove default location. Add visibility location to create_* functions
arthur . cohen
-
2023/02/21
[committed 088/103] gccrs: ast: Remove unused include in rust-ast-dump.cc
arthur . cohen
-
2023/02/21
[committed 080/103] gccrs: ast: Dump bare function type
arthur . cohen
-
2023/02/21
[committed 076/103] gccrs: ast: Dump raw pointer type
arthur . cohen
-
2023/02/21
[committed 075/103] gccrs: ast: Dump array type
arthur . cohen
-
2023/02/21
[committed 068/103] gccrs: ast: Dump unit struct
arthur . cohen
-
2023/02/21
[committed 073/103] gccrs: ast: Dump where clause and recursively needed nodes
arthur . cohen
-
2023/02/21
[committed 016/103] gccrs: fix ICE on missing closing paren
arthur . cohen
-
2023/02/21
[committed 074/103] gccrs: ast: Dump slice type
arthur . cohen
-
2023/02/21
[committed 063/103] gccrs: intrinsics: Cleanup error handling around atomic_store_*
arthur . cohen
-
2023/02/21
[committed 069/103] gccrs: add lang item "phantom_data"
arthur . cohen
-
2023/02/21
[committed 065/103] gccrs: ast: visitor pattern -> overload syntax compatibility layer
arthur . cohen
-
2023/02/21
[committed 070/103] gccrs: add Location to AST::Visibility
arthur . cohen
-
2023/02/21
[committed 053/103] gccrs: Add missing type resolution for function type segments
arthur . cohen
-
2023/02/21
[committed 012/103] gccrs: ast: dump: add emit_generic_params helper
arthur . cohen
-
2023/02/21
[committed 013/103] gccrs: ast: dump: add format_{tuple, struct}_field helpers
arthur . cohen
-
2023/02/21
[committed 007/103] gccrs: ast: dump If expressions
arthur . cohen
-
2023/02/21
[committed 011/103] gccrs: Support looking up super traits for trait items
arthur . cohen
-
2023/02/21
[committed 035/103] gccrs: dump: Dump items within modules
arthur . cohen
-
2023/02/21
[committed 038/103] gccrs: dump: Dump macro rules definition
arthur . cohen
-
2023/02/21
[committed 046/103] gccrs: Add name resolution for closures
arthur . cohen
-
2023/02/21
[committed 042/103] gccrs: ast: Improve Fragment API
arthur . cohen
-
2023/02/21
[committed 036/103] gccrs: dump: Fix module dumping
arthur . cohen
-
2023/02/21
[committed 052/103] gccrs: Add missing hir lowering to function type-path segments
arthur . cohen
-
2023/02/21
[committed 045/103] gccrs: Formatting cleanup in HIR lowering pattern
arthur . cohen
-
2023/02/21
[committed 030/103] gccrs: ast: dump: RangeExprs
arthur . cohen
-
2023/02/21
[committed 051/103] gccrs: Add missing name resolution to Function type-path segments
arthur . cohen
-
2023/02/21
[committed 026/103] gccrs: ast: dump: minor fixups to IfExpr formatting
arthur . cohen
-
2023/02/21
[committed 029/103] gccrs: ast: dump: various simple Exprs
arthur . cohen
-
2023/02/21
[committed 050/103] gccrs: Closure support at CallExpr
arthur . cohen
-
2023/02/21
[committed 025/103] gccrs: ast: dump: fix extra newline in block without tail
arthur . cohen
-
2023/02/21
[committed 049/103] gccrs: Initial Type resolution for closures
arthur . cohen
-
2023/02/21
[committed 047/103] gccrs: Refactor method call type checking
arthur . cohen
-
2023/02/21
[committed 017/103] gccrs: mappings: Add MacroInvocation -> MacroRulesDef mappings
arthur . cohen
-
2023/02/21
[committed 048/103] gccrs: Add closures to lints and error checking
arthur . cohen
-
2023/02/21
[committed 041/103] gccrs: rust: Replace uses of ASTFragment -> Fragment
arthur . cohen
-
2023/02/21
[committed 033/103] gccrs: Support outer attribute handling on trait items just like normal items
arthur . cohen
-
2023/02/21
[committed 040/103] gccrs: ast: Refactor ASTFragment -> Fragment class
arthur . cohen
-
2023/02/21
[committed 037/103] gccrs: ast: Module: unloaded module and inner attributes
arthur . cohen
-
2023/02/21
[committed 034/103] gccrs: dump: Emit visibility when dumping items
arthur . cohen
-
2023/02/21
[committed 024/103] gccrs: Method resolution must support multiple candidates
arthur . cohen
-
2023/02/21
[committed 027/103] gccrs: ast: dump: ComparisonExpr and LazyBooleanExpr
arthur . cohen
-
2023/02/21
[committed 020/103] gccrs: early-name-resolver: Add simple macro name resolution
arthur . cohen
-
2023/02/21
[committed 023/103] gccrs: Add ABI mappings for rust-call to map to ABI::RUST
arthur . cohen
-
2023/02/21
[committed 022/103] gccrs: Add mappings for fn_once lang item
arthur . cohen
-
2023/02/21
[committed 018/103] gccrs: rust-ast-resolve-item: Add note about resolving glob uses
arthur . cohen
-
2023/02/21
[committed 015/103] gccrs: intrinsics: Add data prefetching intrinsics
arthur . cohen
-
2023/02/21
[committed 019/103] gccrs: ast: Add accept_vis() method to `GenericArg`
arthur . cohen
-
2023/02/21
[committed 014/103] gccrs: ast: dump structs, enums and unions
arthur . cohen
-
2023/02/21
[committed 006/103] gccrs: ast: dump assignment and compound assignment expr
arthur . cohen
-
2023/02/21
[committed 003/103] gccrs: dump: Emit visibility when dumping items
arthur . cohen
-
2023/02/21
[committed 002/103] gccrs: visibility: Rename get_public_vis_type -> get_vis_type
arthur . cohen
-
2023/02/21
Rust front-end update
arthur . cohen
-
2023/02/21
[committed 010/103] gccrs: Ensure uniqueness on Path probe's
arthur . cohen
-
2023/02/21
[committed 001/103] gccrs: Fix missing dead code analysis ICE on local enum definition
arthur . cohen
-
2023/02/21
[committed 009/103] gccrs: Track DefId on ADT variants
arthur . cohen
-
2023/02/21
[committed 008/103] gccrs: builtins: Move implementation into source file
arthur . cohen
-
2023/02/21
[committed 004/103] gccrs: Add catch for recusive type queries
arthur . cohen
-
2023/02/21
[committed 005/103] gccrs: testing: try loop in const function
arthur . cohen
-
2023/02/21
[PING, v2] Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere
Thomas Schwinge
-
2023/02/20
Rust: Don't depend on unused 'target-libffi', 'target-libbacktrace' (was: [PATCH Rust front-end v2 32/37] gccrs: Add config-lang.in)
Thomas Schwinge
-
2023/02/17
'#include "tm_p.h"' in 'gcc/rust/backend/rust-tree.cc' (was: [gcc r13-5533] gccrs: const folding port)
Thomas Schwinge
-
2023/02/13
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/13
☠ Buildbot (Sourceware): gccrust - failed 'grep unexpected ...' (failure) (master)
builder--- via Gcc-rust
-
2023/02/13
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/13
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/13
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2023/02/13
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/13
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
cvs-commit at gcc dot gnu.org via Gcc-rust
-
2023/02/13
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/13
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/13
☠ Buildbot (Sourceware): gccrust - failed compile (failure) (master)
builder--- via Gcc-rust
-
2023/02/10
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/09
[Bug rust/108631] gcc/rust/backend/rust-constexpr.cc:2099:33: error: too few arguments to function ‘tree_node* Rust::Compile::unshare_constructor(tree, const char*, int, const char*)’ with --enable-gather-detailed-mem-stats
marxin at gcc dot gnu.org via Gcc-rust
-
2023/02/09
[Bug rust/108631] gcc/rust/backend/rust-constexpr.cc:2099:33: error: too few arguments to function ‘tree_node* Rust::Compile::unshare_constructor(tree, const char*, int, const char*)’ with --enable-gather-detailed-mem-stats
cohenarthur at gcc dot gnu.org via Gcc-rust
-
2023/02/07
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2023/02/07
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
doko at gcc dot gnu.org via Gcc-rust
-
2023/02/03
[PATCH] Disable mn_gccrust and mn_gccrust_bootstrap services
Mark Wielaard
-
2023/02/02
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/02
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/02/02
☝ Buildbot (Sourceware): gccrust - worker not available (master)
builder--- via Gcc-rust
-
2023/02/02
☠ Buildbot (Sourceware): gccrust - failed configure (failure) (master)
builder--- via Gcc-rust
-
2023/02/01
[Bug rust/108631] gcc/rust/backend/rust-constexpr.cc:2099:33: error: too few arguments to function ‘tree_node* Rust::Compile::unshare_constructor(tree, const char*, int, const char*)’ with --enable-gather-detailed-mem-stats
marxin at gcc dot gnu.org via Gcc-rust
-
2023/02/01
[Bug rust/108631] New: gcc/rust/backend/rust-constexpr.cc:2099:33: error: too few arguments to function ‘tree_node* Rust::Compile::unshare_constructor(tree, const char*, int, const char*)’ with --enable-gather-detailed-mem-stats
marxin at gcc dot gnu.org via Gcc-rust
-
2023/01/31
[COMMITTED] gccrs: parser: Parse RangeFullExpr without erroring out
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: lint: Do not emit unused warnings for public items
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: backend: Expose Bvariable class through rust-gcc header
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Add testcase to show forward declared items work via TypeAlias
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Add testcase to show forward declared items work
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Fix duplicated function generation on higher ranked trait bounds
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Static Items must be const evaluated
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Refactor TypeResolution to be a simple query based system
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: module lowering: Do not append null pointers as items
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: expand: eager evaluate macros inside builtin macros
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: const generics: Forbid default values in Functions, Traits and Impls
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: rust: Add -frust-compile-until option
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: testsuite: add loop condition execution test
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Statics are a coercion site
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: add testcase with struct to test component_ref and constructor codes..
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: const generics: Make sure const generic types are visited properly
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: add testcase to test component_ref and constructor codes in eval_constant_expression()
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: backend: correctly formulate the exit condition ...
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Make constexpr constructors type-checking more permissive
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Cleanup formatting of backend expression visitor
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: testsuite/rust: add a testcase for testing ...
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: bugfix: initialize slice from array in const context
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Add new check for contains_associated_types
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Unit structs are not concrete when they need substitutions
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Add testcase for const-eval issue from rust-blog
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Refactor unify to hit a unify_site
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: attributes: Add #[macro_use] as builtin
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: remove bad assertion
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Add missing location info to coercions
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Add guards against getting data from an empty vector
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Add extra debugging for method call expressions
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Remove param_use_canonical_types checks ported from c++ front-end
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: macros: Handle matchers properly in repetitions
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Create canonical process of compiling constant items
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: ast: Add better assertion on AST fragments
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: ast: Only expand expressions and types if the kind is right
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: transcriber: Do not infinite loop if the current parsed node is an error
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: dump: Add AST debugging using the AST::Dump class
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: backend: Add overflow checks to every arithmetic operation
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: rustc_attrs: Allow `rustc_inherit_overflow_checks` as a builtin..
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: builtins: Add add_overflow builtin and refactor class
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: Desugar double borrows into two HIR:BorrowExpr's
Arthur Cohen
-
2023/01/31
[COMMITTED] gccrs: session-manager: Add ast-pretty-expanded dump
Arthur Cohen
-
2023/01/30
Sourceware network outage, Tuesday 2023-01-31
Mark Wielaard
-
2023/01/30
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2023/01/26
☺ Buildbot (Sourceware): gccrust - build successful (master)
builder--- via Gcc-rust
-
2023/01/25
[Bug rust/93090] RFE: Add a frontend for the Rust programming language
redi at gcc dot gnu.org via Gcc-rust
-
2023/01/19
Updated invitation: gccrs February monthly call @ lun. 13 févr. 2023 11am - 12pm (CET) (gcc-rust@gcc.gnu.org)
Arthur Cohen via Gcc-rust
-
2023/01/19
Invitation: February monthly call @ lun. 13 févr. 2023 11am - 12pm (CET) (gcc-rust@gcc.gnu.org)
Arthur Cohen via Gcc-rust
-
2023/01/16
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2023/01/16
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2023/01/16
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2023/01/16
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2023/01/11
Re: [PING] Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere
Jakub Jelinek via Gcc-rust
-
2023/01/11
[PING] Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere
Thomas Schwinge
-
2023/01/10
GCC GSoC 2023: Call for project ideas and mentors
Martin Jambor
-
2022/12/31
Re: Sourceware infrastructure presentation and community Q&A
Mark Wielaard
-
2022/12/24
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2022/12/24
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2022/12/23
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
pinskia at gcc dot gnu.org via Gcc-rust
-
2022/12/23
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2022/12/23
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
pinskia at gcc dot gnu.org via Gcc-rust
-
2022/12/23
[Bug middle-end/108102] rust bootstrap comparison failure on s390x-linux-gnu
pinskia at gcc dot gnu.org via Gcc-rust
-
2022/12/23
[Bug rust/108102] rust bootstrap comparison failure on s390x-linux-gnu
stefansf at linux dot ibm.com via Gcc-rust
-
2022/12/20
[Bug rust/106072] [13 Regression] -Wnonnull warning breaks rust bootstrap
ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-rust
-
2022/12/20
[Bug rust/106072] [13 Regression] -Wnonnull warning breaks rust bootstrap
ktkachov at gcc dot gnu.org via Gcc-rust
-
2022/12/20
[Bug rust/106072] [13 Regression] -Wnonnull warning breaks rust bootstrap
rguenth at gcc dot gnu.org via Gcc-rust
-
2022/12/20
[Bug rust/108113] Rust and --enable-link-serialization=1
dkm at gcc dot gnu.org via Gcc-rust
-
2022/12/20
[Bug rust/108113] Rust and --enable-link-serialization=1
cvs-commit at gcc dot gnu.org via Gcc-rust
-
2022/12/19
[Bug rust/108113] Rust and --enable-link-serialization=1
jakub at gcc dot gnu.org via Gcc-rust
-
2022/12/19
[Bug rust/108113] Rust and --enable-link-serialization=1
tschwinge at gcc dot gnu.org via Gcc-rust
-
2022/12/19
[Bug rust/108113] Rust and --enable-link-serialization=1
dkm at gcc dot gnu.org via Gcc-rust
-
2022/12/16
Re: Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere (was: Make '-frust-incomplete-and-experimental-compiler-do-not-use' a 'Common' option)
Iain Buclaw via Gcc-rust
-
2022/12/16
[Bug rust/108113] Rust and --enable-link-serialization=1
tschwinge at gcc dot gnu.org via Gcc-rust
-
2022/12/16
Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-supports.exp:check_compile' and elsewhere (was: Make '-frust-incomplete-and-experimental-compiler-do-not-use' a 'Common' option)
Thomas Schwinge
-
2022/12/15
[Bug rust/108111] Rust meets clang
dkm at gcc dot gnu.org via Gcc-rust
-
2022/12/15
☺ Buildbot (GNU Toolchain): gccrust - build successful (master)
builder--- via Gcc-rust
-
2022/12/15
Re: Make '-frust-incomplete-and-experimental-compiler-do-not-use' a 'Common' option (was: Rust front-end patches v4)
Jakub Jelinek via Gcc-rust
-
2022/12/15
Re: Make '-frust-incomplete-and-experimental-compiler-do-not-use' a 'Common' option (was: Rust front-end patches v4)
Thomas Schwinge
-
2022/12/15
☠ Buildbot (GNU Toolchain): gccrust - failed configure (failure) (master)
builder--- via Gcc-rust
-
2022/12/15
[Bug rust/108126] rust meets cppcheck
egallager at gcc dot gnu.org via Gcc-rust
-
2022/12/15
Re: [PATCH] testsuite: Add support for Rust and Modula-2 effective target tests
Jakub Jelinek via Gcc-rust
-
2022/12/15
Re: [PATCH] testsuite: Add support for Rust and Modula-2 effective target tests
Andreas Schwab via Gcc-rust
-
2022/12/15
Re: [PATCH] testsuite: Add support for Rust and Modula-2 effective target tests
Andreas Schwab via Gcc-rust
-
2022/12/15
Re: [PATCH] testsuite: Add support for Rust and Modula-2 effective target tests
Arthur Cohen
-
2022/12/15
Re: [PATCH] testsuite: Add support for Rust and Modula-2 effective target tests
Richard Biener via Gcc-rust
-
2022/12/15
[PATCH] testsuite: Add support for Rust and Modula-2 effective target tests
Jakub Jelinek via Gcc-rust