rust/tests/ui/consts/const-eval
2023-07-25 14:30:58 +02:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
heap Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
simd Move /src/test to /tests 2023-01-11 09:32:08 +00:00
stable-metric Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
assign-to-static-within-other-static.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assign-to-static-within-other-static.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
conditional_array_execution.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
conditional_array_execution.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-intrinsic-promotion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-intrinsic-promotion.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow-2.rs Perform match checking on THIR. 2023-04-03 15:59:21 +00:00
const-eval-overflow-2.stderr Perform match checking on THIR. 2023-04-03 15:59:21 +00:00
const-eval-overflow-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow-3.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow-3b.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow-3b.stderr Don't sort strings right after we just sorted by types 2023-06-27 23:31:06 +00:00
const-eval-overflow-4.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow-4.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow-4b.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow-4b.stderr Don't sort strings right after we just sorted by types 2023-06-27 23:31:06 +00:00
const-eval-overflow2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow2b.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow2b.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow2c.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-overflow2c.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-eval-query-stack.rs Tweak ICE message 2023-02-07 19:17:24 +00:00
const-eval-query-stack.stderr Tweak ICE message 2023-02-07 19:17:24 +00:00
const-eval-span.rs Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
const-eval-span.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
const-pointer-values-in-various-types.64bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-pointer-values-in-various-types.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_fn_ptr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_fn_ptr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_fn_ptr_fail.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_fn_ptr_fail.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_fn_ptr_fail2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_fn_ptr_fail2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_fn_target_feature.rs Add const-eval test for #[target_feature(enable = ...)] function calls 2023-07-16 13:20:06 +02:00
const_fn_target_feature.stderr Add const-eval test for #[target_feature(enable = ...)] function calls 2023-07-16 13:20:06 +02:00
const_let.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_let.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_2021.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_2021.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_libcore_bin.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_libcore_bin.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_stability.e2018.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_stability.e2021.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_stability.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_track_caller.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_panic_track_caller.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_prop_errors.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_raw_ptr_ops.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
const_raw_ptr_ops.stderr fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
const_raw_ptr_ops2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_raw_ptr_ops2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const_signed_pat.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dangling.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dangling.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont_promote_unstable_const_fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont_promote_unstable_const_fn.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont_promote_unstable_const_fn_cross_crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont_promote_unstable_const_fn_cross_crate.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
double_check.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
double_check2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
duration_conversion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
enum_discr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
erroneous-const.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
erroneous-const.stderr Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
erroneous-const2.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
erroneous-const2.stderr Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
extern_fat_pointer.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
format.rs Don't allow new const panic through format flattening. 2023-03-16 11:21:50 +01:00
format.stderr Suppress "erroneous constant used" for constants tainted by errors 2023-05-15 00:00:00 +00:00
generic-slice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generic-slice.stderr Extend and use hir::Node::body_id 2023-04-19 19:13:45 +00:00
ice-generic-assoc-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ice-packed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
index-out-of-bounds-never-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
index-out-of-bounds-never-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
index_out_of_bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
index_out_of_bounds.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
index_out_of_bounds_propagated.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
index_out_of_bounds_propagated.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
infinite_loop.rs Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
infinite_loop.stderr Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
issue-43197.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-43197.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-44578.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-44578.stderr Only enable ConstProp at mir-opt-level >= 2. 2023-04-15 07:46:46 +00:00
issue-47971.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-49296.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-49296.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-50706.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-50814-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-50814-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-50814.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-50814.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-51300.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-52475.rs Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
issue-52475.stderr Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
issue-53157.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-53401.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-55541.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-64908.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-64970.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-65394.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-65394.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-70723.rs Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
issue-70723.stderr Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
issue-70804-fn-subtyping.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-84957-const-str-as-bytes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-85155.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-85155.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-85907.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-85907.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-91827-extern-types.rs Fix unintentional UB in ui tests 2023-02-15 09:05:05 -05:00
issue-100878.rs Ensure mir_drops_elaborated_and_const_checked when requiring codegen. 2023-04-21 16:14:43 +00:00
issue-104390.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-104390.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
livedrop.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
livedrop.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-test-ptr-null.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-test-ptr-null.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mod-static-with-const-fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mod-static-with-const-fn.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no_lint_for_statically_known_error.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nrvo.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-assoc-never-type.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
panic-assoc-never-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-never-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
panic-never-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
partial_ptr_overwrite.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
partial_ptr_overwrite.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promote-static.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promote_mutable_zst_mir_borrowck.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_const_fn_fail.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_const_fn_fail.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_const_fn_fail_deny_const_err.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_const_fn_fail_deny_const_err.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_errors.noopt.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_errors.opt.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_errors.opt_with_overflow_checks.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_errors.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
promoted_raw_ptr_ops.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
promoted_raw_ptr_ops.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
raw-bytes.32bit.stderr bless more 2023-07-25 14:30:58 +02:00
raw-bytes.64bit.stderr interpret: refactor projection code to work on a common trait, and use that for visitors 2023-07-25 14:30:58 +02:00
raw-bytes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ref_to_int_match.32bit.stderr Perform match checking on THIR. 2023-04-03 15:59:21 +00:00
ref_to_int_match.64bit.stderr Perform match checking on THIR. 2023-04-03 15:59:21 +00:00
ref_to_int_match.rs Perform match checking on THIR. 2023-04-03 15:59:21 +00:00
shift_overflow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
shift_overflow.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
simple_with_undef.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
size-of-t.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
size-of-t.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
strlen.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-const-promotion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-const-promotion.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-const.32bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-const.64bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
transmute-size-mismatch.rs Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
transmute-size-mismatch.stderr Add CastKind::Transmute to MIR 2023-03-22 15:15:41 -07:00
ub-enum-overwrite.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-enum-overwrite.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-enum.32bit.stderr bless more 2023-07-25 14:30:58 +02:00
ub-enum.64bit.stderr interpret: refactor projection code to work on a common trait, and use that for visitors 2023-07-25 14:30:58 +02:00
ub-enum.rs interpret: refactor projection code to work on a common trait, and use that for visitors 2023-07-25 14:30:58 +02:00
ub-incorrect-vtable.32bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-incorrect-vtable.64bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-incorrect-vtable.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-int-array.32bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-int-array.64bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-int-array.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-nonnull.chalk.64bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-nonnull.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-nonnull.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-ref-ptr.rs Stabilize const_ptr_read 2023-05-05 20:36:21 +02:00
ub-ref-ptr.stderr interpret: support projecting into Place::Local without force_allocation 2023-07-24 15:35:47 +02:00
ub-slice-get-unchecked.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
ub-slice-get-unchecked.stderr fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
ub-uninhabit.rs Detect uninhabited types early in const eval. 2023-03-21 11:09:27 +00:00
ub-uninhabit.stderr Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
ub-upvars.32bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-upvars.64bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-upvars.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-wide-ptr.chalk.64bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-wide-ptr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
ub-wide-ptr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union-const-eval-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union-const-eval-field.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union-ice.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union-ice.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union-ub.32bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union-ub.64bit.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union-ub.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union_promotion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
union_promotion.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-broken-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-broken-const.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unwind-abort.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
unwind-abort.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
valid-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
validate_uninhabited_zsts.32bit.stderr Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
validate_uninhabited_zsts.64bit.stderr Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
validate_uninhabited_zsts.rs Detect uninhabited types early in const eval. 2023-03-21 11:09:27 +00:00
write-to-uninhabited-enum-variant.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
zst_operand_eval.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00