about summary refs log tree commit diff
path: root/tests/codegen/enum
AgeCommit message (Expand)AuthorLines
2024-09-18Update the minimum external LLVM to 18Josh Stone-1/+0
2024-09-14Simplify the canonical clone method to copyDianQK-2/+4
2024-08-11Add range attribute to scalar function results and argumentsAndreas Jonson-1/+1
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-12/+21
2024-04-30codegen tests: Tolerate `range()` qualifications in enum testsMatthew Maurer-3/+3
2024-04-24Auto merge of #122053 - erikdesjardins:alloca, r=nikicbors-1/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+1
2024-04-11use [N x i8] for alloca typesErik Desjardins-1/+1
2024-04-08Add test case for #119014DianQK-0/+26
2024-04-03Auto merge of #122225 - DianQK:nits-120268, r=cjgillotbors-24/+43
2024-03-13Update `unreachable_enum_default_branch.rs`DianQK-24/+43
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-0/+4
2024-03-07Replace the default branch with an unreachable branch If it is the last variantDianQK-0/+24
2024-02-25Use generic `NonZero` in tests.Markus Reiter-10/+7
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-17/+17
2023-07-29tests/codegen/enum-* -> enum/enum-*Jubilee Young-0/+381