aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/execute
AgeCommit message (Expand)AuthorFilesLines
2026-04-14gccrs: intrinsic: Add tests for cttz and cttz_nonzeroMohamed Ali2-0/+171
2026-04-14gccrs: Disambiguate identifier and path patternsOwen Avery2-0/+45
2026-04-14gccrs: intrinsic: Add separated tests for each typeMohamed Ali16-0/+425
2026-04-14gccrs: intrinsic: Add ctlz and ctlz_nonzero intrinsicsMohamed Ali2-0/+102
2026-04-14gccrs: Fix 128-bit non-decimal integer literal saturationEnes Cevik1-0/+24
2026-03-20gccrs: intrinsic: Add bswap intrinsicEnes Cevik1-0/+263
2026-03-20gccrs: Fix match arm scopeOwen Avery1-2/+3
2026-02-27gccrs: Add `#![no_core]` attribute to most testsPierre-Emmanuel Patry244-1/+732
2026-02-27gccrs: Prevent resolution of items within parent modulesPierre-Emmanuel Patry1-0/+2
2026-02-27gccrs: Implement type check & codegen for HIR::StructPatternFieldTuplePatYap Zhi Heng1-0/+10
2026-02-27gccrs: testsuite: Adds test from issue 1245lenny.chiadmi-delage1-0/+31
2026-01-02Update copyright years.Jakub Jelinek2-2/+2
2025-12-03gccrs: rust: Add `#![feature(lang_items)]` to tests.Raiki Tamura123-21/+182
2025-11-25gccrs: Add support for initial generic associated typesPhilip Herron1-0/+18
2025-11-17gccrs: Support generic constant impl itemsPhilip Herron3-0/+50
2025-11-17gccrs: Fix const generics handling on array typesPhilip Herron2-0/+56
2025-11-17gccrs: Add support for binding const generic values to pathsPhilip Herron1-0/+20
2025-11-17gccrs: Fix `RangePattern` negative literal bounds being treated as positiveYap Zhi Heng1-0/+11
2025-11-17gccrs: Add minus sign compilation for LiteralPatternYap Zhi Heng1-0/+9
2025-10-30gccrs: Implement compilation support for HIR::TupleStructItemsHasRestYap Zhi Heng2-0/+52
2025-10-30gccrs: Handle link_name attributeOwen Avery1-0/+16
2025-10-30gccrs: Implement rest pattern support for slice patternsYap Zhi Heng2-0/+55
2025-10-30gccrs: Implement let statement support for IdentifierPattern's subpatternsYap Zhi Heng1-0/+11
2025-10-30gccrs: Exclude some inline assembly testPierre-Emmanuel Patry2-0/+2
2025-08-05gccrs: offset_of: Compile the offset properlyArthur Cohen1-0/+16
2025-08-05gccrs: Add test case showing method resolution with const-genericsPhilip Herron1-0/+24
2025-08-05gccrs: Remove warning for unused `self` parameterRyutaro Okada7-7/+1
2025-08-05gccrs: Add execute test for variable and identifiersPierre-Emmanuel Patry2-0/+47
2025-08-05gccrs: Implement compilation for SlicePattern against SliceType scrutineeYap Zhi Heng1-0/+24
2025-08-05gccrs: fix bad monomophization of generic pathsPhilip Herron1-0/+438
2025-08-05gccrs: Implement compilation for SlicePattern matching against ArrayType scru...Yap Zhi Heng1-0/+23
2025-08-05gccrs: Add test case showing all derives working on enumPhilip Herron1-0/+465
2025-08-05gccrs: Fix bad bounds checking for PartialOrdPhilip Herron4-0/+998
2025-08-05gccrs: Remove -frust-name-resolution-2.0 usage in testsOwen Avery1-1/+0
2025-08-05gccrs: Implement compilation support for TuplePatternItems::RANGEDZhi Heng1-0/+27
2025-08-05gccrs: Fix TupleStructPattern compilation throwing errorZhi Heng1-0/+12
2025-08-05gccrs: Add test case showing RPIT working to close issuePhilip Herron1-0/+35
2025-08-05gccrs: Fix execute testsuiteOwen Avery3-1/+35
2025-08-05gccrs: Fix issues around PartialEq Eq Ord Partial OrdPhilip Herron9-0/+2738
2025-08-05gccrs: Implement compilation of IdentifierPattern's subpattern bindingsZhi Heng1-0/+15
2025-08-05gccrs: derive(PartialEq): Implement proper discriminant comparisonArthur Cohen1-0/+14
2025-08-05gccrs: Fix bug in query type stopping PartialOrdPhilip Herron2-0/+360
2025-08-05gccrs: Support compilation of IdentifierPattern's subpatternsZhi Heng1-0/+10
2025-08-05gccrs: const-block: Add testcaseArthur Cohen1-0/+9
2025-08-05gccrs: Initial support for Return Position Impl TraitPhilip Herron3-0/+89
2025-08-05gccrs: nr2.0: Fix some paths in test filesOwen Avery3-57/+57
2025-08-05gccrs: nr2.0: Fix test builtin_abort.rsOwen Avery1-1/+1
2025-08-05gccrs: Fix test same_field_name.rsOwen Avery1-8/+0
2025-08-05gccrs: Improve struct pattern compilationOwen Avery1-0/+13
2025-08-05gccrs: desugar APIT impl traitsPhilip Herron7-0/+226