about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2024-02-19Merge from rustcThe Miri Conjob Bot-4/+4
2024-02-18fmtThe Miri Conjob Bot-2/+1
2024-02-18Improve wording of static_mut_refObei Sideg-4/+4
2024-02-17Auto merge of #121232 - RalfJung:miri, r=RalfJungbors-7/+1300
2024-02-17Merge from rustcThe Miri Conjob Bot-1/+1
2024-02-17Enable `ConstPropLint` for promotedsGurinder Singh-1/+6
2024-02-16Implement x86 AVX intrinsicsEduardo Sánchez Muñoz-0/+1269
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-1/+1
2024-02-14remove no-longer needed rustfmt::skipRalf Jung-1/+0
2024-02-13Prevent rustfmt from messing up experimental syntaxOli Scherer-0/+1
2024-02-13Merge from rustcThe Miri Conjob Bot-0/+43
2024-02-12Support safe intrinsics with fallback bodiesOli Scherer-1/+1
2024-02-12also test pthread_mutex/rwlock directlyRalf Jung-6/+21
2024-02-11Fix async closures in CTFEMichael Goulet-0/+43
2024-02-11add tests for imported_mainRalf Jung-0/+9
2024-02-08fmtThe Miri Conjob Bot-1/+1
2024-02-07Update testsr0cky-0/+5
2024-02-06Rollup merge of #120683 - RalfJung:symbolic-alignment-ice, r=oli-obkMatthias Krüger-1/+22
2024-02-06miri: fix ICE with symbolic alignment check on extern staticRalf Jung-1/+22
2024-02-05Auto merge of #117372 - Amanieu:stdarch_update, r=Mark-Simulacrumbors-2/+2
2024-02-02miri: normalize struct tail in ABI compat checkLukas Markeffsky-0/+20
2024-01-30Update feature names for new stdarchAmanieu d'Antras-2/+2
2024-01-26interpret: project_downcast: do not ICE for uninhabited variantsRalf Jung-0/+16
2024-01-25Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obkbors-0/+15
2024-01-24Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJungbors-0/+38
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-1/+5
2024-01-20Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviperMatthias Krüger-1/+0
2024-01-19Stabilize `round_ties_even`Jules Bertholet-1/+0
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-0/+15
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-12/+6
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-0/+5
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-0/+5
2024-01-07Auto merge of #3256 - RalfJung:rounding, r=RalfJungbors-158/+169
2024-01-06Sometimes return the same AllocId for a ConstAllocationBen Kimock-0/+38
2024-01-06these should be exactRalf Jung-8/+8
2024-01-06merge intrinsics-math into float testsRalf Jung-166/+161
2024-01-06implement the rounding intrinsics using apfloat roundingRalf Jung-1/+17
2024-01-06fmtThe Miri Conjob Bot-1/+5
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-14/+14
2024-01-04Rollup merge of #119574 - RalfJung:miri, r=oli-obkMatthias Krüger-541/+172
2024-01-02Allow unused tuple struct fields in Miri testsJake Goulding-14/+14
2023-12-30Auto merge of #3239 - beepster4096:windows_sys_tests, r=RalfJungbors-541/+0
2023-12-28don't test unspecified caseRalf Jung-22/+0
2023-12-28NaN non-determinism for SIMD intrinsicsRalf Jung-1/+57
2023-12-28add NaN-nondet to libm functionsRalf Jung-0/+40
2023-12-28make float intrinsics return non-deterministic NaNRalf Jung-0/+98
2023-12-26custom mir: make it clear what the return block isRalf Jung-1/+1
2023-12-25have windows tests use windows-sysDrMeepster-541/+0
2023-12-22implement and test simd_masked_load and simd_masked_storeRalf Jung-0/+24
2023-12-22simd_scatter/gather: test OOB cases and the order of writesRalf Jung-6/+39