about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2025-05-27Auto merge of #129658 - saethlin:spare-a-crumb, r=jhprattbors-4/+1
2025-05-27Update tests with Range parameter to `BTreeMap::extract_if` etc.Sidney Cammeresi-1/+1
2025-05-27Merge pull request #4212 from tiif/setflRalf Jung-0/+139
2025-05-27Support F_GETFL and F_SETFL for fcntltiif-0/+139
2025-05-27Merge from rustcThe Miri Cronjob Bot-15/+9
2025-05-26Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obkbors-15/+9
2025-05-25Merge from rustcThe Miri Cronjob Bot-18/+18
2025-05-24fix zulip topic URLRalf Jung-1/+1
2025-05-24rename internal panicking::try to catch_unwindRalf Jung-18/+18
2025-05-22interpret: do not force_allocate all return placesRalf Jung-15/+9
2025-05-22Implement file cloning on WindowsRune Tynan-1/+1
2025-05-22enable isolated-stdin test on WindowsRalf Jung-1/+1
2025-05-22Implement file read/write on WindowsRune Tynan-13/+94
2025-05-21Implement FreeBSD syscall cpuset_getaffinity.LorrensP-2158466-0/+51
2025-05-21Add some track_caller info to precondition panicsBen Kimock-4/+1
2025-05-21Merge pull request #4337 from RalfJung/ioRalf Jung-17/+25
2025-05-21test direct usage of io::{stdout,stderr,stdin}Ralf Jung-17/+25
2025-05-21Merge from rustcThe Miri Cronjob Bot-16/+10
2025-05-20make std::intrinsic functions actually be intrinsicsRalf Jung-16/+10
2025-05-20Merge from rustcRalf Jung-0/+19
2025-05-19run tests on mips-unknown-linux-gnuRalf Jung-18/+25
2025-05-19fix data race in ReentrantLock fallback for targets without 64bit atomicsRalf Jung-0/+19
2025-05-19Merge from rustcThe Miri Cronjob Bot-4/+1
2025-05-18Merge pull request #4322 from tiif/move_testRalf Jung-0/+4
2025-05-18Add more comment to libc-fs-with-isolation testtiif-0/+4
2025-05-18Remove uses of `#[feature(avx512_target_feature)]`sayantn-4/+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-17fix clippy lintsRalf Jung-4/+4
2025-05-15normalize abort calls in miri testsjoboet-35/+43
2025-05-12Merge from rustcThe Miri Cronjob Bot-11/+15
2025-05-10test intrinsic fallback bodies with MiriRalf Jung-11/+15
2025-05-10Merge from rustcThe Miri Cronjob Bot-0/+1
2025-05-08add signed integers to unnecessary_lints to ensure feature parity with clippybendn-0/+1
2025-05-08Merge pull request #4311 from est31/edition_2024Ralf Jung-4/+4
2025-05-08Update miri, cargo-miri and miri-cript to edition 2024est31-4/+4
2025-05-08remove commented-out test leftoverRalf Jung-1/+0
2025-05-08remove stray stderr fileRalf Jung-22/+0
2025-05-07test suite: use CARGO_TARGET_TMPDIR for temporary build artifactsRalf Jung-3/+2
2025-05-05Merge pull request #4309 from RalfJung/both-borrows-testsRalf Jung-532/+94
2025-05-05consistent folder naming: stacked-borrows -> stacked_borrowsRalf Jung-6/+6
2025-05-05Merge pull request #4306 from yoctocell/fix-unsafecell-inside-boxRalf Jung-0/+42
2025-05-05move tests that are identical between SB and TB to shared filesRalf Jung-764/+326
2025-05-05Merge pull request #4307 from JoJoDeveloping/remove-unique-is-uniqueRalf Jung-367/+2
2025-05-04Remove -Zunique-is-uniqueJohannes Hostert-367/+2
2025-05-03Merge from rustcThe Miri Cronjob Bot-131/+114
2025-05-02Construct test so that it would fail for old codeXinglu Chen-5/+22
2025-05-02Rollup merge of #140521 - RalfJung:oob-error, r=saethlinMatthias Krüger-101/+101
2025-05-02Correctly handle interior mutable data in `Box`Xinglu Chen-0/+25