summary refs log tree commit diff
path: root/tests/ui/consts/miri_unleashed
AgeCommit message (Expand)AuthorLines
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+20
2025-03-20Use def_path_str for def id arg in UnsupportedOpInfoMichael Goulet-4/+4
2025-02-28Shorten span of panic failures in const contextEsteban Küber-33/+19
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-6/+6
2024-12-04Tweak unevaluated constant in pattern errorEsteban Küber-45/+5
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-0/+12
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-89/+28
2024-09-15stabilize const_mut_refsRalf Jung-26/+1
2024-09-14Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJungbors-6/+4
2024-09-14stabilize `const_extern_fn`Folkert de Vries-6/+4
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-378/+74
2024-07-13consolidate miri-unleashed tests for mutable refs into one fileRalf Jung-427/+399
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-8/+8
2024-05-02Stabilize exclusive_rangeRoss Smyth-1/+1
2024-04-17Validate before reporting interning errors.Oli Scherer-470/+112
2024-04-17Validate nested static itemsOli Scherer-61/+131
2024-03-13include 32-bit variant for updated test of miri diagnostics.Felix S. Klock II-13/+167
2024-03-13Rebase. Update expected output to match current output.Felix S. Klock II-86/+38
2024-03-13Updated the test to include more output normalization.Felix S. Klock II-31/+34
2024-03-13Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th...Felix S. Klock II-59/+608
2024-02-29make mutable_references_err not bitwidth-dependentRalf Jung-361/+2
2024-02-29allow statics pointing to mutable staticsRalf Jung-1/+181
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-36/+63
2024-02-18Improve wording of static_mut_refObei Sideg-69/+72
2024-02-17const_mut_refs: allow mutable refs to staticsRalf Jung-3/+3
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-28/+28
2024-02-16remove stderr-per-bitwidth from some testsRalf Jung-186/+34
2024-02-12allow static_mut_ref in some tests that specifically test mutable staticsRalf Jung-37/+7
2024-02-12Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obkMatthias Krüger-110/+0
2024-02-11check_consts: fix some duplicate errors by not calling check_static unnecessa...Ralf Jung-110/+0
2024-02-11Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obkMatthias Krüger-2/+43
2024-02-10validation: descend from consts into staticsRalf Jung-100/+178
2024-02-10unstably allow constants to refer to statics and read from immutable staticsRalf Jung-279/+160
2024-02-10interpret: rename ReadExternStatic → ExternStaticRalf Jung-2/+43
2024-01-28static mut: allow reference to arbitrary types, not just slices and arraysRalf Jung-20/+0
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-63/+608
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-69/+107
2023-12-07also print 'immutable' flagRalf Jung-8/+8
2023-11-24Show number in error message even for one errorNilstrieb-11/+11
2023-10-27Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJungbors-0/+10
2023-10-26Remove unused feature from a miri testMaybe Waffle-4/+3
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-1/+1
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-0/+10
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-14/+14
2023-10-16Rebless.Camille GILLOT-2/+2
2023-10-16Normalize alloc-id in tests.Camille GILLOT-14/+14
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+4
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-4/+4
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-3/+3
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-3/+5