summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/mod.rs
AgeCommit message (Expand)AuthorLines
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-2/+2
2020-11-04Update compiler/rustc_target/src/abi/mod.rsOli Scherer-1/+1
2020-11-04Update compiler/rustc_target/src/abi/mod.rsOli Scherer-1/+1
2020-11-04`u128` truncation and sign extension are not just interpreter relatedoli-0/+29
2020-10-30Fix even more clippy warningsJoshua Nelson-16/+4
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-2/+2
2020-09-26might_permit_raw_init: also check aggregate fieldsRalf Jung-4/+19
2020-08-30mv compiler to compiler/mark-0/+1150