rust/src/test/ui/consts
2018-10-19 09:34:28 -04:00
..
auxiliary Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
const-eval skip user-type annotations if they don't have regions 2018-10-19 09:34:28 -04:00
min_const_fn Rollup merge of #55071 - oli-obk:const_cast_🍨, r=RalfJung 2018-10-19 16:47:42 +08:00
const-array-oob-arith.rs
const-array-oob-arith.stderr
const-array-oob.rs
const-array-oob.stderr Check the type of statics and constants for Sizedness 2018-10-16 17:01:24 +02:00
const-block-non-item-statement-2.rs
const-block-non-item-statement-2.stderr
const-block-non-item-statement-3.rs
const-block-non-item-statement-3.stderr
const-block-non-item-statement.rs
const-block-non-item-statement.stderr
const-call.rs Only promote calls to #[rustc_promotable] const fns 2018-10-03 10:07:05 +02:00
const-call.stderr Only promote calls to #[rustc_promotable] const fns 2018-10-03 10:07:05 +02:00
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-err-early.rs
const-err-early.stderr
const-err-multi.rs
const-err-multi.stderr
const-err.rs
const-err.stderr
const-err2.rs
const-err2.stderr
const-err4.rs
const-err4.stderr
const-expr-addr-operator.rs
const-fn-destructuring-arg.rs
const-fn-destructuring-arg.stderr
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 Made std::intrinsics::transmute() const fn. 2018-08-30 13:06:20 +01:00
const-fn-not-safe-for-const.stderr Made std::intrinsics::transmute() const fn. 2018-08-30 13:06:20 +01:00
const-fn-stability-calls-3.rs
const-fn-stability-calls-3.stderr
const-int-conversion.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
const-int-conversion.rs rebase 2018-09-01 15:05:55 +02:00
const-int-conversion.stderr rebase 2018-09-01 15:05:55 +02:00
const-int-overflowing.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
const-int-overflowing.rs rebase 2018-09-01 15:05:55 +02:00
const-int-overflowing.stderr rebase 2018-09-01 15:05:55 +02:00
const-int-rotate.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
const-int-rotate.rs rebase 2018-09-01 15:05:55 +02:00
const-int-rotate.stderr rebase 2018-09-01 15:05:55 +02:00
const-int-sign.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
const-int-sign.rs rebase 2018-09-01 15:05:55 +02:00
const-int-sign.stderr rebase 2018-09-01 15:05:55 +02:00
const-int-unchecked.rs Add unchecked_shl/shr checks for intrinsics 2018-09-06 13:13:07 +02:00
const-int-unchecked.stderr Add unchecked_shl/shr checks for intrinsics 2018-09-06 13:13:07 +02:00
const-int-wrapping.nll.stderr Update E0714 to E0716 in tests output 2018-09-25 16:24:20 +01:00
const-int-wrapping.rs rebase 2018-09-01 15:05:55 +02:00
const-int-wrapping.stderr rebase 2018-09-01 15:05:55 +02:00
const-integer-bool-ops.rs
const-integer-bool-ops.stderr
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
const-match-pattern-arm.stderr
const-pattern-irrefutable.rs
const-pattern-irrefutable.stderr
const-pattern-not-const-evaluable.rs Stabilize min_const_fn 2018-10-05 10:36:14 +02:00
const-size_of-cycle.rs Add rustc SHA to released DWARF debuginfo 2018-09-10 10:10:38 -07:00
const-size_of-cycle.stderr Implement the min_const_fn feature gate 2018-08-31 08:39:59 +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
const-unsized.stderr Check the type of statics and constants for Sizedness 2018-10-16 17:01:24 +02:00
issue-54224.rs Fix #54224 (const promotion regression) 2018-10-01 14:08:27 +02:00
issue-54224.stderr Fix #54224 (const promotion regression) 2018-10-01 14:08:27 +02:00