.. |
auxiliary
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
const_constructor
|
|
|
const_in_pattern
|
bless warnings
|
2021-10-08 10:56:08 -07:00 |
const_limit
|
Fix drop handling for if let expressions
|
2021-09-01 23:47:41 +01:00 |
const-blocks
|
#![feature(inline_const)] is no longer incomplete
|
2021-11-22 22:17:03 +00:00 |
const-eval
|
keep ERROR in message
|
2022-03-09 14:16:41 +01:00 |
const-extern-fn
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
const-mut-refs
|
normalization change and rebase
|
2022-03-09 11:33:11 +01:00 |
control-flow
|
bless you
|
2022-02-12 19:24:41 +11:00 |
min_const_fn
|
Stabilize const_impl_trait as well
|
2022-03-07 08:47:18 -08:00 |
miri_unleashed
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
std
|
update tests involving CTFE validation
|
2021-06-13 23:26:06 +02:00 |
array-literal-index-oob.rs
|
|
|
array-literal-index-oob.stderr
|
|
|
array-to-slice-cast.rs
|
|
|
assert-type-intrinsics.rs
|
CTFE: support assert_zero_valid and assert_uninit_valid
|
2021-11-29 11:49:31 -05:00 |
assert-type-intrinsics.stderr
|
CTFE: support assert_zero_valid and assert_uninit_valid
|
2021-11-29 11:49:31 -05:00 |
assoc_const_generic_impl.rs
|
|
|
assoc_const_generic_impl.stderr
|
|
|
assoc-const.rs
|
|
|
associated_const_generic.rs
|
|
|
async-block.rs
|
|
|
async-block.with_feature.stderr
|
|
|
async-block.without_feature.stderr
|
|
|
bswap-const.rs
|
|
|
cast-discriminant-zst-enum.rs
|
Fix more “a”/“an” typos
|
2021-08-22 16:35:29 +02:00 |
chained-constants-stackoverflow.rs
|
|
|
check_const-feature-gated.rs
|
|
|
closure-structural-match-issue-90013.rs
|
#![feature(inline_const)] is no longer incomplete
|
2021-11-22 22:17:03 +00:00 |
const_discriminant.rs
|
expand comment
|
2021-11-14 19:03:32 -05:00 |
const_fn_floating_point_arithmetic.gated.stderr
|
|
|
const_fn_floating_point_arithmetic.rs
|
|
|
const_fn_floating_point_arithmetic.stock.stderr
|
|
|
const_fn_return_nested_fn_ptr.rs
|
|
|
const_fn_unsize.rs
|
const_fn_unsize: check that the cast behaves correctly
|
2021-05-22 10:35:53 +02:00 |
const_forget.rs
|
|
|
const_let_assign2.rs
|
|
|
const_let_assign3.rs
|
|
|
const_let_assign3.stderr
|
Use larger span for adjustments on method calls
|
2021-09-25 10:00:41 -05:00 |
const_let_assign.rs
|
|
|
const_let_eq_float.rs
|
|
|
const_let_eq.rs
|
|
|
const_let_irrefutable.rs
|
|
|
const_let_promote.rs
|
|
|
const_let_refutable.rs
|
|
|
const_let_refutable.stderr
|
|
|
const_prop_slice_pat_ice.rs
|
|
|
const_short_circuit.rs
|
|
|
const_unsafe_unreachable_ub.rs
|
Stabilize unreachable_unchecked as const fn
|
2021-10-04 01:04:17 -04:00 |
const_unsafe_unreachable_ub.stderr
|
Stabilize unreachable_unchecked as const fn
|
2021-10-04 01:04:17 -04:00 |
const_unsafe_unreachable.rs
|
Stabilize unreachable_unchecked as const fn
|
2021-10-04 01:04:17 -04:00 |
const-address-of-interior-mut.rs
|
|
|
const-address-of-interior-mut.stderr
|
|
|
const-address-of-mut.rs
|
|
|
const-address-of-mut.stderr
|
|
|
const-address-of.rs
|
|
|
const-adt-align-mismatch.rs
|
|
|
const-array-oob-arith.rs
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
const-array-oob-arith.stderr
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
const-array-oob.rs
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
const-array-oob.stderr
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
const-as-fn.rs
|
|
|
const-as-fn.stderr
|
|
|
const-autoderef.rs
|
|
|
const-big-enum.rs
|
|
|
const-binops.rs
|
|
|
const-bitshift-rhs-inference.rs
|
|
|
const-block-const-bound.rs
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
const-block-const-bound.stderr
|
Improve selection errors for ~const trait bounds
|
2022-01-26 00:48:01 +11:00 |
const-block-cross-crate-fn.rs
|
|
|
const-block-item-macro-codegen.rs
|
|
|
const-block-item.rs
|
|
|
const-block-non-item-statement-3.rs
|
|
|
const-block-non-item-statement-rpass.rs
|
|
|
const-block-non-item-statement.rs
|
|
|
const-block.rs
|
|
|
const-bound.rs
|
|
|
const-byte-str-cast.rs
|
|
|
const-call.rs
|
bless you
|
2022-02-12 19:24:41 +11:00 |
const-call.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
const-cast-different-types.rs
|
Perform Sync check on static items in wf-check instead of during const checks
|
2021-11-26 14:22:45 +00:00 |
const-cast-different-types.stderr
|
Perform Sync check on static items in wf-check instead of during const checks
|
2021-11-26 14:22:45 +00:00 |
const-cast-ptr-int.rs
|
|
|
const-cast-wrong-type.rs
|
Perform Sync check on static items in wf-check instead of during const checks
|
2021-11-26 14:22:45 +00:00 |
const-cast-wrong-type.stderr
|
Perform Sync check on static items in wf-check instead of during const checks
|
2021-11-26 14:22:45 +00:00 |
const-cast.rs
|
|
|
const-const.rs
|
|
|
const-contents.rs
|
|
|
const-cross-crate-const.rs
|
|
|
const-cross-crate-extern.rs
|
|
|
const-deref-ptr.rs
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
const-deref-ptr.stderr
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
const-deref.rs
|
|
|
const-endianess.rs
|
|
|
const-enum-byref-self.rs
|
|
|
const-enum-byref.rs
|
|
|
const-enum-cast.rs
|
|
|
const-enum-ptr.rs
|
|
|
const-enum-struct2.rs
|
|
|
const-enum-struct.rs
|
|
|
const-enum-structlike.rs
|
|
|
const-enum-tuple2.rs
|
|
|
const-enum-tuple.rs
|
|
|
const-enum-tuplestruct2.rs
|
|
|
const-enum-tuplestruct.rs
|
|
|
const-enum-vec-index.rs
|
|
|
const-enum-vec-ptr.rs
|
|
|
const-enum-vector.rs
|
|
|
const-err2.noopt.stderr
|
|
|
const-err2.opt_with_overflow_checks.stderr
|
|
|
const-err2.opt.stderr
|
|
|
const-err2.rs
|
|
|
const-err4.32bit.stderr
|
|
|
const-err4.64bit.stderr
|
|
|
const-err4.rs
|
|
|
const-err-early.rs
|
|
|
const-err-early.stderr
|
|
|
const-err-multi.rs
|
|
|
const-err-multi.stderr
|
|
|
const-err-rpass.rs
|
|
|
const-err.rs
|
Remove -Z force-overflow-checks
|
2021-11-24 10:19:23 -08:00 |
const-err.stderr
|
|
|
const-expr-addr-operator.rs
|
|
|
const-expr-in-fixed-length-vec.rs
|
|
|
const-expr-in-vec-repeat.rs
|
|
|
const-extern-function.rs
|
|
|
const-external-macro-const-err.rs
|
|
|
const-external-macro-const-err.stderr
|
Bless tests
|
2021-10-15 02:36:58 -05:00 |
const-fields-and-indexing.rs
|
|
|
const-float-bits-conv.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
const-float-classify.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
const-fn-const-eval.rs
|
|
|
const-fn-destructuring-arg.rs
|
|
|
const-fn-error.rs
|
Rebless
|
2022-02-12 19:34:52 +11:00 |
const-fn-error.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
const-fn-in-vec.rs
|
|
|
const-fn-in-vec.stderr
|
|
|
const-fn-method.rs
|
|
|
const-fn-mismatch.rs
|
|
|
const-fn-mismatch.stderr
|
|
|
const-fn-nested.rs
|
|
|
const-fn-not-in-trait.rs
|
|
|
const-fn-not-in-trait.stderr
|
|
|
const-fn-not-safe-for-const.rs
|
Update tests
|
2021-07-27 16:26:50 -04:00 |
const-fn-not-safe-for-const.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
const-fn-stability-calls-3.rs
|
|
|
const-fn-stability-calls.rs
|
|
|
const-fn-type-name-any.rs
|
|
|
const-fn-type-name.rs
|
|
|
const-fn-val.rs
|
|
|
const-fn-zst-args.rs
|
|
|
const-fn.rs
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
const-for-feature-gate.rs
|
Add feature gates for for and ? in consts
|
2021-07-29 23:21:54 +02:00 |
const-for-feature-gate.stderr
|
Update tests
|
2021-07-29 23:21:54 +02:00 |
const-for.rs
|
bless you
|
2022-02-12 19:24:41 +11:00 |
const-for.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
const-index-feature-gate.rs
|
|
|
const-int-arithmetic-overflow.rs
|
|
|
const-int-arithmetic.rs
|
|
|
const-int-conversion-rpass.rs
|
|
|
const-int-conversion.rs
|
|
|
const-int-conversion.stderr
|
|
|
const-int-overflowing-rpass.rs
|
|
|
const-int-overflowing.rs
|
|
|
const-int-overflowing.stderr
|
|
|
const-int-pow-rpass.rs
|
|
|
const-int-rotate-rpass.rs
|
|
|
const-int-rotate.rs
|
|
|
const-int-rotate.stderr
|
|
|
const-int-saturating-arith.rs
|
|
|
const-int-sign-rpass.rs
|
|
|
const-int-sign.rs
|
|
|
const-int-sign.stderr
|
|
|
const-int-unchecked.rs
|
bless you
|
2021-06-18 19:31:56 +02:00 |
const-int-unchecked.stderr
|
Miri/CTFE: properly treat overflow in (signed) division/rem as UB
|
2022-03-01 20:39:51 -05:00 |
const-int-wrapping-rpass.rs
|
|
|
const-int-wrapping.rs
|
|
|
const-int-wrapping.stderr
|
|
|
const-integer-bool-ops.rs
|
normalization change and rebase
|
2022-03-09 11:33:11 +01:00 |
const-integer-bool-ops.stderr
|
normalization change and rebase
|
2022-03-09 11:33:11 +01:00 |
const-labeled-break.rs
|
|
|
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
|
Do not suggest let_else if no bindings would be introduced
|
2022-03-08 17:20:05 +00:00 |
const-match-check.eval2.stderr
|
Do not suggest let_else if no bindings would be introduced
|
2022-03-08 17:20:05 +00:00 |
const-match-check.matchck.stderr
|
Do not suggest let_else if no bindings would be introduced
|
2022-03-08 17:20:05 +00:00 |
const-match-check.rs
|
|
|
const-match-pattern-arm.rs
|
|
|
const-meth-pattern.rs
|
|
|
const-multi-ref.rs
|
|
|
const-multi-ref.stderr
|
|
|
const-needs_drop-monomorphic.rs
|
feature(const_generics) -> feature(const_param_types)
|
2021-08-30 11:00:21 +02:00 |
const-needs_drop-monomorphic.stderr
|
feature(const_generics) -> feature(const_param_types)
|
2021-08-30 11:00:21 +02:00 |
const-needs_drop.rs
|
|
|
const-negation.rs
|
|
|
const-negative.rs
|
|
|
const-nullary-enum.rs
|
|
|
const-nullary-univariant-enum.rs
|
|
|
const-pattern-irrefutable.rs
|
|
|
const-pattern-irrefutable.stderr
|
|
|
const-pattern-not-const-evaluable.rs
|
|
|
const-pattern-variant.rs
|
|
|
const-points-to-static.32bit.stderr
|
adjust tests
|
2021-07-14 18:17:49 +02:00 |
const-points-to-static.64bit.stderr
|
adjust tests
|
2021-07-14 18:17:49 +02:00 |
const-points-to-static.rs
|
|
|
const-prop-ice2.rs
|
|
|
const-prop-ice2.stderr
|
|
|
const-prop-ice3.rs
|
|
|
const-prop-ice.rs
|
|
|
const-prop-ice.stderr
|
|
|
const-prop-overflowing-casts.rs
|
|
|
const-prop-read-static-in-const.rs
|
|
|
const-prop-read-static-in-const.stderr
|
|
|
const-ptr-nonnull-rpass.rs
|
|
|
const-ptr-nonnull.rs
|
|
|
const-ptr-nonnull.stderr
|
|
|
const-ptr-unique-rpass.rs
|
|
|
const-ptr-unique.rs
|
|
|
const-ptr-unique.stderr
|
|
|
const-rec-and-tup.rs
|
|
|
const-region-ptrs-noncopy.rs
|
|
|
const-region-ptrs.rs
|
|
|
const-repeated-values.rs
|
|
|
const-size_of_val-align_of_val-extern-type.rs
|
|
|
const-size_of_val-align_of_val-extern-type.stderr
|
|
|
const-size_of_val-align_of_val.rs
|
|
|
const-size_of-align_of.rs
|
|
|
const-size_of-cycle.rs
|
|
|
const-size_of-cycle.stderr
|
Morph layout_raw query into layout_of .
|
2021-08-24 22:04:27 +03:00 |
const-slice-oob.rs
|
|
|
const-slice-oob.stderr
|
|
|
const-struct-offsets.rs
|
|
|
const-struct.rs
|
|
|
const-suggest-feature.rs
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
const-suggest-feature.stderr
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
const-trait-to-trait.rs
|
|
|
const-try-feature-gate.rs
|
Add feature gates for for and ? in consts
|
2021-07-29 23:21:54 +02:00 |
const-try-feature-gate.stderr
|
Update tests
|
2021-07-29 23:21:54 +02:00 |
const-try.rs
|
Add feature gates for for and ? in consts
|
2021-07-29 23:21:54 +02:00 |
const-tup-index-span.rs
|
normalization change and rebase
|
2022-03-09 11:33:11 +01:00 |
const-tup-index-span.stderr
|
normalization change and rebase
|
2022-03-09 11:33:11 +01:00 |
const-tuple-struct.rs
|
|
|
const-type-mismatch.rs
|
|
|
const-type-mismatch.stderr
|
|
|
const-typeid-of-rpass.rs
|
|
|
const-unit-struct.rs
|
|
|
const-unsafe-fn.rs
|
|
|
const-unsized.rs
|
|
|
const-unsized.stderr
|
|
|
const-unwrap.rs
|
Use #[track_caller] in const panic diagnostics.
|
2021-07-09 15:23:27 +02:00 |
const-unwrap.stderr
|
Use #[track_caller] in const panic diagnostics.
|
2021-07-09 15:23:27 +02:00 |
const-validation-fail-55455.rs
|
|
|
const-variant-count.rs
|
Add enum_intrinsics_non_enums lint
|
2021-10-11 09:46:27 +02:00 |
const-vec-of-fns.rs
|
|
|
const-vec-syntax.rs
|
|
|
const-vecs-and-slices.rs
|
|
|
const.rs
|
|
|
consts-in-patterns.rs
|
|
|
copy-intrinsic.rs
|
tweak pointer out-of-bounds error message
|
2021-07-15 22:47:11 +02:00 |
copy-intrinsic.stderr
|
tweak pointer out-of-bounds error message
|
2021-07-15 22:47:11 +02:00 |
dangling_raw_ptr.rs
|
|
|
dangling_raw_ptr.stderr
|
|
|
dangling-alloc-id-ice.rs
|
|
|
dangling-alloc-id-ice.stderr
|
|
|
deref_in_pattern.rs
|
|
|
drop_box.rs
|
Revert accidental stabilization
|
2022-03-10 14:36:51 +00:00 |
drop_box.stderr
|
Revert accidental stabilization
|
2022-03-10 14:36:51 +00:00 |
drop_none.rs
|
|
|
drop_zst.rs
|
Add regression test for #90770
|
2021-12-01 10:04:21 -08:00 |
drop_zst.stderr
|
Add regression test for #90770
|
2021-12-01 10:04:21 -08:00 |
enum-discr-type-err.rs
|
|
|
enum-discr-type-err.stderr
|
|
|
eval-enum.rs
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
eval-enum.stderr
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
huge-values.rs
|
|
|
ice-48279.rs
|
|
|
ice-zst-static-access.rs
|
|
|
inline_asm.rs
|
Stabilize asm! and global_asm!
|
2021-12-12 11:20:03 +00:00 |
inline_asm.stderr
|
Restrict tests that use needs-asm-support to non-experimental
|
2021-11-07 03:44:42 +00:00 |
int_ptr_for_zst_slices.rs
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
intrinsic_without_const_stab_fail.rs
|
bless you
|
2022-02-12 19:24:41 +11:00 |
intrinsic_without_const_stab_fail.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
intrinsic_without_const_stab.rs
|
bless you
|
2022-02-12 19:24:41 +11:00 |
intrinsic_without_const_stab.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
invalid_promotion.rs
|
|
|
invalid-union.32bit.stderr
|
Extend check for UnsafeCell in consts to cover unions
|
2021-12-31 08:53:12 +01:00 |
invalid-union.64bit.stderr
|
normalization change and rebase
|
2022-03-09 11:33:11 +01:00 |
invalid-union.rs
|
Extend check for UnsafeCell in consts to cover unions
|
2021-12-31 08:53:12 +01:00 |
issue-3521.fixed
|
|
|
issue-3521.rs
|
|
|
issue-3521.stderr
|
|
|
issue-6991.rs
|
|
|
issue-13837.rs
|
|
|
issue-13902.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
issue-17074.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
issue-17458.rs
|
remove const_raw_ptr_to_usize_cast feature
|
2021-07-10 12:08:58 +02:00 |
issue-17458.stderr
|
Practice diagnostic message convention
|
2021-10-03 16:16:28 +09:00 |
issue-17718-borrow-interior.rs
|
|
|
issue-17718-const-bad-values.rs
|
|
|
issue-17718-const-bad-values.stderr
|
|
|
issue-17718-const-borrow.rs
|
|
|
issue-17718-const-borrow.stderr
|
|
|
issue-17718-references.rs
|
|
|
issue-17718-references.stderr
|
|
|
issue-17718.rs
|
|
|
issue-17756.rs
|
Move some UI tests to more suitable subdirs
|
2021-06-30 06:41:10 +09:00 |
issue-18294.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
issue-18294.stderr
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
issue-21562.rs
|
|
|
issue-21721.rs
|
|
|
issue-23833.rs
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03:00 |
issue-23968-const-not-overflow.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
issue-25826.rs
|
|
|
issue-25826.stderr
|
Practice diagnostic message convention
|
2021-10-03 16:16:28 +09:00 |
issue-27890.rs
|
|
|
issue-28113.rs
|
Handle Fn family trait call errror
|
2022-02-12 19:24:43 +11:00 |
issue-28113.stderr
|
Handle Fn family trait call errror
|
2022-02-12 19:24:43 +11:00 |
issue-29914-2.rs
|
|
|
issue-29914-3.rs
|
|
|
issue-29914.rs
|
|
|
issue-29927-1.rs
|
|
|
issue-29927.rs
|
|
|
issue-32829-2.rs
|
bless you
|
2022-02-12 19:24:41 +11:00 |
issue-32829-2.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
issue-32829.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
issue-32829.stderr
|
Bless tests
|
2021-10-15 02:36:58 -05:00 |
issue-33537.rs
|
|
|
issue-34784.rs
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03:00 |
issue-36163.rs
|
|
|
issue-36163.stderr
|
normalization change and rebase
|
2022-03-09 11:33:11 +01:00 |
issue-37222.rs
|
Move some UI tests to more suitable subdirs
|
2021-08-10 13:34:05 +09:00 |
issue-37550-1.rs
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
issue-37550.rs
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
issue-37991.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
issue-39161-bogus-error.rs
|
add regression test for issue #39161
|
2021-06-16 14:05:36 -07:00 |
issue-43105.rs
|
bless you
|
2022-02-12 19:24:41 +11:00 |
issue-43105.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
issue-44415.rs
|
|
|
issue-44415.stderr
|
Morph layout_raw query into layout_of .
|
2021-08-24 22:04:27 +03:00 |
issue-46553.rs
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
issue-47789.rs
|
|
|
issue-52023-array-size-pointer-cast.rs
|
remove const_raw_ptr_to_usize_cast feature
|
2021-07-10 12:08:58 +02:00 |
issue-52023-array-size-pointer-cast.stderr
|
Practice diagnostic message convention
|
2021-10-03 16:16:28 +09:00 |
issue-52060.rs
|
|
|
issue-52060.stderr
|
|
|
issue-54224.rs
|
|
|
issue-54224.stderr
|
|
|
issue-54348.rs
|
|
|
issue-54348.stderr
|
|
|
issue-56164.rs
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
issue-56164.stderr
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
issue-58435-ice-with-assoc-const.rs
|
|
|
issue-62045.rs
|
|
|
issue-63226.rs
|
|
|
issue-63952.32bit.stderr
|
adjust tests
|
2021-07-14 18:17:49 +02:00 |
issue-63952.64bit.stderr
|
adjust tests
|
2021-07-14 18:17:49 +02:00 |
issue-63952.rs
|
|
|
issue-64059.rs
|
|
|
issue-64506.rs
|
|
|
issue-64662.rs
|
|
|
issue-64662.stderr
|
|
|
issue-65348.rs
|
|
|
issue-66342.rs
|
|
|
issue-66345.rs
|
|
|
issue-66397.rs
|
|
|
issue-66693-panic-in-array-len.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
issue-66693-panic-in-array-len.stderr
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
issue-66693.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
issue-66693.stderr
|
Bless tests
|
2021-10-15 02:36:58 -05:00 |
issue-66787.rs
|
|
|
issue-67529.rs
|
|
|
issue-67640.rs
|
|
|
issue-67641.rs
|
|
|
issue-67696-const-prop-ice.rs
|
|
|
issue-67862.rs
|
|
|
issue-68264-overflow.rs
|
|
|
issue-68542-closure-in-array-len.rs
|
Handle Fn family trait call errror
|
2022-02-12 19:24:43 +11:00 |
issue-68542-closure-in-array-len.stderr
|
Handle Fn family trait call errror
|
2022-02-12 19:24:43 +11:00 |
issue-68684.rs
|
|
|
issue-69191-ice-on-uninhabited-enum-field.rs
|
|
|
issue-69310-array-size-lit-wrong-ty.rs
|
|
|
issue-69310-array-size-lit-wrong-ty.stderr
|
|
|
issue-69312.rs
|
|
|
issue-69532.rs
|
Update tests
|
2021-07-27 16:26:50 -04:00 |
issue-70773-mir-typeck-lt-norm.rs
|
|
|
issue-70942-trait-vs-impl-mismatch.rs
|
|
|
issue-70942-trait-vs-impl-mismatch.stderr
|
Tweak assoc type obligation spans
|
2021-12-11 02:32:15 +00:00 |
issue-73976-monomorphic.rs
|
|
|
issue-73976-polymorphic.rs
|
|
|
issue-73976-polymorphic.stderr
|
|
|
issue-76064.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
issue-76064.stderr
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
issue-77062-large-zst-array.rs
|
|
|
issue-78655.rs
|
fix tests, add new tests checking borrowck CFTE ICE
|
2022-02-11 12:45:51 -08:00 |
issue-78655.stderr
|
fix tests, add new tests checking borrowck CFTE ICE
|
2022-02-11 12:45:51 -08:00 |
issue-79137-monomorphic.rs
|
|
|
issue-79137-toogeneric.rs
|
|
|
issue-79137-toogeneric.stderr
|
|
|
issue-79152-const-array-index.rs
|
|
|
issue-79690.64bit.stderr
|
adjust tests
|
2021-07-14 18:17:49 +02:00 |
issue-79690.rs
|
|
|
issue-83182.32bit.stderr
|
adjust tests
|
2021-07-14 18:17:49 +02:00 |
issue-83182.64bit.stderr
|
adjust tests
|
2021-07-14 18:17:49 +02:00 |
issue-83182.rs
|
update tests involving CTFE validation
|
2021-06-13 23:26:06 +02:00 |
issue-87046.rs
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
issue-87046.stderr
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
issue-88071.rs
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
issue-88649.rs
|
Add a regression test for https://github.com/rust-lang/rust/issues/88649
|
2021-09-06 23:58:10 +08:00 |
issue-89088.rs
|
Fix ICE when indirect_structural_match is allowed
|
2021-09-20 21:25:44 +02:00 |
issue-90870.fixed
|
Rebased and improved errors
|
2022-02-12 19:24:42 +11:00 |
issue-90870.rs
|
Rebased and improved errors
|
2022-02-12 19:24:42 +11:00 |
issue-90870.stderr
|
Rebased and improved errors
|
2022-02-12 19:24:42 +11:00 |
issue-90878-2.rs
|
Do not visit attributes in LateResolutionVisitor .
|
2021-11-25 00:24:04 +01:00 |
issue-90878-2.stderr
|
Do not visit attributes in LateResolutionVisitor .
|
2021-11-25 00:24:04 +01:00 |
issue-90878-3.rs
|
Add a test with a leading newline for ICE #90878
|
2021-11-17 22:24:42 +01:00 |
issue-90878-3.stderr
|
Add a test with a leading newline for ICE #90878
|
2021-11-17 22:24:42 +01:00 |
issue-90878.rs
|
Fix non-constant value ICE (#90878)
|
2021-11-15 20:40:29 +01:00 |
issue-90878.stderr
|
Fix non-constant value ICE (#90878)
|
2021-11-15 20:40:29 +01:00 |
issue-91434.rs
|
Fix an ICE when lowering a float with missing exponent magnitude
|
2021-12-19 11:52:33 +01:00 |
issue-91434.stderr
|
Fix an ICE when lowering a float with missing exponent magnitude
|
2021-12-19 11:52:33 +01:00 |
issue-91560.fixed
|
Make span_extend_to_prev_str() more robust
|
2022-01-31 19:28:15 +01:00 |
issue-91560.rs
|
Make span_extend_to_prev_str() more robust
|
2022-01-31 19:28:15 +01:00 |
issue-91560.stderr
|
Make span_extend_to_prev_str() more robust
|
2022-01-31 19:28:15 +01:00 |
issue-94675.rs
|
use impl substs in on_unimplemented
|
2022-03-06 18:44:01 -08:00 |
issue-94675.stderr
|
use impl substs in on_unimplemented
|
2022-03-06 18:44:01 -08:00 |
issue-broken-mir.rs
|
|
|
issue-miri-1910.rs
|
fix ICE on Miri/CTFE copy of half a pointer
|
2021-11-13 20:56:01 -05:00 |
issue-miri-1910.stderr
|
fix ICE on Miri/CTFE copy of half a pointer
|
2021-11-13 20:56:01 -05:00 |
large_const_alloc.rs
|
Test memory exhaustion in const evaluation
|
2021-06-29 19:08:30 -04:00 |
large_const_alloc.stderr
|
Test memory exhaustion in const evaluation
|
2021-06-29 19:08:30 -04:00 |
locals-in-const-fn.rs
|
|
|
match_ice.rs
|
|
|
match_ice.stderr
|
|
|
match-const-fn-structs.rs
|
|
|
mir_check_nonconst.rs
|
bless you
|
2022-02-12 19:24:41 +11:00 |
mir_check_nonconst.stderr
|
bless you
|
2022-02-12 19:24:41 +11:00 |
mozjs-error.rs
|
|
|
non-const-value-in-const.rs
|
Fix non-constant value ICE (#90878)
|
2021-11-15 20:40:29 +01:00 |
non-const-value-in-const.stderr
|
Fix non-constant value ICE (#90878)
|
2021-11-15 20:40:29 +01:00 |
non-scalar-cast.rs
|
|
|
offset_from_ub.rs
|
adjust offset_from logic: check that both pointers are in-bounds
|
2022-03-10 18:59:58 -05:00 |
offset_from_ub.stderr
|
adjust offset_from logic: check that both pointers are in-bounds
|
2022-03-10 18:59:58 -05:00 |
offset_from.rs
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
offset_ub.rs
|
miri: better ptr-out-of-bounds errors
|
2021-07-18 10:38:00 +02:00 |
offset_ub.stderr
|
adjust offset_from logic: check that both pointers are in-bounds
|
2022-03-10 18:59:58 -05:00 |
offset.rs
|
|
|
packed_pattern2.rs
|
|
|
packed_pattern2.stderr
|
|
|
packed_pattern.rs
|
|
|
packed_pattern.stderr
|
|
|
partial_qualif.rs
|
|
|
partial_qualif.stderr
|
|
|
precise-drop-with-coverage.rs
|
Fix switch on discriminant detection in a presence of coverage counters
|
2022-02-10 19:43:24 +01:00 |
precise-drop-with-promoted.rs
|
Fix const qualification when executed after promotion
|
2021-10-19 00:00:00 +00:00 |
promote_borrowed_field.rs
|
|
|
promote_const_let.rs
|
|
|
promote_const_let.stderr
|
|
|
promote_evaluation_unused_result.rs
|
|
|
promote_fn_calls_std.rs
|
|
|
promote_fn_calls.rs
|
|
|
promote-not.rs
|
Test that promotion follows references when looking for drop
|
2021-10-31 18:33:29 +01:00 |
promote-not.stderr
|
Test that promotion follows references when looking for drop
|
2021-10-31 18:33:29 +01:00 |
promoted_regression.rs
|
|
|
promoted-const-drop.rs
|
Do not promote values with const drop that need to be dropped
|
2021-10-18 21:56:57 +02:00 |
promoted-const-drop.stderr
|
Do not promote values with const drop that need to be dropped
|
2021-10-18 21:56:57 +02:00 |
promoted-storage.rs
|
Reset qualifs when a storage of a local ends
|
2021-10-23 09:26:22 +02:00 |
promoted-validation-55454.rs
|
|
|
promotion-mutable-ref.rs
|
|
|
promotion.rs
|
|
|
ptr_comparisons.rs
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
ptr_comparisons.stderr
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
ptr_is_null.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
qualif_overwrite_2.rs
|
|
|
qualif_overwrite_2.stderr
|
|
|
qualif_overwrite.rs
|
|
|
qualif_overwrite.stderr
|
|
|
qualif-indirect-mutation-fail.rs
|
addr_of! grants mutable access, maybe?
|
2021-11-03 16:43:12 +01:00 |
qualif-indirect-mutation-fail.stderr
|
addr_of! grants mutable access, maybe?
|
2021-11-03 16:43:12 +01:00 |
qualif-indirect-mutation-pass.rs
|
addr_of! grants mutable access, maybe?
|
2021-11-03 16:43:12 +01:00 |
qualif-union.rs
|
Use type based qualification for unions
|
2021-10-28 00:00:00 +00:00 |
qualif-union.stderr
|
Use type based qualification for unions
|
2021-10-28 00:00:00 +00:00 |
raw_pointer_promoted.rs
|
|
|
raw-ptr-const.rs
|
|
|
raw-ptr-const.stderr
|
|
|
recursive-zst-static.default.stderr
|
|
|
recursive-zst-static.rs
|
|
|
recursive-zst-static.unleash.stderr
|
|
|
recursive.rs
|
Deduplicate lines in long const-eval stack trace
|
2022-01-11 18:13:53 -08:00 |
recursive.stderr
|
Deduplicate lines in long const-eval stack trace
|
2022-01-11 18:13:53 -08:00 |
references.rs
|
|
|
refs_check_const_eq-issue-88384.rs
|
add case for checking const refs in check_const_value_eq
|
2021-09-21 15:49:29 +02:00 |
refs_check_const_eq-issue-88384.stderr
|
move adt_const_params to its own tracking issue
|
2022-03-21 16:33:42 +01:00 |
refs_check_const_value_eq-issue-88876.rs
|
add case for checking const refs in check_const_value_eq
|
2021-09-21 15:49:29 +02:00 |
repeat_match.rs
|
|
|
return-in-const-fn.rs
|
|
|
rustc-const-stability-require-const.rs
|
fn must be const if marked with stability attribut
|
2021-07-08 07:52:05 +02:00 |
rustc-const-stability-require-const.stderr
|
fn must be const if marked with stability attribut
|
2021-07-08 07:52:05 +02:00 |
rustc-impl-const-stability.rs
|
Mark const_trait_impl as active
|
2021-07-16 11:54:00 +08:00 |
rvalue-static-promotion.rs
|
|
|
self_normalization2.rs
|
|
|
self_normalization.rs
|
|
|
signed_enum_discr.rs
|
|
|
stable-precise-live-drops-in-libcore.rs
|
|
|
stable-precise-live-drops-in-libcore.stderr
|
|
|
static_mut_containing_mut_ref2.mut_refs.stderr
|
|
|
static_mut_containing_mut_ref2.rs
|
|
|
static_mut_containing_mut_ref2.stock.stderr
|
|
|
static_mut_containing_mut_ref3.rs
|
|
|
static_mut_containing_mut_ref3.stderr
|
|
|
static_mut_containing_mut_ref.rs
|
|
|
static-cycle-error.rs
|
|
|
static-raw-pointer-interning2.rs
|
|
|
static-raw-pointer-interning.rs
|
|
|
too_generic_eval_ice.rs
|
|
|
too_generic_eval_ice.stderr
|
|
|
trait_specialization.rs
|
|
|
trait_specialization.stderr
|
|
|
transmute-const.rs
|
|
|
transmute-size-mismatch-before-typeck.rs
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
transmute-size-mismatch-before-typeck.stderr
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
try-operator.rs
|
Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk"
|
2021-12-12 12:34:59 +08:00 |
tuple-struct-constructors.rs
|
|
|
underscore_const_names.rs
|
|
|
uninhabited-const-issue-61744.rs
|
|
|
uninhabited-const-issue-61744.stderr
|
|
|
union_constant.rs
|
|
|
unstable-const-fn-in-libcore.rs
|
Update tests after feature stabilization
|
2022-03-07 08:47:18 -08:00 |
unstable-const-fn-in-libcore.stderr
|
Update tests
|
2022-03-07 08:47:18 -08:00 |
unstable-precise-live-drops-in-libcore.rs
|
|
|
unwind-abort.rs
|
Stabilize const_panic
|
2021-10-04 02:33:33 -04:00 |
validate_never_arrays.32bit.stderr
|
update tests involving CTFE validation
|
2021-06-13 23:26:06 +02:00 |
validate_never_arrays.64bit.stderr
|
update tests involving CTFE validation
|
2021-06-13 23:26:06 +02:00 |
validate_never_arrays.rs
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
write_to_mut_ref_dest.rs
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
write_to_mut_ref_dest.stock.stderr
|
Stabilize const_raw_ptr_deref for *const T
|
2021-11-06 17:05:15 -04:00 |
write_to_static_via_mut_ref.rs
|
|
|
write_to_static_via_mut_ref.stderr
|
|
|
write-to-static-mut-in-static.rs
|
|
|
write-to-static-mut-in-static.stderr
|
|
|
zst_no_llvm_alloc.rs
|
|
|