| .. |
|
auxiliary
|
Make derive_const usable within libcore again
|
2025-07-17 15:42:54 +00:00 |
|
heap
|
Vec::push in consts MVP
|
2026-01-01 19:17:11 -05:00 |
|
simd
|
make simd_insert and simd_extract const fns
|
2025-02-27 12:23:00 +01:00 |
|
stable-metric
|
Fix existing messages in stderrs
|
2026-02-07 09:13:42 +01:00 |
|
array-len-mismatch-type.rs
|
modify error comment and bless test, delete tests/ui/const-generics/generic_const_exprs/lit_type_mismatch.rs
|
2026-02-14 04:12:46 +00:00 |
|
array-len-mismatch-type.stderr
|
modify error comment and bless test, delete tests/ui/const-generics/generic_const_exprs/lit_type_mismatch.rs
|
2026-02-14 04:12:46 +00:00 |
|
assign-to-static-within-other-static.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
assign-to-static-within-other-static.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
conditional_array_execution.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
conditional_array_execution.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const-eval-intrinsic-promotion.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
const-eval-intrinsic-promotion.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
const-eval-overflow-2.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const-eval-overflow-2.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const-eval-overflow-3.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const-eval-overflow-3.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const-eval-overflow-3b.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
const-eval-overflow-3b.stderr
|
Point at span within local macros even when error happens in nested external macro
|
2025-12-10 19:27:40 +00:00 |
|
const-eval-overflow-4.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const-eval-overflow-4.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const-eval-overflow-4b.rs
|
compiletest: Make diagnostic kind mandatory on line annotations
|
2025-04-30 10:44:24 +03:00 |
|
const-eval-overflow-4b.stderr
|
Point at span within local macros even when error happens in nested external macro
|
2025-12-10 19:27:40 +00:00 |
|
const-eval-overflow2.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const-eval-overflow2.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const-eval-overflow2b.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const-eval-overflow2b.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const-eval-overflow2c.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const-eval-overflow2c.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const-eval-query-stack.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const-eval-query-stack.stderr
|
Mention crate being analysized in query description
|
2025-10-31 21:20:08 +00:00 |
|
const-eval-span.rs
|
UI tests: add missing diagnostic kinds where possible
|
2025-04-08 23:06:31 +03:00 |
|
const-eval-span.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
const-pointer-values-in-various-types.64bit.stderr
|
Show the memory of uninit reads
|
2025-07-18 07:47:08 +00:00 |
|
const-pointer-values-in-various-types.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const_fn_ptr.rs
|
compiletest: Support matching on diagnostics without a span
|
2025-03-25 17:33:09 +03:00 |
|
const_fn_ptr.stderr
|
Always evaluate free constants and statics, even if previous errors occurred
|
2024-02-19 22:11:13 +00:00 |
|
const_fn_ptr_fail.rs
|
compiletest: Support matching on diagnostics without a span
|
2025-03-25 17:33:09 +03:00 |
|
const_fn_ptr_fail.stderr
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
const_fn_ptr_fail2.rs
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const_fn_ptr_fail2.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const_fn_target_feature.rs
|
interpret: do not make const-eval query result depend on tcx.sess
|
2024-08-26 17:08:52 +02:00 |
|
const_fn_target_feature_wasm.rs
|
interpret: do not make const-eval query result depend on tcx.sess
|
2024-08-26 17:08:52 +02:00 |
|
const_let.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
const_let.stderr
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
const_panic-normalize-tabs-115498.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const_panic-normalize-tabs-115498.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const_panic.rs
|
Gate 2018 UI tests
|
2025-11-27 14:13:58 -05:00 |
|
const_panic.stderr
|
Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic
|
2026-01-26 17:34:31 +00:00 |
|
const_panic_2021.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const_panic_2021.stderr
|
Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic
|
2026-01-26 17:34:31 +00:00 |
|
const_panic_libcore_bin.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const_panic_libcore_bin.stderr
|
Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic
|
2026-01-26 17:34:31 +00:00 |
|
const_panic_stability.e2018.stderr
|
bless the tests
|
2025-12-10 15:15:56 +01:00 |
|
const_panic_stability.e2021.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
const_panic_stability.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
const_panic_track_caller.rs
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const_panic_track_caller.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const_prop_errors.rs
|
Allow function_casts_as_integer in non-related ui tests
|
2025-11-10 16:38:28 +01:00 |
|
const_raw_ptr_ops.gated.stderr
|
Add a diagnostic attribute for special casing const bound errors for non-const impls
|
2025-11-26 07:40:47 +00:00 |
|
const_raw_ptr_ops.rs
|
Add a diagnostic attribute for special casing const bound errors for non-const impls
|
2025-11-26 07:40:47 +00:00 |
|
const_raw_ptr_ops.stable.stderr
|
Add a diagnostic attribute for special casing const bound errors for non-const impls
|
2025-11-26 07:40:47 +00:00 |
|
const_raw_ptr_ops2.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
const_raw_ptr_ops2.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
const_signed_pat.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
dont_promote_unstable_const_fn.rs
|
Re-do recursive const stability checks
|
2024-10-25 20:31:40 +02:00 |
|
dont_promote_unstable_const_fn.stderr
|
const-check: stop recommending the use of rustc_allow_const_fn_unstable
|
2025-05-25 22:47:21 +02:00 |
|
dont_promote_unstable_const_fn_cross_crate.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
dont_promote_unstable_const_fn_cross_crate.stderr
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
double_check.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
double_check2.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
duration_conversion.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
enum_discr.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
extern_fat_pointer.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
field-access-after-const-eval-fail-in-ty.rs
|
Check for presence of field in typeck results before visiting it
|
2024-02-03 19:41:18 +01:00 |
|
field-access-after-const-eval-fail-in-ty.stderr
|
Fix existing messages in stderrs
|
2026-02-07 09:13:42 +01:00 |
|
format.rs
|
Ignore #[doc(hidden)] items when computing trimmed paths
|
2026-01-19 12:27:27 +11:00 |
|
format.stderr
|
Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic
|
2026-01-26 17:34:31 +00:00 |
|
generic-slice.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
generic-slice.stderr
|
Always evaluate free constants and statics, even if previous errors occurred
|
2024-02-19 22:11:13 +00:00 |
|
ice-generic-assoc-const.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
ice-packed.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
ice-unhandled-type-122191.rs
|
Implement #[define_opaque] attribute for functions.
|
2025-03-11 12:05:02 +00:00 |
|
ice-unhandled-type-122191.stderr
|
Make typo in field and name suggestions verbose
|
2025-12-09 17:29:23 +00:00 |
|
ice-unsized-struct-const-eval-123154.rs
|
Fail candidate assembly for erroneous types
|
2024-04-16 12:42:48 +05:30 |
|
ice-unsized-struct-const-eval-123154.stderr
|
Fail candidate assembly for erroneous types
|
2024-04-16 12:42:48 +05:30 |
|
index-out-of-bounds-never-type.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
index-out-of-bounds-never-type.stderr
|
Clarify why we are talking about a failed const eval at a random place
|
2025-06-02 15:37:15 +00:00 |
|
index_out_of_bounds.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
index_out_of_bounds.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
index_out_of_bounds_propagated.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
index_out_of_bounds_propagated.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
infinite_loop.eval_limit.stderr
|
Fix existing messages in stderrs
|
2026-02-07 09:13:42 +01:00 |
|
infinite_loop.no_ice.stderr
|
Fix existing messages in stderrs
|
2026-02-07 09:13:42 +01:00 |
|
infinite_loop.rs
|
Fix crash in late internal checking
|
2024-03-08 19:00:53 +08:00 |
|
issue-43197.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
issue-43197.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
issue-44578.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
issue-44578.stderr
|
Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic
|
2026-01-26 17:34:31 +00:00 |
|
issue-47971.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-49296.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
issue-49296.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
issue-50706.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-50814-2.mir-opt.stderr
|
Clarify why we are talking about a failed const eval at a random place
|
2025-06-02 15:37:15 +00:00 |
|
issue-50814-2.normal.stderr
|
Clarify why we are talking about a failed const eval at a random place
|
2025-06-02 15:37:15 +00:00 |
|
issue-50814-2.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
issue-50814.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
issue-50814.stderr
|
Clarify why we are talking about a failed const eval at a random place
|
2025-06-02 15:37:15 +00:00 |
|
issue-51300.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-52475.rs
|
Remove const eval limit and implement an exponential backoff lint instead
|
2023-05-31 10:24:17 +00:00 |
|
issue-52475.stderr
|
Fix existing messages in stderrs
|
2026-02-07 09:13:42 +01:00 |
|
issue-53157.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-53401.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-55541.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-64908.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-64970.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-65394.rs
|
stabilize const_mut_refs
|
2024-09-15 09:51:32 +02:00 |
|
issue-65394.stock.stderr
|
stabilize const_mut_refs
|
2024-09-15 09:51:32 +02:00 |
|
issue-70723.rs
|
Remove const eval limit and implement an exponential backoff lint instead
|
2023-05-31 10:24:17 +00:00 |
|
issue-70723.stderr
|
Fix existing messages in stderrs
|
2026-02-07 09:13:42 +01:00 |
|
issue-70804-fn-subtyping.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-84957-const-str-as-bytes.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-85155.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
issue-85155.stderr
|
Point at span within local macros even when error happens in nested external macro
|
2025-12-10 19:27:40 +00:00 |
|
issue-85907.rs
|
Gate 2018 UI tests
|
2025-11-27 14:13:58 -05:00 |
|
issue-85907.stderr
|
Gate 2018 UI tests
|
2025-11-27 14:13:58 -05:00 |
|
issue-91827-extern-types-field-offset.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
issue-91827-extern-types-field-offset.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
issue-100878.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
issue-104390.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
issue-104390.stderr
|
Make parse error suggestions verbose and fix spans
|
2024-07-12 03:02:57 +00:00 |
|
livedrop.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
livedrop.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
match-test-ptr-null.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
match-test-ptr-null.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
mod-static-with-const-fn.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
mod-static-with-const-fn.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
no_lint_for_statically_known_error.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
nonnull_as_ref.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
nonnull_as_ref_ub.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
nonnull_as_ref_ub.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
nrvo.rs
|
stabilize const_mut_refs
|
2024-09-15 09:51:32 +02:00 |
|
overflow_checks.rs
|
add overflow_checks intrinsic
|
2025-11-08 10:57:35 -07:00 |
|
panic-assoc-never-type.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
panic-assoc-never-type.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
panic-never-type.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
panic-never-type.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
parse_ints.rs
|
Add ignore-backends annotations in failing GCC backend ui tests
|
2025-07-23 13:48:04 +02:00 |
|
parse_ints.stderr
|
Point at span within local macros even when error happens in nested external macro
|
2025-12-10 19:27:40 +00:00 |
|
promote-static.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
promote_mutable_zst_mir_borrowck.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
promoted_const_fn_fail.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
promoted_const_fn_fail.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
promoted_const_fn_fail_deny_const_err.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
promoted_const_fn_fail_deny_const_err.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
promoted_raw_ptr_ops.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
promoted_raw_ptr_ops.stderr
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
ptr-to-int-transmute-in-consts-issue-87525.rs
|
Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint
|
2025-05-25 15:57:48 +00:00 |
|
ptr-to-int-transmute-in-consts-issue-87525.stderr
|
Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lint
|
2025-05-25 15:57:48 +00:00 |
|
ptr_fragments.rs
|
const-eval: always do mem-to-mem copies if there might be padding involved
|
2026-01-19 17:56:45 +01:00 |
|
ptr_fragments_in_final.rs
|
const-eval: always do mem-to-mem copies if there might be padding involved
|
2026-01-19 17:56:45 +01:00 |
|
ptr_fragments_in_final.stderr
|
const-eval: always do mem-to-mem copies if there might be padding involved
|
2026-01-19 17:56:45 +01:00 |
|
ptr_fragments_mixed.rs
|
const-eval: fix and re-enable pointer fragment support
|
2025-11-15 10:09:42 +01:00 |
|
ptr_fragments_mixed.stderr
|
const-eval: fix and re-enable pointer fragment support
|
2025-11-15 10:09:42 +01:00 |
|
raw-bytes.32bit.stderr
|
Start using pattern types in libcore
|
2026-02-10 11:19:24 +00:00 |
|
raw-bytes.64bit.stderr
|
Start using pattern types in libcore
|
2026-02-10 11:19:24 +00:00 |
|
raw-bytes.rs
|
fix some typos in !-related test comments
|
2025-11-14 00:04:54 +01:00 |
|
raw-pointer-ub.rs
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
raw-pointer-ub.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
read_partial_ptr.rs
|
const-eval: fix and re-enable pointer fragment support
|
2025-11-15 10:09:42 +01:00 |
|
read_partial_ptr.stderr
|
const-eval: full support for pointer fragments
|
2025-07-30 08:13:58 +02:00 |
|
ref_to_int_match.32bit.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
ref_to_int_match.64bit.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
ref_to_int_match.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
shift_overflow.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
shift_overflow.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
simple_with_undef.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
size-of-t.rs
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|
size-of-t.stderr
|
generic_const_exprs: suggest to add the feature, not use it
|
2023-11-30 20:59:51 +01:00 |
|
strlen.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
transmute-const-promotion.rs
|
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
|
2025-04-24 13:14:36 +07:00 |
|
transmute-const-promotion.stderr
|
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
|
2025-04-24 13:14:36 +07:00 |
|
transmute-const.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
transmute-const.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
transmute-size-mismatch.rs
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
transmute-size-mismatch.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
ub-enum-overwrite.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
ub-enum-overwrite.stderr
|
Show the memory of uninit reads
|
2025-07-18 07:47:08 +00:00 |
|
ub-enum.rs
|
Show the memory of uninit reads
|
2025-07-18 07:47:08 +00:00 |
|
ub-enum.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
ub-incorrect-vtable.32bit.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
ub-incorrect-vtable.64bit.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
ub-incorrect-vtable.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
ub-int-array.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
ub-int-array.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
ub-invalid-values.rs
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
ub-invalid-values.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
ub-nonnull.rs
|
const-eval: improve and actually test the errors when pointers might be outside the range of a scalar
|
2025-09-24 13:34:33 +02:00 |
|
ub-nonnull.stderr
|
Start using pattern types in libcore
|
2026-02-10 11:19:24 +00:00 |
|
ub-ref-ptr.rs
|
const validation: better error for maybe-null references
|
2025-09-24 13:35:29 +02:00 |
|
ub-ref-ptr.stderr
|
const validation: better error for maybe-null references
|
2025-09-24 13:35:29 +02:00 |
|
ub-slice-get-unchecked.rs
|
constify some methods using SliceIndex
|
2025-07-15 07:58:29 +00:00 |
|
ub-slice-get-unchecked.stderr
|
constify some methods using SliceIndex
|
2025-07-15 07:58:29 +00:00 |
|
ub-uninhabit.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
ub-uninhabit.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
ub-upvars.32bit.stderr
|
Gate 2018 UI tests
|
2025-11-27 14:13:58 -05:00 |
|
ub-upvars.64bit.stderr
|
Gate 2018 UI tests
|
2025-11-27 14:13:58 -05:00 |
|
ub-upvars.rs
|
Gate 2018 UI tests
|
2025-11-27 14:13:58 -05:00 |
|
ub-wide-ptr.rs
|
Show the memory of uninit reads
|
2025-07-18 07:47:08 +00:00 |
|
ub-wide-ptr.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
ub-write-through-immutable.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
ub-write-through-immutable.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
union-const-eval-field.rs
|
Fix tests for big-endian
|
2025-07-30 13:53:04 +02:00 |
|
union-const-eval-field.stderr
|
Fix tests for big-endian
|
2025-07-30 13:53:04 +02:00 |
|
union-ice.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
union-ice.stderr
|
Show the memory of uninit reads
|
2025-07-18 07:47:08 +00:00 |
|
union-ub.32bit.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
union-ub.64bit.stderr
|
don't uppercase error messages
|
2025-09-03 15:24:49 +02:00 |
|
union-ub.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
union_promotion.rs
|
UI tests: add missing diagnostic kinds where possible
|
2025-04-08 23:06:31 +03:00 |
|
union_promotion.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
unused-broken-const.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
unused-broken-const.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
unwind-abort.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
unwind-abort.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
valid-const.rs
|
Stabilize generic NonZero.
|
2024-04-22 18:48:47 +02:00 |
|
validate_uninhabited_zsts.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
validate_uninhabited_zsts.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
validation-ice-extern-type-field.rs
|
Use the informative error as the main const eval error message
|
2025-06-02 15:37:15 +00:00 |
|
validation-ice-extern-type-field.stderr
|
const-eval error: always say in which item the error occurred
|
2025-06-07 13:42:30 +02:00 |
|
write-to-uninhabited-enum-variant.rs
|
Update tests
|
2024-08-10 12:07:17 +02:00 |
|
zst_operand_eval.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |