aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile
AgeCommit message (Expand)AuthorFilesLines
2024-02-21gccrs: Add variadic check on function params0xn4utilus1-0/+17
2024-02-21gccrs: Fix lookup of TuplePattern sub-pattern typesOwen Avery1-0/+4
2024-02-21gccrs: add powi intrinsicsMarc Poulhiès1-2/+10
2024-02-21gccrs: Add testcase for #[rustc_const_stable]Arthur Cohen1-0/+2
2024-02-21gccrs: Fix rebinding importsOwen Avery1-0/+7
2024-02-15gccrs: Avoid *.bak suffixed tests - use dg-skip-if insteadJakub Jelinek1-0/+1
2024-02-07gccrs: Fix inconsistent formatting.Kushal Pal1-1/+1
2024-02-07gccrs: fix bug in pattern check for tuplesPhilip Herron1-0/+11
2024-02-07gccrs: Add testcase to show issue is already fixedPhilip Herron1-0/+12
2024-02-07gccrs: remove old generics hack to reuse generic symbols from previous segPhilip Herron3-0/+28
2024-02-07gccrs: Fix ICE accessing empty vector without checkPhilip Herron1-0/+31
2024-02-07gccrs: add test cases to prove type inference is workingPhilip Herron2-0/+40
2024-02-07gccrs: add testcase to prove issue has already been fixedPhilip Herron1-0/+28
2024-02-07gccrs: Parse normal functions with `self` parameter correctlyKushal Pal1-0/+4
2024-01-30gccrs: Add improved error when no fields in initializerRobert Goss1-2/+4
2024-01-30gccrs: Test: check implemented for lifetime handlingJakub Dupak1-0/+19
2024-01-30gccrs: Test: fix missing lifetime in a testJakub Dupak1-1/+1
2024-01-30gccrs: Add improved error when a field is redefined in a struct constructorRobert Goss1-0/+10
2024-01-30gccrs: Handle `async` keyword for regular implementationsKushal Pal1-0/+10
2024-01-30gccrs: Fix inconsistent formattingKushal Pal1-1/+1
2024-01-30gccrs: Handle `async` functions in traitsKushal Pal1-0/+9
2024-01-30gccrs: Handle newlines during string parsing while lexingNirmal Patel1-0/+11
2024-01-30gccrs: Generate error for `async` trait fucntionsKushal Pal1-0/+13
2024-01-30gccrs: refactor builtins initialization and attributesArthur Cohen4-63/+59
2024-01-30gccrs: Allow enabling lang_items and no_core featuresOwen Avery1-0/+6
2024-01-30gccrs: Generate error for const trait functionsNobel Singh1-0/+12
2024-01-30gccrs: Add a regression test for function body checkPierre-Emmanuel Patry1-0/+21
2024-01-30gccrs: Add multiple regression test in name resolutionPierre-Emmanuel Patry3-0/+26
2024-01-30gccrs: Add regression test for const fn in traitPierre-Emmanuel Patry1-0/+4
2024-01-30gccrs: Add a regression test for async const functionsPierre-Emmanuel Patry1-0/+3
2024-01-30gccrs: Add a regression test for unsafe module validationPierre-Emmanuel Patry1-0/+2
2024-01-30gccrs: Added support to Parse ASYNC functionM V V S Manoj Kumar2-0/+10
2024-01-30gccrs: Add ast validation check on union variant numberPierre-Emmanuel Patry2-1/+8
2024-01-30gccrs: Add a test regular variadic functions errorsPierre-Emmanuel Patry1-0/+4
2024-01-30gccrs: Add check for associated items on auto traitsPierre-Emmanuel Patry1-2/+3
2024-01-30gccrs: Add a regression test for super trait on auto traitPierre-Emmanuel Patry1-0/+4
2024-01-30gccrs: Add regression test for generic auto traitsPierre-Emmanuel Patry1-0/+2
2024-01-30gccrs: Add new test for parsing errors on self pointersPierre-Emmanuel Patry3-0/+24
2024-01-30gccrs: Add a test to highlight public trait type parsingPierre-Emmanuel Patry1-0/+6
2024-01-16gccrs: Add a new test for float disambiguationPierre-Emmanuel Patry1-0/+6
2024-01-16gccrs: v0-mangle closuresRaiki Tamura1-0/+17
2024-01-16gccrs: Add new test for invalid variadicsPierre-Emmanuel Patry1-0/+6
2024-01-16gccrs: Add regression test for invalid label namePierre-Emmanuel Patry1-0/+23
2024-01-16gccrs: Add regression test for lifetime name validationPierre-Emmanuel Patry1-0/+6
2024-01-16gccrs: Add named variadic argument testPierre-Emmanuel Patry1-0/+14
2024-01-16gccrs: Add a new regression test for named variadicsPierre-Emmanuel Patry1-0/+5
2024-01-16gccrs: Add a new regression testPierre-Emmanuel Patry1-0/+4
2024-01-16gccrs: Add a new test for const without bodyPierre-Emmanuel Patry1-0/+8
2024-01-16gccrs: Add regression test for float literal tuple indicesPierre-Emmanuel Patry1-0/+3
2024-01-16gccrs: Add a new regression test for issue 2665Pierre-Emmanuel Patry1-0/+6