summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/execute
AgeCommit message (Expand)Author
2025-11-17gccrs: Support generic constant impl itemsPhilip Herron
2025-11-17gccrs: Fix const generics handling on array typesPhilip Herron
2025-11-17gccrs: Add support for binding const generic values to pathsPhilip Herron
2025-11-17gccrs: Fix `RangePattern` negative literal bounds being treated as positiveYap Zhi Heng
2025-11-17gccrs: Add minus sign compilation for LiteralPatternYap Zhi Heng
2025-10-30gccrs: Implement compilation support for HIR::TupleStructItemsHasRestYap Zhi Heng
2025-10-30gccrs: Handle link_name attributeOwen Avery
2025-10-30gccrs: Implement rest pattern support for slice patternsYap Zhi Heng
2025-10-30gccrs: Implement let statement support for IdentifierPattern's subpatternsYap Zhi Heng
2025-10-30gccrs: Exclude some inline assembly testPierre-Emmanuel Patry
2025-08-05gccrs: offset_of: Compile the offset properlyArthur Cohen
2025-08-05gccrs: Add test case showing method resolution with const-genericsPhilip Herron
2025-08-05gccrs: Remove warning for unused `self` parameterRyutaro Okada
2025-08-05gccrs: Add execute test for variable and identifiersPierre-Emmanuel Patry
2025-08-05gccrs: Implement compilation for SlicePattern against SliceType scrutineeYap Zhi Heng
2025-08-05gccrs: fix bad monomophization of generic pathsPhilip Herron
2025-08-05gccrs: Implement compilation for SlicePattern matching against ArrayType scru...Yap Zhi Heng
2025-08-05gccrs: Add test case showing all derives working on enumPhilip Herron
2025-08-05gccrs: Fix bad bounds checking for PartialOrdPhilip Herron
2025-08-05gccrs: Remove -frust-name-resolution-2.0 usage in testsOwen Avery
2025-08-05gccrs: Implement compilation support for TuplePatternItems::RANGEDZhi Heng
2025-08-05gccrs: Fix TupleStructPattern compilation throwing errorZhi Heng
2025-08-05gccrs: Add test case showing RPIT working to close issuePhilip Herron
2025-08-05gccrs: Fix execute testsuiteOwen Avery
2025-08-05gccrs: Fix issues around PartialEq Eq Ord Partial OrdPhilip Herron
2025-08-05gccrs: Implement compilation of IdentifierPattern's subpattern bindingsZhi Heng
2025-08-05gccrs: derive(PartialEq): Implement proper discriminant comparisonArthur Cohen
2025-08-05gccrs: Fix bug in query type stopping PartialOrdPhilip Herron
2025-08-05gccrs: Support compilation of IdentifierPattern's subpatternsZhi Heng
2025-08-05gccrs: const-block: Add testcaseArthur Cohen
2025-08-05gccrs: Initial support for Return Position Impl TraitPhilip Herron
2025-08-05gccrs: nr2.0: Fix some paths in test filesOwen Avery
2025-08-05gccrs: nr2.0: Fix test builtin_abort.rsOwen Avery
2025-08-05gccrs: Fix test same_field_name.rsOwen Avery
2025-08-05gccrs: Improve struct pattern compilationOwen Avery
2025-08-05gccrs: desugar APIT impl traitsPhilip Herron
2025-08-05gccrs: derive(PartialEq): Fix raw strings in testCohenArthur
2025-08-05gccrs: derive(PartialEq): Allow deriving enum structsArthur Cohen
2025-08-05gccrs: backend: Compile struct rebinding patternsArthur Cohen
2025-04-28gccrs: Add execute test for black_box intrinsicPierre-Emmanuel Patry
2025-04-14gccrs: typecheck: Properly select methods when dealing with specializationArthur Cohen
2025-03-24gccrs: support generic super traits recursivelyPhilip Herron
2025-03-24gccrs: check for recursion trait cycle with bounds checksPhilip Herron
2025-03-24gccrs: expansion: Correctly expand $crate metavarArthur Cohen
2025-03-24gccrs: derive(PartialEq): Also derive StructuralPartialEqArthur Cohen
2025-03-24gccrs: derive(PartialEq): Add partial implementationArthur Cohen
2025-03-24gccrs: add variant_count intrinsicPhilip Herron
2025-03-24gccrs: add discriminant value intrinsicPhilip Herron
2025-03-24gccrs: ast: Add DesugarForLoop classArthur Cohen
2025-03-24gccrs: derive(Default): Add implementationArthur Cohen