rust/src/test/ui/const-eval
2018-07-29 20:24:26 +02:00
..
conditional_array_execution.nll.stderr Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00
conditional_array_execution.rs Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00
conditional_array_execution.stderr Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +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_prop_errors.rs Hide some lints which are not quite right the way they are reported to the user 2018-07-25 13:05:05 +02:00
const_signed_pat.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
const_transmute.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
dont_promote_unstable_const_fn.nll.stderr Enforce stability of const fn in promoteds 2018-05-24 17:22:31 +02:00
dont_promote_unstable_const_fn.rs Enforce stability of const fn in promoteds 2018-05-24 17:22:31 +02:00
dont_promote_unstable_const_fn.stderr Enforce stability of const fn in promoteds 2018-05-24 17:22:31 +02:00
double_check.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
double_check2.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
double_check2.stderr Sanity-check all constants 2018-07-29 20:22:15 +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-generic-assoc-const.rs Don't use ParamEnv::reveal_all() if there is a real one available 2018-06-27 18:24:24 +02:00
ice-packed.rs Allow unaligned reads in constants 2018-05-02 15:48:26 +02:00
index_out_of_bounds.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
index_out_of_bounds.stderr Sanity-check all constants 2018-07-29 20:22:15 +02:00
index_out_of_bounds_propagated.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
index_out_of_bounds_propagated.stderr Sanity-check all constants 2018-07-29 20:22:15 +02:00
infinite_loop.rs Shorten error message and add link to test 2018-07-04 14:36:07 -07:00
infinite_loop.stderr Shorten error message and add link to test 2018-07-04 14:36:07 -07:00
issue-43197.nll.stderr Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00
issue-43197.rs Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00
issue-43197.stderr Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00
issue-44578.nll.stderr Improve suggestion for missing fmt str in println 2018-07-19 23:18:07 -07:00
issue-44578.rs Properly report transitive errors 2018-06-05 20:49:47 +02:00
issue-44578.stderr Turn the use of erroneous constants into errors again 2018-06-28 11:04:26 +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
issue-50814-2.rs Satisfy the untiring tidy 2018-06-05 20:49:47 +02:00
issue-50814-2.stderr Turn the use of erroneous constants into errors again 2018-06-28 11:04:26 +02:00
issue-50814.rs Satisfy the untiring tidy 2018-06-05 20:49:47 +02:00
issue-50814.stderr Turn the use of erroneous constants into errors again 2018-06-28 11:04:26 +02:00
issue-51300.rs Correctly access ScalarPair fields during const eval 2018-06-02 23:34:25 +02:00
issue-52442.rs Properly scope label resolution 2018-07-20 16:18:22 +02:00
issue-52442.stderr Properly scope label resolution 2018-07-20 16:18:22 +02:00
issue-52443.rs Properly scope label resolution 2018-07-20 16:18:22 +02:00
issue-52443.stderr Properly scope label resolution 2018-07-20 16:18:22 +02:00
match-test-ptr-null.rs add license text 2018-07-15 14:26:31 +02:00
match-test-ptr-null.stderr fix line numbers 2018-07-15 20:42:18 +02:00
no_lint_for_statically_known_error.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
promote_mutable_zst_mir_borrowck.rs 0-length arrays can even be mutably promoted 2018-07-25 14:09:06 +02:00
promoted_const_fn_fail.rs Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00
promoted_errors.rs Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00
promoted_errors.stderr Promoteds are statics and statics have a place, not just a value 2018-07-23 09:51:30 +02:00
pub_const_err.rs Don't const propagate the body of constants 2018-06-28 11:04:25 +02:00
pub_const_err.stderr Don't const propagate the body of constants 2018-06-28 11:04:25 +02:00
pub_const_err_bin.rs Don't const propagate the body of constants 2018-06-28 11:04:25 +02:00
pub_const_err_bin.stderr Don't const propagate the body of constants 2018-06-28 11:04:25 +02:00
ref_to_float_transmute.rs Add missing newlines 2018-05-24 20:49:38 +02:00
ref_to_int_match.rs migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
ref_to_int_match.stderr migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
shift_overflow.rs Detect overflows of non u32 shifts 2018-06-27 13:47:19 +02:00
shift_overflow.stderr Detect overflows of non u32 shifts 2018-06-27 13:47:19 +02:00
strlen.rs Add some runtime sanity checks 2018-05-21 19:00:56 +02:00
ub-enum-ptr.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
ub-enum-ptr.stderr Sanity-check all constants 2018-07-29 20:22:15 +02:00
ub-ptr-in-usize.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
ub-uninhabit.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
ub-uninhabit.stderr Sanity-check all constants 2018-07-29 20:22:15 +02:00
ub-usize-in-ref.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
union-const-eval-field.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
union-const-eval-field.stderr Sanity-check all constants 2018-07-29 20:22:15 +02:00
union-ice.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
union-ice.stderr Sanity-check all constants 2018-07-29 20:22:15 +02:00
union-ub.rs Sanity-check all constants 2018-07-29 20:22:15 +02:00
union-ub.stderr Sanity-check all constants 2018-07-29 20:22:15 +02:00
union_promotion.rs Do not promote union field accesses 2018-06-03 19:06:31 +02:00
union_promotion.stderr Do not promote union field accesses 2018-06-03 19:06:31 +02:00