about summary refs log tree commit diff
path: root/src/tools/miri/tests
AgeCommit message (Expand)AuthorLines
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-3/+7
2025-07-21Auto merge of #144238 - jhpratt:rollup-xb8aida, r=jhprattbors-7/+679
2025-07-20Rollup merge of #144229 - RalfJung:miri-sync, r=RalfJungJacob Pratt-7/+679
2025-07-20Update Miri TestsScott McMurray-8/+14
2025-07-20Rollup merge of #144190 - scottmcm:spanned-errors-in-mir-validation, r=RalfJungGuillaume Gomez-4/+10
2025-07-20Rollup merge of #144169 - RalfJung:type-id-fix, r=oli-obkMatthias Krüger-0/+19
2025-07-20Merge from rustcThe Miri Cronjob Bot-34/+155
2025-07-19Give a message with a span on validation errorScott McMurray-4/+10
2025-07-19move and update test dependenciesRalf Jung-1/+675
2025-07-19bump ui_testRalf Jung-5/+3
2025-07-19Auto merge of #144166 - matthiaskrgr:rollup-wccepuo, r=matthiaskrgrbors-3/+3
2025-07-19interpret: fix TypeId pointers being considered data pointersRalf Jung-0/+19
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-3/+7
2025-07-18make native-lib support compile-time-optional, and centralize cfg usageRalf Jung-1/+1
2025-07-18Show the memory of uninit readsOli Scherer-77/+82
2025-07-17miri sleep tests: increase slackRalf Jung-3/+3
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-29/+145
2025-07-16Auto merge of #144019 - RalfJung:miri-sync, r=RalfJungbors-17/+271
2025-07-16Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obkSamuel Tardieu-0/+53
2025-07-16Merge pull request #4459 from ibraheemdev/ibraheem/global-ctorRalf Jung-2/+48
2025-07-16minor tweaks and commentsRalf Jung-2/+5
2025-07-16Merge pull request #4456 from nia-e/trace-incorporate-eventsRalf Jung-0/+192
2025-07-16hook up native-lib bitsNia Espera-0/+192
2025-07-15add test for global constructorsIbraheem Ahmed-0/+43
2025-07-15Merge pull request #4469 from Patrick-6/add-spinloop-hintsRalf Jung-15/+31
2025-07-15Make spin function naming more consistentPatrick-6-17/+17
2025-07-15Add std::hint::spin_loop()Patrick-6-6/+22
2025-07-14Rollup merge of #143710 - joshtriplett:random-updates, r=joshtriplettSamuel Tardieu-1/+1
2025-07-12./x test miri: fix cleaning the miri_ui directoryRalf Jung-0/+2
2025-07-11Update miri for change to random APIJosh Triplett-1/+1
2025-07-09miri: fix out-of-bounds error for ptrs with negative offsetsRalf Jung-0/+53
2025-07-06Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJungbors-0/+124
2025-07-06sleep_until: add clock_nanosleep support to Miridvdsk-0/+124
2025-07-05Merge from rustcRalf Jung-2/+2
2025-07-04Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3Matthias Krüger-2/+2
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-2/+2
2025-07-03Merge from rustcRalf Jung-62/+23
2025-07-03only set host-specific CC; improve and de-duplicate native libs testing logicRalf Jung-24/+17
2025-07-02miri: improve errors for type validity assertion failuresRalf Jung-62/+23
2025-07-02Merge from rustcThe Miri Cronjob Bot-103/+0
2025-07-01Remove support for dyn*Michael Goulet-103/+0
2025-07-01fmtThe Miri Cronjob Bot-2/+0
2025-07-01Merge from rustcThe Miri Cronjob Bot-12/+41
2025-06-30Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqkbors-11/+40
2025-06-30Rollup merge of #142514 - LorrensP-2158466:miri-float-nondet-pow, r=RalfJungdianqk-11/+40
2025-06-30Try increasing the repetition limitOli Scherer-1/+1
2025-06-30linux futex: fix for val > i32::MAXRalf Jung-0/+5
2025-06-29Merge pull request #4397 from tgross35/gettid-shimsRalf Jung-2/+207
2025-06-29Add shims for `gettid`-esque functionsTrevor Gross-2/+207
2025-06-29fix type mismatches in native-lib/scalar_arguments testRalf Jung-2/+2