summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2024-10-11intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semanticsJed Brown-0/+62
2024-10-05Fix up testsMichael Goulet-2/+49
2024-10-04Implement LLVM x86 gfni intrinsicsTobias Decking-0/+518
2024-10-02bless miri testsjoboet-4/+4
2024-09-30Auto merge of #131036 - RalfJung:miri-sync, r=RalfJungbors-62/+49
2024-09-29let rustfmt format importsRalf Jung-59/+41
2024-09-28Further clarificarion for atomic and UnsafeCell docs:Ralf Jung-0/+17
2024-09-28allow mixed-size atomic readsRalf Jung-0/+21
2024-09-28miri: no longer complain about read-read racesRalf Jung-1/+37
2024-09-25avoid using HashMap in fs testRalf Jung-3/+3
2024-09-25add test for std::randomRalf Jung-0/+5
2024-09-21fmt (with a huge diff for some reason)Ralf Jung-15/+18
2024-09-21Merge from rustcRalf Jung-0/+20
2024-09-20Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errorsbors-0/+20
2024-09-17Use `@only-target` in SSE and SSE2 tests tooEduardo Sánchez Muñoz-1784/+1760
2024-09-16Bump ui testOli Scherer-197/+113
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+20
2024-09-16Merge from rustcThe Miri Cronjob Bot-6/+33
2024-09-15Rollup merge of #129828 - RalfJung:miri-data-race, r=saethlinMatthias Krüger-1/+33
2024-09-15test std::time APIs on FreeBSD and SolarishRalf Jung-3/+3
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-5/+0
2024-09-12Merge from rustcThe Miri Cronjob Bot-0/+8
2024-09-11miri: support vector index arguments in simd_shuffleRalf Jung-0/+8
2024-09-11Merge from rustcThe Miri Cronjob Bot-9/+9
2024-09-10Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errorsbors-9/+9
2024-09-10miri: treat non-memory local variables properly for data race detectionRalf Jung-1/+33
2024-09-10fmtRalf Jung-2/+4
2024-09-09Update the MIRI testsScott McMurray-9/+9
2024-09-09union padding computation: add fast-path for ZSTRalf Jung-0/+15
2024-09-08interpret: reset padding during validationRalf Jung-0/+38
2024-09-08interpret: reset provenance on typed copiesRalf Jung-0/+22
2024-09-08Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errorsbors-0/+66
2024-09-05Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat...Matthias Krüger-1/+1
2024-08-30Merge from rustcThe Miri Cronjob Bot-2/+0
2024-08-29fix wasm testRalf Jung-12/+12
2024-08-29Merge from rustcThe Miri Cronjob Bot-11/+0
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-2/+0
2024-08-28Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlinMatthias Krüger-11/+0
2024-08-28Merge from rustcThe Miri Cronjob Bot-11/+8
2024-08-27Arbitrary self types v2: pointers feature gate.Adrian Taylor-1/+1
2024-08-27miri: Remove feature(new_uninit)Jubilee Young-2/+0
2024-08-27tree_borrows test: ensure we can actually read the variableRalf Jung-1/+2
2024-08-27Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlinTrevor Gross-11/+8
2024-08-26interpret: do not make const-eval query result depend on tcx.sessRalf Jung-11/+0
2024-08-26Merge from rustcThe Miri Cronjob Bot-4/+4
2024-08-24Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=NoratriebMatthias Krüger-4/+4
2024-08-24panicking: improve hint for Miri's RUST_BACKTRACE behaviorRalf Jung-4/+4
2024-08-22fix a misleading comment in TB testssun-jacobi-1/+1
2024-08-20supress niches in coroutinesRalf Jung-0/+66
2024-08-20Auto merge of #3752 - Kixunil:simd-sha256, r=RalfJungbors-0/+270