about summary refs log tree commit diff
path: root/tests/codegen/function-arguments.rs
AgeCommit message (Expand)AuthorLines
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