about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-3/+7
2025-07-20Update Miri TestsScott McMurray-8/+14
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-16minor tweaks and commentsRalf Jung-2/+5
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-11Update miri for change to random APIJosh Triplett-1/+1
2025-07-06Auto merge of #141829 - dvdsk:sleep_until_linux, r=cuviper,RalfJungbors-0/+10
2025-07-06sleep_until: add clock_nanosleep support to Miridvdsk-0/+10
2025-07-05Merge from rustcRalf Jung-2/+2
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-2/+2
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-29Merge pull request #4397 from tgross35/gettid-shimsRalf Jung-2/+2
2025-06-29Add shims for `gettid`-esque functionsTrevor Gross-2/+2
2025-06-29add float_nan test for powfRalf Jung-9/+35
2025-06-29make some powf and powi cases involving SNaN non-deterministicLorrensP-2158466-11/+14
2025-06-29Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubileeGuillaume Gomez-0/+8
2025-06-18Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmannTrevor Gross-5/+5
2025-06-18add `#[align]` attributeFolkert de Vries-5/+5
2025-06-18Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3bors-2/+2
2025-06-16Change __rust_no_alloc_shim_is_unstable to be a functionDaniel Paoliello-2/+2
2025-06-16Auto merge of #142574 - Kobzol:rollup-ldj386u, r=Kobzolbors-1/+0
2025-06-15Stabilize "file_lock" featureChristopher Berner-1/+0
2025-06-15Implement `simd_round_ties_even` for miri, cg_clif and cg_gccsayantn-0/+8
2025-06-11Merge pull request #4384 from RalfJung/diag-no-repeatOli Scherer-10/+10
2025-06-10float tests: test non-determinism for more operationsRalf Jung-22/+25
2025-06-10Merge pull request #4394 from RalfJung/smallvecRalf Jung-0/+99
2025-06-10add SmallVec testRalf Jung-0/+99
2025-06-10fmtThe Miri Cronjob Bot-1/+0
2025-06-10Merge from rustcThe Miri Cronjob Bot-3/+112
2025-06-09Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJungbors-3/+112
2025-06-09Merge pull request #4376 from yoctocell/tb-interior-mut-flagRalf Jung-0/+40
2025-06-09Add `-Zmiri-tree-borrows-no-precise-interior-mut` flagXinglu Chen-0/+40
2025-06-08Merge from rustcThe Miri Cronjob Bot-6/+0
2025-06-07Auto merge of #141964 - sayantn:update-stdarch, r=Amanieubors-6/+0
2025-06-07make better use of label for data-race and some other errorsRalf Jung-10/+10
2025-06-06Merge pull request #4378 from RalfJung/flockRalf Jung-3/+30
2025-06-06use File::lock to implement flock, and add a test for File::lockRalf Jung-3/+30
2025-06-05Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...bors-2/+2
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-1/+3
2025-06-05Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub...Matthias Krüger-0/+16