aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/execute
AgeCommit message (Expand)AuthorFilesLines
8 daysgccrs: Provide input operand for gccrsbadumbatish2-5/+28
8 daysgccrs: Dynamic dispatch with supertraitsLiam Naddell5-0/+265
8 daysgccrs: Provide new asm test case for amd64badumbatish2-0/+25
8 daysgccrs: Fix return type of asm mov 5 to i32:0, torturedbadumbatish1-1/+2
8 daysgccrs: Make inline mov compilesbadumbatish1-1/+4
8 daysgccrs: Start work on expand inline asmbadumbatish1-0/+19
8 daysgccrs: feature-gate: Cleanup visitor and constructorArthur Cohen2-0/+5
8 daysgccrs: Eager expansion for include* gccrs#1805 gccrs#1865Liam Naddell2-25/+35
10 daysgccrs: Update pattern with \r* for dg-output testsbadumbatish2-3/+2
10 daysgccrs: Add testcases for handling struct as scrutinee for match exprNobel Singh1-0/+34
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-02-21gccrs: Add testcase for matches!() macroArthur Cohen1-0/+30
2024-01-30gccrs: Fix output line ending patterns.Arthur Cohen6-6/+6
2024-01-30gccrs: Handle newlines during string parsing while lexingNirmal Patel1-0/+23
2024-01-30gccrs: refactor builtins initialization and attributesArthur Cohen3-4/+18
2024-01-30gccrs: Add execution test for name resolution 2.0Pierre-Emmanuel Patry1-0/+24
2024-01-16gccrs: Add named variadic argument testPierre-Emmanuel Patry1-0/+20
2024-01-16gccrs: Fix match-expression code-genPhilip Herron1-0/+552
2024-01-16gccrs: Fix bad uninit intrinsicPhilip Herron1-0/+13
2024-01-16gccrs: Begin enforcing Sized properly and support anti traits like ?SizedPhilip Herron68-2/+205
2024-01-16gccrs: [E0124] field x is already declared in structMuhammad Mahad1-0/+8
2024-01-16gccrs: Fix non-mod-rs files' external module loading pathsOwen Avery1-0/+0
2024-01-16gccrs: derive: Add #[derive(Clone)] for regular structsArthur Cohen1-0/+29
2024-01-16gccrs: expansion: Add base for deriving builtin macros (Clone, Copy...)Arthur Cohen2-0/+42
2024-01-16gccrs: Fix bounds checking to check both sidesPhilip Herron1-0/+37
2024-01-16gccrs: Add missing coercion site logic to return expressionsPhilip Herron1-0/+35
2024-01-16gccrs: add missing coercion site code generation for block tailPhilip Herron1-0/+29
2024-01-16gccrs: unify how we handle DST'sPhilip Herron1-0/+34
2024-01-16gccrs: enr: Accumulate nested escaped macros properly.Arthur Cohen1-0/+18
2024-01-16gccrs: Handle replacing stripped tail expressionsOwen Avery1-0/+9
2024-01-16gccrs: patterns: Add execution testcases to verify proper pattern matchingArthur Cohen2-0/+30
2024-01-16gccrs: Fix ICE using constructors for intilizers in staticsPhilip Herron1-0/+26
2024-01-16gccrs: fix ICE when closure body is not a blockPhilip Herron1-0/+15
2024-01-16gccrs: Fix parsing of array expressions.Owen Avery1-0/+3
2024-01-16gccrs: hir: Improve pattern bindings handling in closure parametersMahmoud Mohamed2-0/+36
2024-01-16gccrs: hir: Provide basic handling for ReferencePattern in function parameterMahmoud Mohamed1-0/+8
2024-01-16gccrs: expand: Add stringify macroPierre-Emmanuel Patry1-0/+34
2024-01-16gccrs: Add feature gate for "rustc_attri".mxlol23311-1/+23
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-04-06gccrs: Add variadic argument type checkingOwen Avery1-1/+1
2023-04-06gccrs: Add feature gate for "rust-intrinsic".mxlol23312-0/+23
2023-04-06gccrs: Add support for TuplePattern in let statementsOwen Avery1-0/+4
2023-04-06gccrs: Add general TypeBounds checksPhilip Herron2-2/+116
2023-04-06gccrs: Add another test case for passing associated type-boundsPhilip Herron1-0/+30
2023-04-06gccrs: testsuite: Handle Windows carriage returns properlyArthur Cohen87-109/+104
2023-04-06gccrs: Support associated type bound argumentsPhilip Herron1-0/+26
2023-04-06gccrs: Implement declarative macro 2.0 parserRaiki Tamura4-0/+46
2023-02-21gccrs: Add initial support for argument capture of closuresPhilip Herron1-0/+33
2023-02-21gccrs: intrinsics: Implement atomic_load intrinsicsArthur Cohen1-0/+31
2023-02-21gccrs: intrinsics: Add early implementation for atomic_store_{seqcst, relaxed...Arthur Cohen1-0/+32