aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust
AgeCommit message (Expand)AuthorFilesLines
2024-08-01gccrs: Add a test for inherent impl type name resolvePierre-Emmanuel Patry1-0/+5
2024-08-01gccrs: unify: Always coerce `!` to the target type.Arthur Cohen2-0/+34
2024-08-01gccrs: raw-strings: Remove dg-excess-error directiveArthur Cohen2-2/+2
2024-08-01gccrs: Improve parsing of raw string literalsOwen Avery1-0/+6
2024-08-01gccrs: Avoid parsing const unsafe/extern functions as asyncOwen Avery1-0/+1
2024-08-01gccrs: Recognize unstable as a builtin attributeOwen Avery1-0/+2
2024-08-01gccrs: Recognize rustc_deprecated as a builtin attributeOwen Avery1-0/+4
2024-08-01gccrs: Improve parsing of raw byte string literalsOwen Avery1-0/+6
2024-08-01gccrs: Add globbing name resolution 2.0 testPierre-Emmanuel Patry2-0/+34
2024-08-01gccrs: nr2.0: Add new test cases.Arthur Cohen9-1/+126
2024-08-01gccrs: Add tuple struct constructor to value namespacePierre-Emmanuel Patry1-0/+5
2024-08-01gccrs: format-args: Add basic test caseArthur Cohen1-0/+47
2024-08-01gccrs: Remove dead code associated with `AST::ExternalFunctionItem`0xn4utilus1-0/+5
2024-08-01gccrs: Ensure TupleStructPattern and TuplePattern have itemsOwen Avery1-1/+1
2024-08-01gccrs: Adjust error checks to match name resolution 2.0Owen Avery6-10/+10
2024-08-01gccrs: Fix false positive for top-level AltPatternOwen Avery1-0/+1
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-21gccrs: Add testcase for matches!() macroArthur Cohen1-0/+30
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: Fix output line ending patterns.Arthur Cohen6-6/+6
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 Patel2-0/+34
2024-01-30gccrs: Generate error for `async` trait fucntionsKushal Pal1-0/+13
2024-01-30gccrs: refactor builtins initialization and attributesArthur Cohen7-67/+77
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 execution test for name resolution 2.0Pierre-Emmanuel Patry1-0/+24
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