rust/src/test/ui/const-eval
2018-05-25 15:13:54 +02:00
..
conditional_array_execution.rs Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
conditional_array_execution.stderr Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
const_let.rs Report let bindings and statements as unstable 2018-05-22 10:54:05 +02:00
const_let.stderr Report let bindings and statements as unstable 2018-05-22 10:54:05 +02:00
const_signed_pat.rs Sign extend constants in range patterns 2018-04-19 09:01:27 +02:00
const_transmute.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
duration_conversion.rs const time 2018-05-10 22:10:11 +03:00
enum_discr.rs Allow variant discriminant initializers to refer to other initializers of the same enum 2018-04-26 08:54:14 +02:00
extern_fat_pointer.rs Fix thinning pointers to extern types in miri 2018-05-08 13:52:20 +02:00
ice-packed.rs Allow unaligned reads in constants 2018-05-02 15:48:26 +02:00
index_out_of_bound.rs Unregress error spans in constant errors 2018-03-08 08:34:17 +01:00
index_out_of_bound.stderr Improve div by zero const eval errors 2018-04-30 18:29:15 +02:00
issue-43197.rs Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
issue-43197.stderr Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
issue-44578.rs Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
issue-44578.stderr Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
issue-47971.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
issue-50706.rs Go through an allocation when accessing fields of constants 2018-05-19 14:24:24 +02:00
no_lint_for_statically_known_error.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
promoted_const_fn_fail.rs Add a test showing the erroneous promoted bug 2018-05-19 13:10:51 +02:00
promoted_const_fn_fail.stderr Add a test showing the erroneous promoted bug 2018-05-19 13:10:51 +02:00
promoted_errors.rs Release mode overflows should not cause const eval to error 2018-05-19 13:10:51 +02:00
promoted_errors.stderr Release mode overflows should not cause const eval to error 2018-05-19 13:10:51 +02:00
pub_const_err.rs Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
pub_const_err.stderr Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
pub_const_err_bin.rs Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
pub_const_err_bin.stderr Make the const_err lint deny-by-default 2018-05-12 16:21:02 +02:00
ref_to_float_transmute.rs Add missing newlines 2018-05-24 20:49:38 +02:00
ref_to_int_match.rs Adjust test for 32 bit targets 2018-05-25 15:13:54 +02:00
ref_to_int_match.stderr Adjust test for 32 bit targets 2018-05-25 15:13:54 +02:00
strlen.rs Add some runtime sanity checks 2018-05-21 19:00:56 +02:00