about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail
AgeCommit message (Expand)AuthorLines
2025-08-19Rollup merge of #145585 - RalfJung:miri-inplace-arg-checks, r=compiler-errors许杰友 Jieyou Xu (Joe)-37/+129
2025-08-19miri: detect passing the same local twice as an in-place argumentRalf Jung-0/+92
2025-08-18interpret: fix in-place return place semantics when the return place expressi...Ralf Jung-37/+37
2025-08-17Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obkbors-7/+96
2025-08-08Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkovTrevor Gross-1/+1
2025-08-08mbe: In error messages, don't assume attributes are always proc macrosJosh Triplett-1/+1
2025-08-07Rollup merge of #144903 - Kivooeo:panic_handler-is-not-begin, r=m-ou-seTrevor Gross-22/+22
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-24/+24
2025-08-04remove begin prefixKivooeo-22/+22
2025-08-04Rollup merge of #144853 - Kivooeo:rust_-cleanup, r=Mark-SimulacrumStuart Cook-11/+11
2025-08-03remove rust_ prefixesKivooeo-11/+11
2025-07-31Allow `dangling_pointers_from_locals` lint in testsUrgau-0/+3
2025-07-30const-eval: full support for pointer fragmentsRalf Jung-7/+96
2025-07-28revert accidental changeRalf Jung-0/+4
2025-07-28Merge commit 'abd9cba5acbcc35fb4cc59ce25580fa1624b5571'Ralf Jung-21/+17
2025-07-27miri: for ABI mismatch errors, say which argument is the problemRalf Jung-21/+17
2025-07-27call_function helper: dont ICE on return type mismatchesRalf Jung-0/+51
2025-07-18Show the memory of uninit readsOli Scherer-43/+50
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-19/+103
2025-07-09miri: fix out-of-bounds error for ptrs with negative offsetsRalf Jung-0/+53
2025-07-02miri: improve errors for type validity assertion failuresRalf Jung-58/+19
2025-06-27Update dangling_pointer_to_raw_pointer.rsleopardracer-1/+1
2025-06-16miri: bless testsDavid Wood-4/+4
2025-06-15Merge from rustcRalf Jung-37/+0
2025-06-13Unimplement unsized_localsmejrs-37/+0
2025-06-11Merge pull request #4384 from RalfJung/diag-no-repeatOli Scherer-700/+541
2025-06-07bless non-Linux testsRalf Jung-4/+2
2025-06-07make better use of label for data-race and some other errorsRalf Jung-283/+129
2025-06-07diagnostics: do not repeat the entire message in the span labelRalf Jung-508/+505
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-2/+2
2025-06-05Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub...Matthias Krüger-0/+115
2025-06-03Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJungMatthias Krüger-9/+9
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-3/+3
2025-06-02Use the informative error as the main const eval error messageOli Scherer-9/+9
2025-05-31Merge from rustcThe Miri Cronjob Bot-3/+4
2025-05-30Merge pull request #4314 from yoctocell/fine-grained-trackingRalf Jung-0/+59
2025-05-30Track permissions on the byte-levelXinglu Chen-0/+59
2025-05-30Change diagnostic wordingtiif-4/+2
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-3/+4
2025-05-28add Miri testsRalf Jung-0/+115
2025-05-27Auto merge of #129658 - saethlin:spare-a-crumb, r=jhprattbors-4/+1
2025-05-26Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obkbors-13/+7
2025-05-24rename internal panicking::try to catch_unwindRalf Jung-6/+6
2025-05-22interpret: do not force_allocate all return placesRalf Jung-13/+7
2025-05-22enable isolated-stdin test on WindowsRalf Jung-1/+1
2025-05-21Add some track_caller info to precondition panicsBen Kimock-4/+1
2025-05-21Merge pull request #4337 from RalfJung/ioRalf Jung-0/+28
2025-05-21test direct usage of io::{stdout,stderr,stdin}Ralf Jung-0/+28
2025-05-21Merge from rustcThe Miri Cronjob Bot-16/+10
2025-05-20make std::intrinsic functions actually be intrinsicsRalf Jung-16/+10