summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call
AgeCommit message (Expand)AuthorLines
2020-11-21Replace sext() and zext() with single ext() methodbjorn3-15/+9
2020-11-21Rename prefix_chunk to prefix_chunk_sizebjorn3-6/+6
2020-11-21Remove StructRet arg attrbjorn3-5/+0
2020-11-21Replace ByVal attribute with on_stack field for Indirectbjorn3-12/+19
2020-11-21Replace ZExt and SExt flags with ArgExtension enumbjorn3-7/+33
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-2/+2
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-4/+4
2020-10-30Fix even more clippy warningsJoshua Nelson-28/+10
2020-10-02Returns values up to 2*usize by valueJonas Schievink-12/+0
2020-09-26Return values up to 128 bits in registersJonas Schievink-0/+12
2020-08-30mv compiler to compiler/mark-0/+2526