gcc-rust
Thread
Date
Earlier messages
Messages by Thread
[Bug rust/120018] [15/16 regression] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits
sjames at gcc dot gnu.org
[Bug rust/120018] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits
pinskia at gcc dot gnu.org
[Bug rust/120018] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits
pinskia at gcc dot gnu.org
[Bug rust/120018] internal compiler error: in redirect_to_unreachable, at ipa-fnsummary.cc:258 for 32-bits
dkm at gcc dot gnu.org
[PATCH][15.2] nr2.0: late: Correctly initialize funny_error member
arthur . cohen
Re: [PATCH][15.2] nr2.0: late: Correctly initialize funny_error member
Andrew Pinski
Re: [PATCH][15.2] nr2.0: late: Correctly initialize funny_error member
Marc Poulhiès
[COMMITTED 01/42] gccrs: Fix segv in unsafe chcker
arthur . cohen
[COMMITTED 02/42] gccrs: Implement typecheck for zero-variant enums
arthur . cohen
[COMMITTED 06/42] gccrs: Fix ICE when checking shift's which are behind array refs
arthur . cohen
[COMMITTED 07/42] gccrs: Add check for placeholder (infer) type in return position
arthur . cohen
[COMMITTED 14/42] gccrs: Add test case to show issue is fixed
arthur . cohen
[COMMITTED 03/42] gccrs: Implement integer representation for enums
arthur . cohen
[COMMITTED 05/42] gccrs: Fix crash in hir dump as labels are optional
arthur . cohen
[COMMITTED 04/42] gccrs: Update comments in repr parsing code
arthur . cohen
[COMMITTED 08/42] gccrs: Emit error with old asm syntax in new asm blocks
arthur . cohen
[COMMITTED 12/42] gccrs: Add execute test for black_box intrinsic
arthur . cohen
[COMMITTED 16/42] gccrs: nr2.0: Handle StructPatternFieldIdent
arthur . cohen
[COMMITTED 18/42] gccrs: nr2.0: Remove unnecessary copy of Node
arthur . cohen
[COMMITTED 09/42] gccrs: Add llvmInlineAsm node
arthur . cohen
Re: [COMMITTED 09/42] gccrs: Add llvmInlineAsm node
Andrew Pinski
Re: [COMMITTED 09/42] gccrs: Add llvmInlineAsm node
Andrew Pinski
Re: [COMMITTED 09/42] gccrs: Add llvmInlineAsm node
Arthur Cohen
Re: [COMMITTED 09/42] gccrs: Add llvmInlineAsm node
Arthur Cohen
[COMMITTED 11/42] gccrs: Add LlvmInlineAsm node dump
arthur . cohen
[COMMITTED 19/42] gccrs: Add test case to show ice is fixed
arthur . cohen
[COMMITTED 10/42] gccrs: Parse and lower llvm asm node
arthur . cohen
[COMMITTED 20/42] gccrs: Fix ICE when handling case of unknown field in HIR::FieldAccess
arthur . cohen
[COMMITTED 22/42] gccrs: Fix ICE with empty generic arguments
arthur . cohen
[COMMITTED 25/42] gccrs: nr2.0: Improve error handling
arthur . cohen
[COMMITTED 23/42] gccrs: prealloc the initilizer vector
arthur . cohen
[COMMITTED 21/42] gccrs: Adjust segment start position errors
arthur . cohen
[COMMITTED 24/42] gccrs: nr2.0: Fix derive-debug1.rs
arthur . cohen
[COMMITTED 13/42] gccrs: Add gimple test for black box intrinsic
arthur . cohen
[COMMITTED 32/42] gccrs: Add equality operator for identifiers
arthur . cohen
[COMMITTED 33/42] gccrs: Add hash function for Identifiers
arthur . cohen
[COMMITTED 15/42] gccrs: Add test case to show ICE is fixed
arthur . cohen
[COMMITTED 17/42] gccrs: Fix ICE in struct expressions
arthur . cohen
[COMMITTED 28/42] gccrs: Prevent forward declaration in type parameters
arthur . cohen
[COMMITTED 42/42] gccrs: Fix narrowing conversion warnings
arthur . cohen
[COMMITTED 26/42] gccrs: Change error message to match expected test output
arthur . cohen
[COMMITTED 31/42] gccrs: Add fn_once and Sized lang items to the test
arthur . cohen
[COMMITTED 38/42] gccrs: Use specialized param visit function for params
arthur . cohen
[COMMITTED 39/42] gccrs: Completely duplicate path node
arthur . cohen
[COMMITTED 27/42] gccrs: Remove error state for GenericArg
arthur . cohen
[COMMITTED 29/42] gccrs: Update generics9 expected error message
arthur . cohen
[COMMITTED 30/42] gccrs: Change expected error output to match nr2
arthur . cohen
[COMMITTED 36/42] gccrs: Use stacked context for nested bindings.
arthur . cohen
[COMMITTED 37/42] gccrs: Remove passing test from exclusion list
arthur . cohen
[COMMITTED 40/42] gccrs: Some assorted tweaks and bug fixes
arthur . cohen
[COMMITTED 35/42] gccrs: Add pattern bindings
arthur . cohen
[COMMITTED 34/42] gccrs: Add binding context class
arthur . cohen
[COMMITTED 41/42] gccrs: Visit visibility in UseDeclaration
arthur . cohen
[wwwdocs] gcc-15: Add changes for Rust frontend
arthur . cohen
Re: [wwwdocs] gcc-15: Add changes for Rust frontend
Arthur Cohen
[COMMITTED 01/19] rust: Use FLOAT_TYPE_P instead of manual checking
arthur . cohen
[COMMITTED 03/19] rust: use range for inside rust-gcc.cc [PR119341]
arthur . cohen
[COMMITTED 06/19] gccrs: nr2.0: Do not resolve modules this run if they are unloaded
arthur . cohen
[COMMITTED 04/19] rust: Add comment inside block [PR119342]
arthur . cohen
[COMMITTED 08/19] gccrs: ast: Add get_locus() to DelimTokenTree
arthur . cohen
[COMMITTED 10/19] gccrs: expansion: Only add fragments if the matcher succeeded
arthur . cohen
[COMMITTED 09/19] gccrs: session: Desugar question mark operator after expansion instead.
arthur . cohen
[COMMITTED 05/19] gccrs: typecheck: Properly select methods when dealing with specialization
arthur . cohen
[COMMITTED 14/19] gccrs: install.texi: Mention Rust requirement for building gccrs
arthur . cohen
[COMMITTED 16/19] gccrs: attributes: Add missing attributes used in `core`
arthur . cohen
[COMMITTED 07/19] gccrs: ast: Support outer attributes for AST::RangeExpr
arthur . cohen
[COMMITTED 11/19] gccrs: expansion: Desugar doc comments into attributes before expansion
arthur . cohen
[COMMITTED 17/19] gccrs: nr2.0: Only insert derive macros if they exist
arthur . cohen
[COMMITTED 19/19] gccrs: lang-items: Add ManuallyDrop<T>
arthur . cohen
[COMMITTED 18/19] gccrs: attributes: Handle external tool annotations like rustfmt::
arthur . cohen
[COMMITTED 15/19] gccrs: Add `#[track_caller]` as known attribute
arthur . cohen
[COMMITTED 12/19] gccrs: format_args: Allow extraneous commas, improve safety
arthur . cohen
[COMMITTED 13/19] gccrs: Fix const checking of enum discriminants
arthur . cohen
[COMMITTED 02/19] rust: Use error_operand_p in rust-gcc.cc
arthur . cohen
[COMMITTED 01/32] gccrs: Evaluate the enum's discriminant in a const context
arthur . cohen
[COMMITTED 02/32] gccrs: nr2.0: Handle global paths
arthur . cohen
[COMMITTED 06/32] gccrs: Fix recusive type query and nullptr on type path
arthur . cohen
[COMMITTED 09/32] gccrs: Fix ICE when hitting invalid types for generics
arthur . cohen
[COMMITTED 03/32] gccrs: Fix ICE when doing shift checks on const decl
arthur . cohen
[COMMITTED 07/32] gccrs: Fix ICE on invalid match arms
arthur . cohen
[COMMITTED 14/32] gccrs: nr2.0: Improve test script
arthur . cohen
[PUSHED] Disable parallel testing for 'rust/compile/nr2/compile.exp' [PR119508]
Thomas Schwinge
[COMMITTED 21/32] gccrs: Remove unused error constructor and getter
arthur . cohen
[COMMITTED 11/32] gccrs: hir: Add default qualifier to function, lower it properly
arthur . cohen
[COMMITTED 19/32] gccrs: Visit loop label before predicate expression
arthur . cohen
[COMMITTED 18/32] gccrs: Add check for label
arthur . cohen
[COMMITTED 05/32] gccrs: Fix ICE when there are 2 functions named main
arthur . cohen
[COMMITTED 08/32] gccrs: Fix ICE on raw reference
arthur . cohen
[COMMITTED 12/32] gccrs: Fix ICE for reserved lifetime name
arthur . cohen
[COMMITTED 22/32] gccrs: Update ast visitor with proper check for looplabel
arthur . cohen
[COMMITTED 16/32] gccrs: Revert part of 44ffe1193269
arthur . cohen
[COMMITTED 26/32] gccrs: Adapt testcase to name resolution 2.0
arthur . cohen
[COMMITTED 24/32] gccrs: Fix unresolved label error message
arthur . cohen
[COMMITTED 23/32] gccrs: Migrate error state to optionals
arthur . cohen
[COMMITTED 28/32] gccrs: Rename label getter in ContinueExpr
arthur . cohen
[COMMITTED 27/32] gccrs: Change optional to expected for parse_loop_label
arthur . cohen
[COMMITTED 32/32] gccrs: nr2.0: Adjust test macro6.rs
arthur . cohen
[COMMITTED 17/32] gccrs: Resolve labels
arthur . cohen
[COMMITTED 31/32] gccrs: nr2.0: Adjust test issue-2812.rs
arthur . cohen
[COMMITTED 10/32] gccrs: feature: Add min_specialization feature
arthur . cohen
[COMMITTED 04/32] gccrs: Fix ICE when resolving lifetimes without name
arthur . cohen
[COMMITTED 13/32] gccrs: nr2.0: Remove duplicate self visit
arthur . cohen
[COMMITTED 20/32] gccrs: Make loop label truly optional
arthur . cohen
[COMMITTED 25/32] gccrs: Resolve labels within break or continue expressions
arthur . cohen
[COMMITTED 15/32] gccrs: refactoring rust_error_at "redefined multiple times"
arthur . cohen
[COMMITTED 30/32] gccrs: fix ICE segfault with empty feature gate
arthur . cohen
[COMMITTED 29/32] gccrs: Rename label getter to unchecked
arthur . cohen
[Bug rust/119353] New: build failure: error[E0554]: `#![feature]` may not be used on the stable release channel
felix-gcc at fefe dot de
[Bug rust/119353] build failure: error[E0554]: `#![feature]` may not be used on the stable release channel
sch...@linux-m68k.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
sjames at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
sjames at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
felix-gcc at fefe dot de
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
pinskia at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
cohenarthur at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
cohenarthur at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
pierre-emmanuel.patry at embecosm dot com
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
pinskia at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
ebotcazou at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
doko at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
ebotcazou at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
xry111 at gcc dot gnu.org
[Bug rust/119353] [15 regression] Rust fails to build (build failure: error[E0554]: `#![feature]` may not be used on the stable release channel)
cohenarthur at gcc dot gnu.org
[Bug rust/119641] New: narrowing Warning during bootstrap in Rust::BIR::PlaceDB::lookup_or_add_variable
pinskia at gcc dot gnu.org
[Bug rust/119641] narrowing Warning during bootstrap in Rust::BIR::PlaceDB::lookup_or_add_variable
tschwinge at gcc dot gnu.org
[Bug rust/119641] narrowing Warning during bootstrap in Rust::BIR::PlaceDB::lookup_or_add_variable
cohenarthur at gcc dot gnu.org
Пополнение игрового аккаунта на Noob-Rp
Noob Role Play
[COMMITTED 01/35] gccrs: Fix function name to printf
arthur . cohen
[COMMITTED 05/35] gccrs: parser: Parse let-else statements
arthur . cohen
[COMMITTED 03/35] gccrs: Remove now passing test from exclusion list
arthur . cohen
[COMMITTED 06/35] gccrs: dump: Handle let-else properly
arthur . cohen
[COMMITTED 04/35] gccrs: ast: Add optional diverging else to AST::LetStmt
arthur . cohen
[COMMITTED 02/35] gccrs: Fix testcase module path
arthur . cohen
[COMMITTED 14/35] gccrs: fix unconstrained infer vars on generic associated type
arthur . cohen
[COMMITTED 15/35] gccrs: Fix core library test with proper canonical path
arthur . cohen
[COMMITTED 17/35] gccrs: Add check for super traits being implemented by Self
arthur . cohen
[COMMITTED 07/35] gccrs: name-resolution: Handle let-else properly
arthur . cohen
[COMMITTED 23/35] gccrs: Update exclusion list
arthur . cohen
[COMMITTED 22/35] gccrs: Resolve module final self segment in use decls
arthur . cohen
[COMMITTED 33/35] gccrs: fix ice when setting up regions
arthur . cohen
[COMMITTED 35/35] gccrs: Fix SEGV when type path resolver fails outright
arthur . cohen
[COMMITTED 34/35] gccrs: fix crash in parse repr options and missing delete call
arthur . cohen
[COMMITTED 10/35] rust: Lower minimum supported Rust version to 1.49
arthur . cohen
[COMMITTED 20/35] gccrs: Fix ICE when doing method resolution on trait predicates
arthur . cohen
[COMMITTED 21/35] gccrs: Give the builtin unit struct an actual locus
arthur . cohen
[COMMITTED 18/35] gccrs: Fix ICE when compiling block expressions in array capacity
arthur . cohen
[COMMITTED 30/35] gccrs: Fix ICE in array ref constexpr
arthur . cohen
[COMMITTED 32/35] gccrs: FIX ICE for malformed repr attribute
arthur . cohen
[COMMITTED 16/35] gccrs: Fix ICE when array elements are not a value
arthur . cohen
[COMMITTED 24/35] gccrs: Add new test to highlight namespace for self import
arthur . cohen
[COMMITTED 31/35] gccrs: FIX ICE when working with HIR::BareFunctionType
arthur . cohen
[COMMITTED 25/35] gccrs: Fix ICE when compiling path which resolves to trait constant
arthur . cohen
[COMMITTED 28/35] gccrs: nr2.0: Rename prelude to lang_prelude
arthur . cohen
[COMMITTED 26/35] gccrs: Fix ICE during const expr eval on array expressions
arthur . cohen
[COMMITTED 29/35] gccrs: Add ending newline to rust-macro-builtins-log-debug.cc
arthur . cohen
[COMMITTED 08/35] gccrs: lower: Handle let-else properly
arthur . cohen
[COMMITTED 12/35] gccrs: testsuite: Add more testcases for cfg() in core
arthur . cohen
[COMMITTED 19/35] gccrs: Fix ICE when using super mid way though path
arthur . cohen
[COMMITTED 09/35] gccrs: nr2.0: Fix test const_generics_3.rs
arthur . cohen
[COMMITTED 27/35] gccrs: nr2.0: Fix test macros/mbe/macro43.rs
arthur . cohen
[COMMITTED 11/35] gccrs: Lower raw string literals
arthur . cohen
[COMMITTED 13/35] gccrs: Fix validation of constant items
arthur . cohen
[Bug rust/119508] New: Hundreds of rust tests XPASS
ro at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
ro at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
pierre-emmanuel.patry at embecosm dot com
[Bug rust/119508] Hundreds of rust tests XPASS
pinskia at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
pinskia at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
sjames at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
pierre-emmanuel.patry at embecosm dot com
[Bug rust/119508] Hundreds of rust tests XPASS
mark at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
tschwinge at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
pierre-emmanuel.patry at embecosm dot com
[Bug rust/119508] Hundreds of rust tests XPASS
tschwinge at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
mark at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
sjames at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
tschwinge at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
powerboat9.gamer at gmail dot com
[Bug rust/119508] Hundreds of rust tests XPASS
sjames at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
mark at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
powerboat9.gamer at gmail dot com
[Bug rust/119508] Hundreds of rust tests XPASS
mark at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
mark at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
powerboat9.gamer at gmail dot com
[Bug rust/119508] Hundreds of rust tests XPASS
ro at CeBiTec dot Uni-Bielefeld.DE
[Bug rust/119508] Hundreds of rust tests XPASS
sjames at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
cvs-commit at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
tschwinge at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
powerboat9.gamer at gmail dot com
[Bug rust/119508] Hundreds of rust tests XPASS
tschwinge at gcc dot gnu.org
[Bug rust/119508] Hundreds of rust tests XPASS
powerboat9.gamer at gmail dot com
[Bug rust/119508] Hundreds of rust tests XPASS
jakub at gcc dot gnu.org
[PATCHSET] Update Rust frontend 24/03/2024 4/4
arthur . cohen
[COMMITTED 003/141] gccrs: lang-item:Add LangItem::Kind::RECEIVER
arthur . cohen
[COMMITTED 002/141] gccrs: typecheck: Add basic handling for applying auto trait bounds
arthur . cohen
[COMMITTED 004/141] gccrs: hir-dump: Improve handling of typepathsegments that are lang items.
arthur . cohen
[COMMITTED 005/141] gccrs: ast-builder: Add extra parameter for TypeParam builder
arthur . cohen
[COMMITTED 006/141] gccrs: derive(Clone): Add Clone bound on generated impl blocks
arthur . cohen
[COMMITTED 013/141] gccrs: Add environment capture to NR2
arthur . cohen
[COMMITTED 014/141] gccrs: Add captures for ClosureExprInnerTyped with nr2
arthur . cohen
[COMMITTED 011/141] gccrs: backend: Allow anything as a match scrutinee
arthur . cohen
[COMMITTED 028/141] gccrs: Add unit struct to name namespace in old resolver
arthur . cohen
Earlier messages