rust/src/test/ui/consts
2019-07-06 20:40:40 +02:00
..
auxiliary
const_constructor Make constructors actually be const functions 2019-06-06 17:20:06 +01:00
const-eval improve validity error range printing for singleton ranges 2019-07-04 10:47:23 +02:00
min_const_fn normalize use of backticks/lowercase in compiler messages for librustc_mir 2019-07-06 20:40:40 +02:00
miri_unleashed Pacify tidy 2019-06-24 16:34:50 +02:00
std Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
array-literal-index-oob.rs Handle index out of bound errors during const eval without panic 2019-06-12 14:58:53 -07:00
array-literal-index-oob.stderr Handle index out of bound errors during const eval without panic 2019-06-12 14:58:53 -07:00
const_arg_local.rs
const_arg_local.stderr
const_arg_promotable2.rs Explain the existience of the regression test 2019-06-05 13:25:17 +02:00
const_arg_promotable2.stderr Explain the existience of the regression test 2019-06-05 13:25:17 +02:00
const_arg_promotable.rs
const_arg_promotable.stderr
const_arg_wrapper.rs
const_arg_wrapper.stderr
const_fn_return_nested_fn_ptr.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const_let_assign2.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const_let_assign3.rs
const_let_assign3.stderr
const_let_assign.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const_let_eq_float.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const_let_eq.rs
const_let_irrefutable.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const_let_refutable.nll.stderr normalize use of backticks/lowercase in compiler messages for librustc_mir 2019-07-06 20:40:40 +02:00
const_let_refutable.rs
const_let_refutable.stderr normalize use of backticks/lowercase in compiler messages for librustc_mir 2019-07-06 20:40:40 +02:00
const_short_circuit.rs Stabilize underscore_const_names. 2019-06-10 06:17:39 +02:00
const_short_circuit.stderr Stabilize underscore_const_names. 2019-06-10 06:17:39 +02:00
const-array-oob-arith.rs Make sure array length diagnostic doesn't regress 2019-05-28 21:35:20 +01:00
const-array-oob-arith.stderr Make sure array length diagnostic doesn't regress 2019-05-28 21:35:20 +01:00
const-array-oob.rs
const-array-oob.stderr
const-block-non-item-statement.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-call.rs
const-call.stderr
const-cast-different-types.rs
const-cast-different-types.stderr
const-cast-wrong-type.rs
const-cast-wrong-type.stderr
const-deref-ptr.rs
const-deref-ptr.stderr
const-err2.rs
const-err2.stderr
const-err4.rs
const-err4.stderr
const-err-early.rs
const-err-early.stderr
const-err-multi.rs
const-err-multi.stderr
const-err.rs
const-err.stderr
const-expr-addr-operator.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-fn-destructuring-arg.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-fn-mismatch.rs
const-fn-mismatch.stderr
const-fn-not-in-trait.rs
const-fn-not-in-trait.stderr
const-fn-not-safe-for-const.rs
const-fn-not-safe-for-const.stderr
const-fn-stability-calls-3.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
const-int-conversion.rs Stabilize reverse_bits feature 2019-05-31 04:43:53 +00:00
const-int-conversion.stderr Stabilize reverse_bits feature 2019-05-31 04:43:53 +00:00
const-int-overflowing.rs
const-int-overflowing.stderr
const-int-rotate.rs
const-int-rotate.stderr
const-int-sign.rs
const-int-sign.stderr
const-int-unchecked.rs
const-int-unchecked.stderr
const-int-wrapping.rs
const-int-wrapping.stderr
const-integer-bool-ops.rs
const-integer-bool-ops.stderr
const-labeled-break.rs while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet. 2019-07-06 06:43:58 +02:00
const-labeled-break.stderr while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet. 2019-07-06 06:43:58 +02:00
const-len-underflow-separate-spans.rs
const-len-underflow-separate-spans.stderr
const-len-underflow-subspans.rs
const-len-underflow-subspans.stderr
const-match-check.eval1.stderr
const-match-check.eval2.stderr
const-match-check.matchck.stderr
const-match-check.rs
const-match-pattern-arm.rs Create fewer basic blocks in match MIR lowering 2019-06-13 21:05:21 +01:00
const-match-pattern-arm.stderr Create fewer basic blocks in match MIR lowering 2019-06-13 21:05:21 +01:00
const-nonzero.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-pattern-irrefutable.rs
const-pattern-irrefutable.stderr
const-pattern-not-const-evaluable.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-prop-ice2.rs
const-prop-ice2.stderr
const-prop-ice.rs
const-prop-ice.stderr
const-ptr-nonnull.rs
const-ptr-nonnull.stderr
const-ptr-unique.rs
const-ptr-unique.stderr
const-size_of-cycle.rs
const-size_of-cycle.stderr bless you 2019-05-29 12:28:45 +02:00
const-slice-oob.rs
const-slice-oob.stderr
const-tup-index-span.rs
const-tup-index-span.stderr
const-type-mismatch.rs
const-type-mismatch.stderr
const-typeid-of.rs
const-typeid-of.stderr
const-unsized.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
const-unsized.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
const-validation-fail-55455.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
dangling_raw_ptr.rs
dangling_raw_ptr.stderr
dangling-alloc-id-ice.rs
dangling-alloc-id-ice.stderr
drop_none.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
enum-discr-type-err.rs Count all errors for track_errors 2019-06-22 15:36:24 +01:00
enum-discr-type-err.stderr Count all errors for track_errors 2019-06-22 15:36:24 +01:00
int_ptr_for_zst_slices.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
invalid_promotion.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
issue-54224.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-54224.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-56164.rs
issue-56164.stderr
issue-62045.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
match_ice.rs
match_ice.stderr
packed_pattern2.rs Add and update more tests 2019-06-19 09:52:35 +02:00
packed_pattern.rs Make interning explicitly care about types and the mutability of memory 2019-06-19 09:52:35 +02:00
partial_qualif.rs
partial_qualif.stderr
projection_qualif.rs
projection_qualif.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
promote_const_let.rs
promote_const_let.stderr
promote_evaluation_unused_result.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
promote_fn_calls_std.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
promote_fn_calls.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
promoted_regression.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
promoted-validation-55454.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
qualif_overwrite_2.rs
qualif_overwrite_2.stderr
qualif_overwrite.rs
qualif_overwrite.stderr
single_variant_match_ice.rs Create fewer basic blocks in match MIR lowering 2019-06-13 21:05:21 +01:00
single_variant_match_ice.stderr normalize use of backticks/lowercase in compiler messages for librustc_mir 2019-07-06 20:40:40 +02:00
static_mut_containing_mut_ref2.rs
static_mut_containing_mut_ref2.stderr
static_mut_containing_mut_ref3.rs
static_mut_containing_mut_ref3.stderr
static_mut_containing_mut_ref.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
static-raw-pointer-interning2.rs Make interning explicitly care about types and the mutability of memory 2019-06-19 09:52:35 +02:00
static-raw-pointer-interning.rs Make interning explicitly care about types and the mutability of memory 2019-06-19 09:52:35 +02:00
underscore_const_names.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
uninhabited-const-issue-61744.rs Fix an ICE with uninhabited consts 2019-06-25 03:39:23 +01:00
uninhabited-const-issue-61744.stderr Fix an ICE with uninhabited consts 2019-06-25 03:39:23 +01:00
union_constant.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
validate_never_arrays.rs
validate_never_arrays.stderr