rust/tests/run
yvt 63ffdfdd17 Add compilation tests with optimization enabled
Introduces a new variant of `tests/lib.rs` that compiles the source
files in `tests/run` with `-Copt-level=3`.
2022-04-30 09:53:06 +09:00
..
abort1.rs Initial commit 2021-08-12 21:46:50 -04:00
abort2.rs Initial commit 2021-08-12 21:46:50 -04:00
array.rs Initial commit 2021-08-12 21:46:50 -04:00
asm.rs Add missing feature gate 2021-12-30 16:41:11 +01:00
assign.rs Correctly import foreign statics 2022-01-25 13:16:44 +01:00
closure.rs Initial commit 2021-08-12 21:46:50 -04:00
condition.rs Initial commit 2021-08-12 21:46:50 -04:00
empty_main.rs Initial commit 2021-08-12 21:46:50 -04:00
exit_code.rs Initial commit 2021-08-12 21:46:50 -04:00
exit.rs Initial commit 2021-08-12 21:46:50 -04:00
fun_ptr.rs Initial commit 2021-08-12 21:46:50 -04:00
int_overflow.rs Add compilation tests with optimization enabled 2022-04-30 09:53:06 +09:00
int.rs Wrap numbers with black_box in-line, remove one 2022-04-06 22:11:52 +09:00
mut_ref.rs Correctly import foreign statics 2022-01-25 13:16:44 +01:00
operations.rs Correctly import foreign statics 2022-01-25 13:16:44 +01:00
ptr_cast.rs Initial commit 2021-08-12 21:46:50 -04:00
return-tuple.rs Initial commit 2021-08-12 21:46:50 -04:00
slice.rs Initial commit 2021-08-12 21:46:50 -04:00
static.rs Add Destruct and Drop traits to static.rs 2022-03-26 14:41:55 +01:00
structs.rs Initial commit 2021-08-12 21:46:50 -04:00
tuple.rs Initial commit 2021-08-12 21:46:50 -04:00