about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail
AgeCommit message (Expand)AuthorLines
2024-08-28Merge from rustcThe Miri Cronjob Bot-3/+63
2024-08-27miri: Remove feature(new_uninit)Jubilee Young-3/+0
2024-08-27Auto merge of #128134 - joboet:move_pal_alloc, r=cupiverbors-3/+5
2024-08-27Make TB tree traversal bottom-upJohannes Hostert-152/+56
2024-08-27Add testcase for #3846Johannes Hostert-0/+54
2024-08-27bless miri testjoboet-3/+5
2024-08-27Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlinTrevor Gross-0/+58
2024-08-24Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=NoratriebMatthias Krüger-15/+15
2024-08-24panicking: improve hint for Miri's RUST_BACKTRACE behaviorRalf Jung-15/+15
2024-08-21add a test for zero-sized protectorsRalf Jung-4/+72
2024-08-18stabilize raw_ref_opRalf Jung-5/+0
2024-08-16Auto merge of #3754 - Vanille-N:master, r=RalfJungbors-10/+10
2024-08-13remove the concept of a Call IDRalf Jung-34/+34
2024-08-12miri weak memory emulation: initialize store buffer only on atomic writes; pr...Ralf Jung-0/+58
2024-08-09throw_unsup_format for alignment greater than 2^29 and refactor non-power-of-...tiif-0/+54
2024-08-07Auto merge of #3747 - RalfJung:sse-cleanup, r=RalfJungbors-3/+3
2024-08-07remove some SSE/SSE2 intrinsics that are no longer used by stdarchRalf Jung-3/+3
2024-08-07Merge from rustcThe Miri Cronjob Bot-3/+3
2024-08-06interpret: refactor function call handling to be better-abstractedRalf Jung-3/+3
2024-08-06add return-place-protection tail-call test, and fix previous testRalf Jung-39/+157
2024-08-05Merge from rustcRalf Jung-0/+23
2024-08-03Miri: add a flag to do recursive validity checkingRalf Jung-0/+23
2024-08-03Merge from rustcThe Miri Cronjob Bot-25/+0
2024-08-02Auto merge of #3769 - primoly:miri-start, r=RalfJungbors-2/+45
2024-08-02Add `miri_start` supportprimoly-2/+45
2024-08-02Rollup merge of #128453 - RalfJung:raw_eq, r=saethlinMatthias Krüger-25/+0
2024-08-01bless miri testsjoboet-4/+4
2024-08-01interpret: simplify pointer arithmetic logicRalf Jung-36/+22
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-13/+13
2024-07-31raw_eq: using it on bytes with provenance is not UB (outside const-eval)Ralf Jung-25/+0
2024-07-29Rollup merge of #128333 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-9/+207
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-69/+71
2024-07-27miri: fix offset_from behavior on wildcard pointersRalf Jung-6/+7
2024-07-24show warning when Stacked Borrows skips a reborrow due to 'extern type'Ralf Jung-6/+17
2024-07-24Make unused states of Reserved unrepresentableNeven Villani-10/+10
2024-07-24Merge from rustcThe Miri Cronjob Bot-3/+3
2024-07-23Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta...Matthias Krüger-3/+3
2024-07-22miri: fixup for allowing &raw UNSAFE_STATICJubilee Young-3/+3
2024-07-20Merge from rustcThe Miri Cronjob Bot-6/+8
2024-07-19Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obkMatthias Krüger-6/+8
2024-07-18interpret: add sanity check in dyn upcast to double-check what codegen doesRalf Jung-6/+8
2024-07-16Auto merge of #3742 - Vanille-N:master, r=RalfJungbors-3/+190
2024-07-15Make normalization regex less exactChris Denton-1/+1
2024-07-14add test for intermediate reference in '&(*x).0 as *const i32'Ralf Jung-0/+40
2024-07-12Clarify comment in tests/fail/tree_borrows/reservedim_spurious_write.rsNeven Villani-2/+3
2024-07-10Second byte is not involved in the example; use a Cell<()> insteadNeven Villani-16/+19
2024-07-09Apply suggestionsNeven Villani-17/+50
2024-07-09Implement fix for reservedim_spurious_write: ignore IM on protectedNeven Villani-4/+45
2024-07-09This pattern using lazy protected Reserved IM prevents spurious writesNeven Villani-0/+109
2024-07-08Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJungbors-0/+69