aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile
AgeCommit message (Expand)AuthorFilesLines
2025-03-19gccrs: Use name resolver 2.0 in const checkerOwen Avery1-3/+0
2025-03-19gccrs: Load unloaded modules during toplevel resolution 2.0Owen Avery1-1/+0
2025-03-19gccrs: Provide input operand for gccrsbadumbatish1-3/+3
2025-03-19gccrs: Allow identifiers and paths to reference types during nr2.0Owen Avery1-4/+0
2025-03-19gccrs: Improve handling of InlineAsm in DefaultASTVisitorOwen Avery1-1/+0
2025-03-19gccrs: Insert static items into the value namespaceOwen Avery1-2/+0
2025-03-19gccrs: Handle TypeAlias during toplevel resolution 2.0Owen Avery1-1/+0
2025-03-19gccrs: Fix some issues with canonical path fetching in name resolution 2.0Owen Avery1-8/+0
2025-03-19gccrs: Improve Rib::Definition shadowingOwen Avery1-1/+0
2025-03-19gccrs: Fix ICE when typechecking non-trait item when we expect onePhilip Herron2-1/+13
2025-03-19gccrs: Add test case to show ICE is fixedPhilip Herron2-0/+4
2025-03-19gccrs: add test case to show impl block on ! worksPhilip Herron2-0/+14
2025-03-19rust: fix ICE during name resolution for impls on unit-typesPhilip Herron2-0/+15
2025-03-19rust: Add support for Clone and Copy derive on generic typesPhilip Herron4-0/+137
2025-03-19gccrs: Remove some passing test from nr2 passing listPierre-Emmanuel Patry1-4/+0
2025-03-19gccrs: Add box definition to avoid errorPierre-Emmanuel Patry1-0/+2
2025-03-19gccrs: This test requires the standard libraryPierre-Emmanuel Patry1-0/+1
2025-03-19gccrs: Update exclude list with working testsPierre-Emmanuel Patry1-26/+1
2025-03-19gccrs: Move failing test to xfailPierre-Emmanuel Patry1-1/+2
2025-03-19gccrs: rust fix ICE when hir lowering qualified path expressions without an asPhilip Herron2-0/+10
2025-03-19rust: fix ICE when compiling impl block for !Philip Herron2-1/+27
2025-03-19gccrs: Remove some overloaded methods from DefaultResolver.Owen Avery1-16/+0
2025-03-19rust: negative polarity removes restrictions on validation of impl blocksPhilip Herron2-0/+17
2025-03-19gccrs: Create new test system for name resolution 2.0Owen Avery2-0/+429
2025-03-19gccrs: [gccrs#3141] Fix incorrect handling of overflow in numeric typesJoanVC1-0/+62
2025-03-19gccrs: Emit error on auto-traitsbenjamin.thos3-0/+3
2025-03-19gccrs: Implement initial pattern analysis pass.Raiki Tamura3-0/+136
2025-03-19gccrs: Dynamic dispatch with supertraitsLiam Naddell2-0/+98
2025-03-19gccrs: Fix v0-mangle1.rs test when run with ASANOwen Avery1-1/+1
2025-03-19gccrs: Rehaul, Apply code review from Arthurbadumbatish1-4/+3
2025-03-19gccrs: Make inline mov compilesbadumbatish2-7/+9
2025-03-19gccrs: Added noreturn checking for nevertype, new testbadumbatish1-0/+21
2025-03-19gccrs: Added new test for prep of output {}badumbatish1-0/+18
2025-03-19gccrs: Make sure CompileExpr::visit is reachedjjasmine1-0/+12
2025-03-19gccrs: Add typecheck for path patterns.Raiki Tamura2-1/+31
2025-03-19rust: Add checking for union patternsRaiki Tamura1-0/+19
2025-03-19gccrs: feature-gate: Cleanup visitor and constructorArthur Cohen8-0/+16
2025-03-19gccrs: attributes: Start handling prelude_import properlyArthur Cohen1-0/+12
2025-03-19gccrs: Attempted to access a nonexistent field [E0609]Muhammad Mahad1-0/+14
2025-03-19gccrs: [gccrs#2324] Add error message for E0532Liam Naddell2-0/+38
2025-03-19gccrs: Eager expansion for include* gccrs#1805 gccrs#1865Liam Naddell8-0/+77
2025-03-19gccrs: Fix the parser's operand and flags storagebadumbatish2-5/+5
2025-03-19gccrs: Move mbe macro tests to their own directoryPierre-Emmanuel Patry80-0/+35
2025-03-19gccrs: Move builtin macro tests to their own directoryPierre-Emmanuel Patry16-31/+66
2025-03-19gccrs: Move procedural macro test to their own directoryPierre-Emmanuel Patry22-0/+35
2025-03-19gccrs: [gccrs#3045] #[may_dangle] in safe implLiam Naddell2-0/+41
2025-03-19gccrs: Properly striping struct fields when using attrsAntonio Gomes1-0/+27
2025-03-17gccrs: [E0576] Associated `item` not found in given `type`Muhammad Mahad1-0/+10
2025-03-17gccrs: [gccrs#2987] Patch ICE when deriving Clone and CopyLiam Naddell1-0/+17
2025-03-17gccrs: [gccrs#3046] ICE on failing to find enum variantLiam Naddell1-0/+23