about summary refs log tree commit diff
path: root/tests/codegen/repr
AgeCommit message (Expand)AuthorLines
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-3/+3
2024-09-18tests: Move wasm32 to transparent-opaque-ptr.rs testJubilee Young-4/+4
2024-09-17tests: add repr/transparent test for aarch64David Wood-3/+116
2024-09-09Ban non-array SIMDScott McMurray-1/+1
2024-08-12Auto merge of #128371 - andjo403:rangeAttribute, r=nikicbors-1/+1
2024-08-11Add range attribute to scalar function results and argumentsAndreas Jonson-1/+1
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-3/+3
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-82/+206
2024-03-10add -O to some tests which depend on attributes being addedErik Desjardins-4/+5
2024-03-09convert codegen/repr/transparent-* tests to no_core, fix discrepanciesErik Desjardins-48/+200
2024-03-05use [N x i8] for byval/sret typesErik Desjardins-8/+8
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-22/+22
2023-09-07add support for rustc_abi(assert_eq) and use it to test some repr(transparent...Ralf Jung-1/+0
2023-07-29Replace ignore-everything with only-archJubilee Young-29/+26
2023-07-29mv tests/codegen/repr-* tests/codegen/reprJubilee Young-0/+457