aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust
AgeCommit message (Expand)AuthorFilesLines
2025-04-28gccrs: Completely duplicate path nodePierre-Emmanuel Patry1-1/+0
2025-04-28gccrs: Remove passing test from exclusion listPierre-Emmanuel Patry1-2/+0
2025-04-28gccrs: Add fn_once and Sized lang items to the testPierre-Emmanuel Patry1-10/+19
2025-04-28gccrs: Change expected error output to match nr2Pierre-Emmanuel Patry2-5/+5
2025-04-28gccrs: Update generics9 expected error messagePierre-Emmanuel Patry2-2/+2
2025-04-28gccrs: Change error message to match expected test outputPierre-Emmanuel Patry1-2/+0
2025-04-28gccrs: nr2.0: Improve error handlingOwen Avery1-1/+0
2025-04-28gccrs: nr2.0: Fix derive-debug1.rsOwen Avery2-2/+1
2025-04-28gccrs: Fix ICE with empty generic argumentsPhilip Herron2-0/+3
2025-04-28gccrs: Adjust segment start position errorsOwen Avery3-5/+5
2025-04-28gccrs: Fix ICE when handling case of unknown field in HIR::FieldAccessPhilip Herron3-1/+22
2025-04-28gccrs: Add test case to show ice is fixedPhilip Herron2-0/+8
2025-04-28gccrs: Fix ICE in struct expressionsPhilip Herron3-6/+15
2025-04-28gccrs: nr2.0: Handle StructPatternFieldIdentOwen Avery1-1/+0
2025-04-28gccrs: Add test case to show ICE is fixedPhilip Herron1-0/+8
2025-04-28gccrs: Add test case to show issue is fixedPhilip Herron1-0/+17
2025-04-28gccrs: Add gimple test for black box intrinsicPierre-Emmanuel Patry1-0/+28
2025-04-28gccrs: Add execute test for black_box intrinsicPierre-Emmanuel Patry1-0/+30
2025-04-28gccrs: Add check for placeholder (infer) type in return positionPhilip Herron1-0/+14
2025-04-28gccrs: Fix ICE when checking shift's which are behind array refsPhilip Herron1-0/+5
2025-04-28gccrs: Implement typecheck for zero-variant enumsZhi Heng2-0/+4
2025-04-28gccrs: Fix segv in unsafe chckerPhilip Herron1-0/+7
2025-04-19Disable parallel testing for 'rust/compile/nr2/compile.exp' [PR119508]Thomas Schwinge1-0/+11
2025-04-14gccrs: Add `#[track_caller]` as known attributebeamandala1-0/+6
2025-04-14gccrs: Fix const checking of enum discriminantsOwen Avery1-0/+9
2025-04-14gccrs: format_args: Allow extraneous commas, improve safetyArthur Cohen1-0/+47
2025-04-14gccrs: expansion: Desugar doc comments into attributes before expansionArthur Cohen3-0/+101
2025-04-14gccrs: expansion: Only add fragments if the matcher succeededArthur Cohen1-0/+80
2025-04-14gccrs: typecheck: Properly select methods when dealing with specializationArthur Cohen2-0/+67
2025-04-08gccrs: nr2.0: Adjust test macro6.rsOwen Avery2-2/+1
2025-04-08gccrs: nr2.0: Adjust test issue-2812.rsOwen Avery2-3/+2
2025-04-08gccrs: fix ICE segfault with empty feature gateMatty Kuhn1-0/+2
2025-04-08gccrs: Adapt testcase to name resolution 2.0Pierre-Emmanuel Patry1-0/+4
2025-04-08gccrs: Resolve labels within break or continue expressionsPierre-Emmanuel Patry1-1/+0
2025-04-08gccrs: Fix unresolved label error messagePierre-Emmanuel Patry1-2/+2
2025-04-08gccrs: Visit loop label before predicate expressionPierre-Emmanuel Patry1-2/+0
2025-04-08gccrs: Add check for labelPierre-Emmanuel Patry1-2/+0
2025-04-08gccrs: nr2.0: Improve test scriptOwen Avery1-14/+18
2025-04-08gccrs: nr2.0: Remove duplicate self visitOwen Avery1-1/+0
2025-04-08gccrs: Fix ICE for reserved lifetime namePhilip Herron1-0/+7
2025-04-08gccrs: hir: Add default qualifier to function, lower it properlyArthur Cohen1-0/+15
2025-04-08gccrs: Fix ICE when hitting invalid types for genericsPhilip Herron6-0/+24
2025-04-08gccrs: Fix ICE on raw referencePhilip Herron1-0/+24
2025-04-08gccrs: Fix ICE on invalid match armsPhilip Herron1-0/+10
2025-04-08gccrs: Fix recusive type query and nullptr on type pathPhilip Herron1-0/+2
2025-04-08gccrs: Fix ICE when there are 2 functions named mainPhilip Herron1-0/+8
2025-04-08gccrs: Fix ICE when resolving lifetimes without namePhilip Herron1-0/+8
2025-04-08gccrs: Fix ICE when doing shift checks on const declPhilip Herron1-0/+6
2025-04-08gccrs: nr2.0: Handle global pathsOwen Avery1-2/+0
2025-04-08gccrs: Evaluate the enum's discriminant in a const contextRyutaro Okada1-0/+7