rust/src/test/ui/consts
Mazdak Farrokhzad d2ba571850
Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk
Validation: check raw wide pointer metadata

While I was at it, I also added a missing check for slices not to be too big.

r? @oli-obk
Fixes https://github.com/rust-lang/miri/issues/918
2019-08-29 13:17:53 +02:00
..
auxiliary Rollup merge of #62593 - kper:cleanup_abi, r=Centril 2019-08-16 08:26:33 +02:00
const-eval Rollup merge of #63880 - RalfJung:miri-meta, r=oli-obk 2019-08-29 13:17:53 +02:00
const_constructor Make constructors actually be const functions 2019-06-06 17:20:06 +01:00
min_const_fn Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
miri_unleashed Pacify tidy 2019-06-24 16:34:50 +02:00
rfc-2203-const-array-repeat-exprs tests: Add tests that use const fns. 2019-07-07 20:23:31 +01:00
std Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
array-literal-index-oob.rs Changed tests 2019-08-22 06:36:31 -04:00
array-literal-index-oob.stderr Changed tests 2019-08-22 06:36:31 -04:00
assoc-const.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
bswap-const.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
chained-constants-stackoverflow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-adt-align-mismatch.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03: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 Remove unnecessary ignore-tidy-linelength 2019-04-23 11:42:14 +01:00
const-array-oob.stderr Update ui tests 2019-04-23 11:42:14 +01:00
const-autoderef.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-big-enum.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-binops.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-bitshift-rhs-inference.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-block-cross-crate-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-block-item-macro-codegen.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-block-item.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-block-non-item-statement-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-block-non-item-statement-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-block-non-item-statement.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-block.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-bound.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-byte-str-cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-call.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-call.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
const-cast-different-types.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-cast-different-types.stderr Update tests 2019-03-11 23:10:26 +03:00
const-cast-ptr-int.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-cast-wrong-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-cast-wrong-type.stderr Update tests 2019-03-11 23:10:26 +03:00
const-cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-const.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-contents.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-cross-crate-const.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-cross-crate-extern.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-deref-ptr.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-deref-ptr.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
const-deref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-endianess.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-byref-self.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-byref.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-struct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-struct2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-structlike.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-tuple.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-tuple2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-tuplestruct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-tuplestruct2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-vec-index.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-vec-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-enum-vector.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-err-early.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-err-early.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-err-multi.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-err-multi.stderr Swap const evaluation lint spans to point at problem in primary span 2019-03-23 13:05:30 -07:00
const-err-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-err.rs Fix failing test 2019-05-02 08:48:08 -04:00
const-err.stderr Remove the self.mir field from ConstPropagator 2019-05-02 07:02:34 -04:00
const-err2.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-err2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-err4.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-err4.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-expr-addr-operator.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-expr-in-fixed-length-vec.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-expr-in-vec-repeat.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-extern-function.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fields-and-indexing.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fn-const-eval.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fn-destructuring-arg.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-fn-feature-flags.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fn-method.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fn-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-fn-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-fn-nested.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fn-not-in-trait.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-fn-not-in-trait.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-fn-not-safe-for-const.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
const-fn-not-safe-for-const.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
const-fn-stability-calls-3.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
const-fn-stability-calls.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fn-type-name-any.rs Add a test for std::any::type_name() as a const fn 2019-07-29 22:57:21 -04:00
const-fn-type-name.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fn-val.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-index-feature-gate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-int-conversion-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +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-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-int-overflowing.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-int-overflowing.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-int-rotate-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-int-rotate.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-int-rotate.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-int-saturating-arith.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-int-sign-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-int-sign.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-int-sign.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-int-unchecked.rs unchecked_{shl,shr}: extend const tests. 2018-12-31 03:36:46 +01:00
const-int-unchecked.stderr bless 2019-08-03 00:20:06 +02:00
const-int-wrapping-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-int-wrapping.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-int-wrapping.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-integer-bool-ops.rs Improve type mismatch error messages 2018-12-31 20:43:08 -05:00
const-integer-bool-ops.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
const-labeled-break.rs rustc_mir: follow FalseUnwind's real_target edge in qualify_consts. 2019-07-11 12:28:02 +03:00
const-len-underflow-separate-spans.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-len-underflow-separate-spans.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
const-len-underflow-subspans.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-len-underflow-subspans.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-match-check.eval1.stderr pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
const-match-check.eval2.stderr pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
const-match-check.matchck.stderr pretty-pretty extremal constants! 2019-08-06 21:00:46 -07:00
const-match-check.rs Remove licenses 2018-12-25 21:08:33 -07:00
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-meth-pattern.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-needs_drop.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-negation.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-negative.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-nonzero.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-nullary-enum.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-nullary-univariant-enum.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-pattern-irrefutable.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-pattern-irrefutable.stderr Update tests 2019-03-11 23:10:26 +03:00
const-pattern-not-const-evaluable.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const-pattern-variant.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-prop-ice.rs Fix tidy 2018-11-09 10:11:20 +01:00
const-prop-ice.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
const-prop-ice2.rs Fix tidy 2018-11-09 10:11:20 +01:00
const-prop-ice2.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
const-ptr-nonnull-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-ptr-nonnull.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-ptr-nonnull.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-ptr-unique-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-ptr-unique.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-ptr-unique.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
const-rec-and-tup.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-region-ptrs-noncopy.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-region-ptrs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-repeated-values.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-size_of-align_of.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-size_of-cycle.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-size_of-cycle.stderr Simplify eager normalization of constants 2019-08-23 00:48:52 +02:00
const-slice-oob.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-slice-oob.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
const-str-ptr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-struct-offsets.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-struct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-trait-to-trait.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-tup-index-span.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-tup-index-span.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
const-tuple-struct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-type-mismatch.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-type-mismatch.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-typeid-of-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
const-typeid-of.rs Remove licenses 2018-12-25 21:08:33 -07:00
const-typeid-of.stderr Remove licenses 2018-12-25 21:08:33 -07:00
const-unit-struct.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-unsafe-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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
const-vec-of-fns.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-vec-syntax.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const-vecs-and-slices.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
const_arg_local.rs Only run SIMD tests on x86 2019-04-07 21:46:39 +02:00
const_arg_local.stderr Only run SIMD tests on x86 2019-04-07 21:46:39 +02:00
const_arg_promotable.rs Only run SIMD tests on x86 2019-04-07 21:46:39 +02:00
const_arg_promotable.stderr Only run SIMD tests on x86 2019-04-07 21:46:39 +02:00
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_wrapper.rs Only run SIMD tests on x86 2019-04-07 21:46:39 +02:00
const_arg_wrapper.stderr Only run SIMD tests on x86 2019-04-07 21:46:39 +02:00
const_fn_return_nested_fn_ptr.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const_let_assign.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 fn feature gate is not needed anymore in a lot of tests 2019-01-09 10:20:44 +01:00
const_let_assign3.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
const_let_eq.rs const fn feature gate is not needed anymore in a lot of tests 2019-01-09 10:20:44 +01:00
const_let_eq_float.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const_let_irrefutable.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
const_let_refutable.rs Make use of possibly uninitialized data a hard error 2019-08-05 14:57:12 -07:00
const_let_refutable.stderr Make use of possibly uninitialized data a hard error 2019-08-05 14:57:12 -07: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
consts-in-patterns.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
dangling-alloc-id-ice.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
dangling-alloc-id-ice.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
dangling_raw_ptr.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
dangling_raw_ptr.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
deref_in_pattern.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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
ice-48279.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03: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-37550.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-51559.rs fix rebase fallout 2019-08-02 23:04:11 +02:00
issue-51559.stderr fix rebase fallout 2019-08-02 23:04:11 +02: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 Fix const_fn ICE with non-const function pointer 2018-11-30 08:43:50 +01:00
issue-56164.stderr Fix const_fn ICE with non-const function pointer 2018-11-30 08:43:50 +01:00
issue-62045.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
issue-63226.rs Adjust regression test 2019-08-15 16:59:03 +09:00
issue-broken-mir.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
locals-in-const-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
match-const-fn-structs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
match_ice.rs Fix ICE related to #53708 2019-04-22 13:11:53 -07:00
match_ice.stderr Fix ICE related to #53708 2019-04-22 13:11:53 -07:00
mozjs-error.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
non-scalar-cast.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
packed_pattern.rs Make interning explicitly care about types and the mutability of memory 2019-06-19 09:52:35 +02:00
packed_pattern2.rs Add and update more tests 2019-06-19 09:52:35 +02:00
partial_qualif.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
partial_qualif.stderr Update tests 2019-03-11 23:10:26 +03:00
projection_qualif.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
projection_qualif.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
promote_const_let.polonius.stderr Bless output of test consts/promote_const_let.rs for Polonius 2019-07-22 10:32:39 +02:00
promote_const_let.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promote_const_let.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
promote_evaluation_unused_result.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
promote_fn_calls_std.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
promoted_regression.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
promotion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
qualif_overwrite.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
qualif_overwrite.stderr Update tests 2019-03-11 23:10:26 +03:00
qualif_overwrite_2.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
qualif_overwrite_2.stderr Update tests 2019-03-11 23:10:26 +03:00
references.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
repeat_match.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
return-in-const-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
self_normalization.rs Update to new passing-ui-test scheme 2019-08-05 17:48:05 +02:00
self_normalization2.rs Update to new passing-ui-test scheme 2019-08-05 17:48:05 +02:00
signed_enum_discr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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-cycle-error.rs Don't access a static just for its size and alignment 2019-07-25 19:29:48 +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
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_mut_containing_mut_ref.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
static_mut_containing_mut_ref2.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
static_mut_containing_mut_ref2.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
static_mut_containing_mut_ref3.rs Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
static_mut_containing_mut_ref3.stderr Stabilize let bindings and destructuring in constants and const fn 2019-01-09 10:20:12 +01:00
too_generic_eval_ice.rs test: add test from #61041. 2019-08-19 18:57:09 +03:00
too_generic_eval_ice.stderr test: add test from #61041. 2019-08-19 18:57:09 +03:00
transmute-const.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
tuple-struct-constructors.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03: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 test 2019-08-10 14:49:11 +02:00
uninhabited-const-issue-61744.stderr fix test 2019-08-10 14:49:11 +02:00
union_constant.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
validate_never_arrays.rs Clean up array/slice of primitive validation 2018-11-24 11:36:32 +01:00
validate_never_arrays.stderr Update tests 2019-03-11 23:10:26 +03:00
zst_no_llvm_alloc.rs Add tests 2019-08-17 11:31:09 +02:00