about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail
AgeCommit message (Expand)AuthorLines
2024-09-15Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlinMatthias Krüger-0/+192
2024-09-14Merge from rustcThe Miri Cronjob Bot-156/+65
2024-09-13Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=AmanieuStuart Cook-156/+65
2024-09-12Merge from rustcThe Miri Cronjob Bot-0/+22
2024-09-11make basic allocation functions track_caller in Miri for nicer backtracesRalf Jung-156/+65
2024-09-11miri: fix overflow detection for unsigned pointer offsetRalf Jung-0/+22
2024-09-11Merge from rustcThe Miri Cronjob Bot-21/+21
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-21/+21
2024-09-10miri: treat non-memory local variables properly for data race detectionRalf Jung-0/+192
2024-09-10fmtRalf Jung-46/+58
2024-09-09Update the MIRI testsScott McMurray-21/+21
2024-09-09fix UB in a testRalf Jung-2/+35
2024-09-08interpret: reset padding during validationRalf Jung-15/+198
2024-09-08interpret: reset provenance on typed copiesRalf Jung-0/+185
2024-09-01Rollup merge of #128495 - joboet:more_memcmp, r=scottmcmMatthias Krüger-4/+4
2024-08-30Merge from rustcThe Miri Cronjob Bot-3/+0
2024-08-29fix wasm testRalf Jung-1/+27
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