about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/uninit
AgeCommit message (Collapse)AuthorLines
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-7/+6
2025-07-18Show the memory of uninit readsOli Scherer-21/+24
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-6/+37
2025-06-07diagnostics: do not repeat the entire message in the span labelRalf Jung-11/+11
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-2/+2
2024-09-19Make the intention of the miri test more clearAdwin White-4/+5
2024-09-19Adapt test to new layoutAdwin White-2/+2
2024-09-16Bump ui testOli Scherer-20/+20
2024-09-10fmtRalf Jung-45/+57
2024-09-09fix UB in a testRalf Jung-2/+35
also add an explicit test for the fact that a Option<WidePtr> has padding when it is None
2024-09-08interpret: reset padding during validationRalf Jung-0/+220
2024-08-01bless miri testsjoboet-4/+4
2024-04-16deadlock: show backtrace for all threadsRalf Jung-4/+4
2023-12-04use `assume(idx < self.len())` in `[T]::get_unchecked`bendn-3/+3
2023-11-30move 'uninit' tests into common directoryRalf Jung-0/+180