about summary refs log tree commit diff
path: root/tests/ui/consts/miri_unleashed/mutable_references.stderr
AgeCommit message (Expand)AuthorLines
2025-09-03don't uppercase error messagesSasha Pourcelot-8/+8
2025-06-26const-eval: allow constants to refer to mutable/external memory, but reject s...Ralf Jung-25/+14
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-1/+1
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-1/+1
2025-06-02Use the informative error as the main const eval error messageOli Scherer-49/+49
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-31/+31
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-36/+21
2024-09-15stabilize const_mut_refsRalf Jung-15/+0
2024-09-10const-eval interning: accpt interior mutable pointers in final value (but kee...Ralf Jung-199/+38
2024-07-13consolidate miri-unleashed tests for mutable refs into one fileRalf Jung-21/+312
2024-04-17Validate before reporting interning errors.Oli Scherer-91/+19
2024-04-17Validate nested static itemsOli Scherer-15/+37
2024-03-13Rebase. Update expected output to match current output.Felix S. Klock II-37/+15
2024-03-13Updated the test to include more output normalization.Felix S. Klock II-31/+31
2024-03-13Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th...Felix S. Klock II-11/+140
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-9/+39
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+37