aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/execute
AgeCommit message (Expand)AuthorFilesLines
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
2025-08-05gccrs: derive(PartialEq): Fix raw strings in testCohenArthur1-2/+2
2025-08-05gccrs: derive(PartialEq): Allow deriving enum structsArthur Cohen1-0/+66
2025-08-05gccrs: backend: Compile struct rebinding patternsArthur Cohen1-0/+19
2025-04-28gccrs: Add execute test for black_box intrinsicPierre-Emmanuel Patry1-0/+30
2025-04-14gccrs: typecheck: Properly select methods when dealing with specializationArthur Cohen2-0/+67
2025-03-24gccrs: support generic super traits recursivelyPhilip Herron1-0/+52
2025-03-24gccrs: check for recursion trait cycle with bounds checksPhilip Herron1-0/+52
2025-03-24gccrs: expansion: Correctly expand $crate metavarArthur Cohen1-0/+11
2025-03-24gccrs: derive(PartialEq): Also derive StructuralPartialEqArthur Cohen1-0/+3
2025-03-24gccrs: derive(PartialEq): Add partial implementationArthur Cohen1-0/+61
2025-03-24gccrs: add variant_count intrinsicPhilip Herron1-0/+25