aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/execute
AgeCommit message (Expand)AuthorFilesLines
3 daysgccrs: offset_of: Compile the offset properlyArthur Cohen1-0/+16
3 daysgccrs: Add test case showing method resolution with const-genericsPhilip Herron1-0/+24
3 daysgccrs: Remove warning for unused `self` parameterRyutaro Okada7-7/+1
3 daysgccrs: Add execute test for variable and identifiersPierre-Emmanuel Patry2-0/+47
3 daysgccrs: Implement compilation for SlicePattern against SliceType scrutineeYap Zhi Heng1-0/+24
3 daysgccrs: fix bad monomophization of generic pathsPhilip Herron1-0/+438
3 daysgccrs: Implement compilation for SlicePattern matching against ArrayType scru...Yap Zhi Heng1-0/+23
3 daysgccrs: Add test case showing all derives working on enumPhilip Herron1-0/+465
3 daysgccrs: Fix bad bounds checking for PartialOrdPhilip Herron4-0/+998
3 daysgccrs: Remove -frust-name-resolution-2.0 usage in testsOwen Avery1-1/+0
3 daysgccrs: Implement compilation support for TuplePatternItems::RANGEDZhi Heng1-0/+27
3 daysgccrs: Fix TupleStructPattern compilation throwing errorZhi Heng1-0/+12
3 daysgccrs: Add test case showing RPIT working to close issuePhilip Herron1-0/+35
3 daysgccrs: Fix execute testsuiteOwen Avery3-1/+35
3 daysgccrs: Fix issues around PartialEq Eq Ord Partial OrdPhilip Herron9-0/+2738
3 daysgccrs: Implement compilation of IdentifierPattern's subpattern bindingsZhi Heng1-0/+15
3 daysgccrs: derive(PartialEq): Implement proper discriminant comparisonArthur Cohen1-0/+14
3 daysgccrs: Fix bug in query type stopping PartialOrdPhilip Herron2-0/+360
3 daysgccrs: Support compilation of IdentifierPattern's subpatternsZhi Heng1-0/+10
3 daysgccrs: const-block: Add testcaseArthur Cohen1-0/+9
3 daysgccrs: Initial support for Return Position Impl TraitPhilip Herron3-0/+89
3 daysgccrs: nr2.0: Fix some paths in test filesOwen Avery3-57/+57
3 daysgccrs: nr2.0: Fix test builtin_abort.rsOwen Avery1-1/+1
3 daysgccrs: Fix test same_field_name.rsOwen Avery1-8/+0
3 daysgccrs: Improve struct pattern compilationOwen Avery1-0/+13
3 daysgccrs: desugar APIT impl traitsPhilip Herron7-0/+226
3 daysgccrs: derive(PartialEq): Fix raw strings in testCohenArthur1-2/+2
3 daysgccrs: derive(PartialEq): Allow deriving enum structsArthur Cohen1-0/+66
3 daysgccrs: 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
2025-03-24gccrs: add discriminant value intrinsicPhilip Herron1-0/+48
2025-03-24gccrs: ast: Add DesugarForLoop classArthur Cohen2-0/+1089
2025-03-24gccrs: derive(Default): Add implementationArthur Cohen1-0/+26
2025-03-24gccrs: Fix compilation of trait-items which map to impl itemsPhilip Herron1-0/+90
2025-03-24gccrs: Add option_env! supportLiam Naddell1-0/+65
2025-03-21gccrs: derive(Clone): Add lang item typepaths failure testcases to nr2 excludeArthur Cohen1-0/+1
2025-03-21gccrs: derive(Clone): Implement derive clone for enum struct variantsArthur Cohen1-0/+51
2025-03-21gccrs: lang-items: Mark Clone trait as a lang item in testsuiteArthur Cohen1-0/+1
2025-03-21gccrs: improve mutability checksPhilip Herron1-1/+1
2025-03-21gccrs: parser: Add testcases for multiline stringsArthur Cohen1-0/+15
2025-03-21rust: Desugar IfLet* into MatchExprMarc Poulhiès1-0/+84
2025-03-19gccrs: Provide input operand for gccrsbadumbatish2-5/+28
2025-03-19gccrs: Dynamic dispatch with supertraitsLiam Naddell5-0/+265