summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust
AgeCommit message (Expand)Author
2025-11-17gccrs: Fix segv in errors in type checking an impl itemPhilip Herron
2025-11-17gccrs: Support generic constant impl itemsPhilip Herron
2025-11-17gccrs: Fix const generics handling on array typesPhilip Herron
2025-11-17gccrs: make invalid inner attributes show errorLucas Ly Ba
2025-11-17gccrs: fix ICE on missing pattern in while loopLucas Ly Ba
2025-11-17gccrs: fix cfg attribute error with literal predicateLucas Ly Ba
2025-11-17gccrs: fix segfault with empty cfg attributeLucas Ly Ba
2025-11-17gccrs: fix error multiple cfg predicatesLucas Ly Ba
2025-11-17gccrs: Add support for binding const generic values to pathsPhilip Herron
2025-11-17gccrs: Implement E0579 error checking in RangePattern compilationYap Zhi Heng
2025-11-17gccrs: Fix `RangePattern` negative literal bounds being treated as positiveYap Zhi Heng
2025-11-17gccrs: Fix ICE with non-trailing const defaultsvishruth-thimmaiah
2025-11-17gccrs: Add minus sign compilation for LiteralPatternYap Zhi Heng
2025-11-17gccrs: fix segfault on exported macroLucas Ly Ba
2025-10-30gccrs: Attempt to resolve pattern items in tuple pattern with a rest patternYap Zhi Heng
2025-10-30gccrs: Fix ICE on enum in tuple struct patternRyo Yoshida
2025-10-30gccrs: Fix ICE for repr attribute malformationYap Zhi Heng
2025-10-30gccrs: fix inner attr derive doesn't show errorLucas Ly Ba
2025-10-30gccrs: fix ICE in TyVar constructorlishin
2025-10-30gccrs: Emit error when tuple-indexing on non-tuplesRyo Yoshida
2025-10-30gccrs: test: add a regression test for issue Rust-GCC/gccrs#41450xllx0
2025-10-30gccrs: Add doc attribute checking on traitsPierre-Emmanuel Patry
2025-10-30gccrs: Avoid malformed attribute conversionPierre-Emmanuel Patry
2025-10-30gccrs: Use rich_location for TupleStructPattern type check num field errorYap Zhi Heng
2025-10-30gccrs: Implement compilation support for HIR::TupleStructItemsHasRestYap Zhi Heng
2025-10-30gccrs: tests: added extra parens compile test0xllx0
2025-10-30gccrs: Test libcoreOwen Avery
2025-10-30gccrs: Add HIR lowering support for rest pattern in struct patterns' ASTYap Zhi Heng
2025-10-30gccrs: Handle link_name attributeOwen Avery
2025-10-30gccrs: Add origin location to expanded tokensPierre-Emmanuel Patry
2025-10-30gccrs: Fix ICE where we expect a num enum variantPhilip Herron
2025-10-30gccrs: Add error diag for self params on plain functionsPhilip Herron
2025-10-30gccrs: Fix ICE on copied array expressionsPhilip Herron
2025-10-30gccrs: fnptr types can hold onto generic params so it needs to handle substsPhilip Herron
2025-10-30gccrs: Fix ICE for invalid const capacity expression handlingPhilip Herron
2025-10-30gccrs: Fix ICE handling division by zero in const evalPhilip Herron
2025-10-30gccrs: Fix ICE with invalid const expressionPhilip Herron
2025-10-30gccrs: Protect from errors in alternate pattern parsingOwen Avery
2025-10-30gccrs: Add test to confirm Rust-GCC/gccrs#3922 fixPierre-Emmanuel Patry
2025-10-30gccrs: Add test to confirm Rust-GCC/gccrs#3924 fixPierre-Emmanuel Patry
2025-10-30gccrs: Fix crash on break outside of loop contextPhilip Herron
2025-10-30gccrs: Fix segv when handling invalid array capacitiesPhilip Herron
2025-10-30gccrs: Implement missing read-only checker case for TuplePatternItemsHasRestYap Zhi Heng
2025-10-30gccrs: Implement missing var decl case for TuplePatternItemsHasRestYap Zhi Heng
2025-10-30gccrs: remove 2nd last usage of can_eqPhilip Herron
2025-10-30gccrs: Error out on unsuffixed self list use declarationPierre-Emmanuel Patry
2025-10-30gccrs: Emit error on lonely self use declarationPierre-Emmanuel Patry
2025-10-30gccrs: Allow early resolution to use the language preludeOwen Avery
2025-10-30gccrs: Remove Parser::parse_tuple_index_expr_floatOwen Avery
2025-10-30gccrs: Eagerly expand format_args macroOwen Avery