rust/src/test/ui/consts
2019-09-26 06:44:57 +02:00
..
auxiliary Rollup merge of #62593 - kper:cleanup_abi, r=Centril 2019-08-16 08:26:33 +02:00
const_constructor Make constructors actually be const functions 2019-06-06 17:20:06 +01:00
const-eval Rollup merge of #64738 - gnzlbg:miri_norm_abi, r=oli-obk 2019-09-25 16:26:19 +02:00
min_const_fn Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
miri_unleashed Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddyb 2019-09-19 18:31:37 +02:00
rfc-2203-const-array-repeat-exprs tests: Add tests that use const fns. 2019-07-07 20:23:31 +01:00
std Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01: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_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_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 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_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_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 hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
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.rs Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
const_let_refutable.stderr check_match: unify check_irrefutable & check_exhaustive more. 2019-09-09 16:44:23 +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-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
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
const-cast-different-types.stderr
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
const-cast-wrong-type.stderr
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
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-struct2.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-structlike.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-tuple.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-tuplestruct.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-err2.rs Fix tests again 2019-09-02 05:01:39 +09:00
const-err2.stderr Fix tests again 2019-09-02 05:01:39 +09:00
const-err3.rs Fix tests again 2019-09-02 05:01:39 +09:00
const-err3.stderr Fix tests again 2019-09-02 05:01:39 +09:00
const-err4.rs
const-err4.stderr Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
const-err-early.rs
const-err-early.stderr
const-err-multi.rs
const-err-multi.stderr
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-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
const-fn-mismatch.stderr
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
const-fn-not-in-trait.stderr
const-fn-not-safe-for-const.rs
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 test const abs, wrapping_abs, and overflowing_abs 2019-08-21 15:40:12 +02: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 test const abs, wrapping_abs, and overflowing_abs 2019-08-21 15:40:12 +02: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
const-int-unchecked.stderr bless 2019-08-03 00:20:06 +02:00
const-int-wrapping-rpass.rs test const abs, wrapping_abs, and overflowing_abs 2019-08-21 15:40:12 +02: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
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 Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
const-len-underflow-separate-spans.rs
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
const-len-underflow-subspans.stderr
const-match-check.eval1.stderr check_match: unify check_irrefutable & check_exhaustive more. 2019-09-09 16:44:23 +02:00
const-match-check.eval2.stderr check_match: unify check_irrefutable & check_exhaustive more. 2019-09-09 16:44:23 +02:00
const-match-check.matchck.stderr check_match: unify check_irrefutable & check_exhaustive more. 2019-09-09 16:44:23 +02:00
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-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 check_match: unify check_irrefutable & check_exhaustive more. 2019-09-09 16:44:23 +02:00
const-pattern-irrefutable.stderr check_match: unify check_irrefutable & check_exhaustive more. 2019-09-09 16:44:23 +02: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-ice2.rs
const-prop-ice2.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
const-prop-ice.rs
const-prop-ice.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
const-size_of-cycle.stderr Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
const-slice-oob.rs
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
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
const-type-mismatch.stderr
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
const-typeid-of.stderr
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
consts-in-patterns.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
dangling_raw_ptr.rs
dangling_raw_ptr.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00
dangling-alloc-id-ice.rs
dangling-alloc-id-ice.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
issue-56164.stderr
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-64059-2.rs Fix tests again 2019-09-02 05:01:39 +09:00
issue-64059.rs Fix tests again 2019-09-02 05:01:39 +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_ice.rs Fix ICE related to #53708 2019-04-22 13:11:53 -07:00
match_ice.stderr check_match: refactor + improve non-exhaustive diag for default binding modes. 2019-09-09 16:44:23 +02:00
match-const-fn-structs.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03: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_pattern2.rs Add and update more tests 2019-06-19 09:52:35 +02:00
packed_pattern2.stderr Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
packed_pattern.rs Make interning explicitly care about types and the mutability of memory 2019-06-19 09:52:35 +02:00
packed_pattern.stderr Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
partial_qualif.rs
partial_qualif.stderr
projection_qualif.rs
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_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
promotion.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
qualif_overwrite_2.rs
qualif_overwrite_2.stderr
qualif_overwrite.rs
qualif_overwrite.stderr
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_normalization2.rs Update to new passing-ui-test scheme 2019-08-05 17:48:05 +02:00
self_normalization.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_mut_containing_mut_ref2.rs
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
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-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-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
too_generic_eval_ice.rs test: add test from #61041. 2019-08-19 18:57:09 +03:00
too_generic_eval_ice.stderr Use span label instead of note for cause in E0631 2019-08-31 00:14:23 -07: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
validate_never_arrays.stderr Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
zst_no_llvm_alloc.rs Add tests 2019-08-17 11:31:09 +02:00