compiler-builtins-zynq/testcrate/tests
Alex Crichton 40ef6cb749
Allow FFI-unsafe warnings for u128/i128 (#323)
* Allow FFI-unsafe warnings for u128/i128

Handle new warnings on nightly, and we shouldn't need to worry about
these with compiler-builtins since this is tied to a particular compiler.

* Clean up crate attributes

* No need for stability marker
* Rustdoc docs not used for this crate
* Remove old build-system related cruft from rustc itself.

* Run `cargo fmt`
2019-11-11 12:19:10 -06:00
..
aeabi_memclr.rs Allow FFI-unsafe warnings for u128/i128 (#323) 2019-11-11 12:19:10 -06:00
aeabi_memcpy.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
aeabi_memset.rs Allow FFI-unsafe warnings for u128/i128 (#323) 2019-11-11 12:19:10 -06:00
count_leading_zeros.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
generated.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00