about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail
AgeCommit message (Expand)AuthorLines
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
2025-05-19run tests on mips-unknown-linux-gnuRalf Jung-0/+1
2025-05-17Auto merge of #141133 - matthiaskrgr:rollup-u8ndxyz, r=matthiaskrgrbors-53/+61
2025-05-17Rollup merge of #139103 - joboet:abort_dedup, r=tgross35Matthias Krüger-35/+43
2025-05-17Rollup merge of #135808 - tiif:conv_display, r=workingjubileeMatthias Krüger-18/+18
2025-05-15normalize abort calls in miri testsjoboet-35/+43
2025-05-08remove stray stderr fileRalf Jung-22/+0
2025-05-05Merge pull request #4307 from JoJoDeveloping/remove-unique-is-uniqueRalf Jung-169/+0
2025-05-04Remove -Zunique-is-uniqueJohannes Hostert-169/+0
2025-05-03Merge from rustcThe Miri Cronjob Bot-119/+89
2025-05-02Rollup merge of #140521 - RalfJung:oob-error, r=saethlinMatthias Krüger-89/+89
2025-05-01Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubileeGuillaume Gomez-30/+0
2025-05-01Merge pull request #4273 from yoctocell/new-cell-stateRalf Jung-6/+6
2025-05-01Add `Cell` state to Tree BorrowsXinglu Chen-6/+6
2025-04-30interpret: better error message for out-of-bounds pointer arithmetic and acce...Ralf Jung-89/+89
2025-04-29add -Zmiri-deterministic-concurrency flag and use it for concurrency testsRalf Jung-105/+52
2025-04-29Merge pull request #4272 from geetanshjuneja/schedulingRalf Jung-39/+39
2025-04-29Added random schedulinggeetanshjuneja-39/+39
2025-04-27`unsafe(no_mangle)` in `miri_start` examplesprimoly-1/+1
2025-04-25Merge from rustcThe Miri Cronjob Bot-0/+4
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-0/+4
2025-04-22Merge from rustcThe Miri Cronjob Bot-2/+2
2025-04-21Rollup merge of #140009 - ShE3py:tls-abort, r=thomccChris Denton-2/+2
2025-04-20Merge from rustcThe Miri Cronjob Bot-0/+29
2025-04-19simd_select_bitmask: the 'padding' bits in the mask are just ignoredRalf Jung-30/+0
2025-04-18rtprintpanic: clarify that the error is aborting the processLieselotte-2/+2
2025-04-17Merge pull request #4263 from geetanshjuneja/check_shim_abiRalf Jung-3/+3
2025-04-17replaced check_shim with check_shim_abi for env, file, sockets and time relat...geetanshjuneja-3/+3
2025-04-16use std-declared intrinsics rather than copying the declarationRalf Jung-106/+50
2025-04-08Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ubMichael Goulet-0/+29
2025-03-20Merge from rustcThe Miri Cronjob Bot-0/+22
2025-03-17Fix miribjorn3-0/+22
2025-03-16Merge from rustcThe Miri Cronjob Bot-8/+0
2025-03-15Merge from rustcThe Miri Cronjob Bot-2/+2