about summary refs log tree commit diff
path: root/tests/codegen/function-arguments.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-278/+0
2025-07-01Remove support for dyn*Michael Goulet-9/+0
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2025-01-30LLVM changed the nocapture attribute to captures(none)Hans Wennborg-2/+2
2024-11-08pointee_info_at: fix logic for recursing into enumsRalf Jung-4/+20
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-4/+4
2024-08-11Add range attribute to scalar function results and argumentsAndreas Jonson-3/+3
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-80/+52
2024-04-25Auto merge of #121298 - nikic:writable, r=cuviperbors-1/+1
2024-04-25Set writable and dead_on_unwind attributes for sret argumentsNikita Popov-1/+1
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-03-11Auto merge of #122050 - erikdesjardins:sret, r=nikicbors-1/+1
2024-03-05use [N x i8] for byval/sret typesErik Desjardins-1/+1
2024-03-05only set noalias on Box with the global allocatorRalf Jung-0/+10
2024-02-25Use generic `NonZero` in tests.Markus Reiter-4/+4
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-12-15Separate immediate and in-memory ScalarPair representationNikita Popov-1/+1
2023-07-27CHECK only for opaque ptrJosh Stone-32/+32
2023-07-10rustc_target: Add alignment to indirectly-passed by-value types, correcting thePatrick Walton-2/+2
2023-07-08Always name the return place.Camille GILLOT-1/+1
2023-02-18Make dyn* have the same scalar pair ABI as corresponding fat pointerMichael Goulet-1/+3
2023-02-18Add codegen testMichael Goulet-0/+7
2023-02-06also do not add noalias on not-Unpin BoxRalf Jung-2/+8
2023-02-06make &mut !Unpin not dereferenceableRalf Jung-1/+15
2023-01-17Add more codegen testsNilstrieb-1/+27
2023-01-17Put `noundef` on all scalars that don't allow uninitNilstrieb-15/+15
2023-01-11Move /src/test to /testsAlbert Larsan-0/+235