compiler-builtins-zynq/src
Joseph Richey f3846bc05d
lint: Allow improper_ctypes_definitions (#364)
https://github.com/rust-lang/rust/pull/72700 caused the existing
`allow(improper_ctypes)` guard to stop working, we now need
`allow(improper_ctypes_definitions)` instead.

We keep the old one to avoid any issues with older nightlies.

Signed-off-by: Joe Richey <joerichey@google.com>
2020-07-08 09:07:19 -05:00
..
float Use crate visibility for traits (#358) 2020-05-26 15:12:10 -05:00
int Use crate visibility for traits (#358) 2020-05-26 15:12:10 -05:00
arm.rs Switch to using `llvm_asm!` instead of `asm!` (#351) 2020-04-29 15:30:10 -05:00
arm_linux.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
lib.rs lint: Allow improper_ctypes_definitions (#364) 2020-07-08 09:07:19 -05:00
macros.rs Place intrinsics in individual object files (#349) 2020-04-10 17:00:50 -05:00
math.rs Update libm for fmin/fmax/fminf/fmaxf 2019-06-05 23:41:18 +01:00
mem.rs Gate atomic intrinsics on presence of instructions (#324) 2019-11-11 12:38:50 -06:00
probestack.rs Manually patch ret instruction for LVI (#359) 2020-06-01 10:55:42 -05:00
riscv32.rs Fix compile on riscv again 2018-08-31 16:00:12 -07:00
x86.rs Switch to using `llvm_asm!` instead of `asm!` (#351) 2020-04-29 15:30:10 -05:00
x86_64.rs Switch to using `llvm_asm!` instead of `asm!` (#351) 2020-04-29 15:30:10 -05:00