rust/src/test/ui/consts/const-eval
2019-06-24 07:58:37 +02:00
..
auxiliary Remove licenses 2018-12-25 21:08:33 -07:00
assign-to-static-within-other-static-2.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
assign-to-static-within-other-static-2.stderr Update tests 2019-03-11 23:10:26 +03:00
assign-to-static-within-other-static.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
assign-to-static-within-other-static.stderr Update tests 2019-03-11 23:10:26 +03:00
conditional_array_execution.rs Remove licenses 2018-12-25 21:08:33 -07:00
conditional_array_execution.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_let.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
const_let.stderr Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
const_panic_libcore_main.rs Remove licenses 2018-12-25 21:08:33 -07:00
const_panic_libcore_main.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_panic_libcore.rs Remove licenses 2018-12-25 21:08:33 -07:00
const_panic_libcore.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
const_panic.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_prop_errors.rs Remove licenses 2018-12-25 21:08:33 -07:00
const_raw_ptr_ops.rs Declare some unconst operations as unsafe in const fn 2019-01-21 16:01:57 +01:00
const_raw_ptr_ops.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const_signed_pat.rs Remove licenses 2018-12-25 21:08:33 -07:00
const_transmute.rs compiletest: Validate pass modes harder 2019-06-16 12:23:22 +03:00
const-eval-overflow2.rs Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2b.rs Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2b.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2c.rs Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow2c.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-eval-overflow-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-eval-overflow-2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-eval-overflow-3.rs Switch from error patterns to //~ ERROR markers. 2019-02-22 16:07:15 +01:00
const-eval-overflow-3.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-eval-overflow-3b.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
const-eval-overflow-3b.stderr Update ui tests 2019-04-22 19:50:11 +01:00
const-eval-overflow-4.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-eval-overflow-4.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-eval-overflow-4b.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-eval-overflow-4b.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
const-eval-span.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-eval-span.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-pointer-values-in-various-types.rs Make const_eval_raw query return just an AllocId 2018-11-19 22:42:46 +01:00
const-pointer-values-in-various-types.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
dont_promote_unstable_const_fn_cross_crate.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dont_promote_unstable_const_fn_cross_crate.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dont_promote_unstable_const_fn.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
dont_promote_unstable_const_fn.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
double_check2.rs Remove licenses 2018-12-25 21:08:33 -07:00
double_check2.stderr Update tests 2019-03-11 23:10:26 +03:00
double_check.rs Remove licenses 2018-12-25 21:08:33 -07:00
double_promotion.rs Don't try to promote already promoted out temporaries 2018-10-04 17:07:06 +02:00
duration_conversion.rs Remove licenses 2018-12-25 21:08:33 -07:00
enum_discr.rs compiletest: Validate pass modes harder 2019-06-16 12:23:22 +03:00
extern_fat_pointer.rs Remove licenses 2018-12-25 21:08:33 -07:00
feature-gate-const_fn_union.rs Remove licenses 2018-12-25 21:08:33 -07:00
feature-gate-const_fn_union.stderr Reword tracking issue note 2019-04-11 11:42:06 -07:00
feature-gate-const_panic.rs Remove licenses 2018-12-25 21:08:33 -07:00
feature-gate-const_panic.stderr Reword tracking issue note 2019-04-11 11:42:06 -07:00
ice-generic-assoc-const.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
ice-packed.rs Remove licenses 2018-12-25 21:08:33 -07:00
index_out_of_bounds_propagated.rs Remove licenses 2018-12-25 21:08:33 -07:00
index_out_of_bounds_propagated.stderr Update tests 2019-03-11 23:10:26 +03:00
index_out_of_bounds.rs Remove licenses 2018-12-25 21:08:33 -07:00
index_out_of_bounds.stderr Remove licenses 2018-12-25 21:08:33 -07:00
infinite_loop.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
infinite_loop.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
issue-43197.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-43197.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
issue-44578.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-44578.stderr Remove licenses 2018-12-25 21:08:33 -07:00
issue-47971.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-49296.rs Add UI test for #49296 2018-10-29 00:09:32 -04:00
issue-49296.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
issue-50706.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-50814-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-50814-2.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
issue-50814.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-50814.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
issue-51300.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-52442.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-52442.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
issue-52475.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
issue-52475.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
issue-53157.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-53401.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-55541.rs also test with PhantomData 2018-11-04 14:43:05 +01:00
match-test-ptr-null.rs Create fewer basic blocks in match MIR lowering 2019-06-13 21:05:21 +01:00
match-test-ptr-null.stderr Create fewer basic blocks in match MIR lowering 2019-06-13 21:05:21 +01:00
mod-static-with-const-fn.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
mod-static-with-const-fn.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
no_lint_for_statically_known_error.rs Remove licenses 2018-12-25 21:08:33 -07:00
promote_mutable_zst_mir_borrowck.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
promoted_const_fn_fail_deny_const_err.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_const_fn_fail_deny_const_err.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_const_fn_fail.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_const_fn_fail.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_errors.rs promoted_errors: warn -> deny. 2019-06-24 07:58:37 +02:00
promoted_errors.stderr promoted_errors: warn -> deny. 2019-06-24 07:58:37 +02:00
promoted_raw_ptr_ops.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promoted_raw_ptr_ops.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
pub_const_err_bin.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub_const_err_bin.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
pub_const_err.rs Remove licenses 2018-12-25 21:08:33 -07:00
pub_const_err.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
ref_to_int_match.rs Remove licenses 2018-12-25 21:08:33 -07:00
ref_to_int_match.stderr Update tests 2019-03-11 23:10:26 +03:00
shift_overflow.rs Remove licenses 2018-12-25 21:08:33 -07:00
shift_overflow.stderr Update tests 2019-03-11 23:10:26 +03:00
simple_with_undef.rs Remove licenses 2018-12-25 21:08:33 -07:00
strlen.rs Remove licenses 2018-12-25 21:08:33 -07:00
transmute-const-promotion.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
transmute-const-promotion.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
transmute-const.rs Remove licenses 2018-12-25 21:08:33 -07:00
transmute-const.stderr Remove licenses 2018-12-25 21:08:33 -07:00
ub-enum.rs Remove licenses 2018-12-25 21:08:33 -07:00
ub-enum.stderr Remove licenses 2018-12-25 21:08:33 -07:00
ub-nonnull.rs fix validation range printing when encountering undef 2019-01-21 19:08:47 +01:00
ub-nonnull.stderr fix validation range printing when encountering undef 2019-01-21 19:08:47 +01:00
ub-ref.rs tidy line length override #58617 2019-02-22 17:07:13 -05:00
ub-ref.stderr #58658 bless after line split for tidy 2019-02-22 19:23:03 -05:00
ub-uninhabit.rs Update ub-uninhabit tests 2018-12-11 11:18:55 +00:00
ub-uninhabit.stderr Fix some misbehaving tests 2018-12-11 11:18:55 +00:00
ub-upvars.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
ub-upvars.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
union_promotion.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
union_promotion.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
union-const-eval-field.rs Remove licenses 2018-12-25 21:08:33 -07:00
union-const-eval-field.stderr Remove licenses 2018-12-25 21:08:33 -07:00
union-ice.rs Remove licenses 2018-12-25 21:08:33 -07:00
union-ice.stderr Update tests 2019-03-11 23:10:26 +03:00
union-ub-fat-ptr.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
union-ub-fat-ptr.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
union-ub.rs Remove licenses 2018-12-25 21:08:33 -07:00
union-ub.stderr Remove licenses 2018-12-25 21:08:33 -07:00
unused-broken-const.rs Remove licenses 2018-12-25 21:08:33 -07:00
unused-broken-const.stderr compiletest: only use make_exe_name for tests that end up being executed. 2019-05-07 04:49:54 +03:00
valid-const.rs add some tests with constants that better be valid 2018-10-09 13:08:00 +02:00
zst_operand_eval.rs