summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2024-07-15Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obkMatthias Krüger-3/+0
2024-07-09Auto merge of #3739 - joboet:macos_tls_dtors, r=RalfJungbors-0/+50
2024-07-09Merge from rustcThe Miri Cronjob Bot-8/+47
2024-07-08implement support for multiple TLS destructors on macOSjoboet-0/+50
2024-07-08Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obkMatthias Krüger-8/+8
2024-07-08Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJungbors-0/+39
2024-07-07add miri tests and a fixmeMaybe Waffle-0/+39
2024-07-06offset_from intrinsic: always allow pointers to point to the same addressRalf Jung-3/+0
2024-07-06Mark format! with must_use hintlukas-8/+8
2024-07-05Merge from rustcThe Miri Cronjob Bot-1/+3
2024-07-04Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obkbors-1/+3
2024-07-04Add casting tests for `f16` and `f128`Trevor Gross-0/+66
2024-07-04Refactor float casting testsTrevor Gross-186/+390
2024-07-04Merge from rustcThe Miri Cronjob Bot-9/+18
2024-07-03Implement the `_mm256_zeroupper` and `_mm256_zeroall` intrinsicsTobias Decking-0/+5
2024-07-02Miri function identity hack: account for possible inliningRalf Jung-1/+3
2024-06-29Fix FnMut/Fn shim for coroutine-closures that capture referencesMichael Goulet-9/+18
2024-06-29iter_exported_symbols: also walk used statics in local crateRalf Jung-0/+17
2024-06-29Merge from rustcThe Miri Cronjob Bot-17/+0
2024-06-28Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors"Rémy Rakic-17/+0
2024-06-27Merge from rustcThe Miri Cronjob Bot-0/+17
2024-06-25miri: make sure we can find link_section statics even for the local crateRalf Jung-0/+17
2024-06-24tests for when a thread-local gets initialized in a tls dtorRalf Jung-58/+91
2024-06-22Auto merge of #3690 - TDecking:adx, r=RalfJungbors-0/+70
2024-06-21Implement LLVM x86 adx intrinsicsTobias Decking-0/+70
2024-06-20Fix ICE caused by seeking past `i64::MAX`Adwin White-0/+21
2024-06-20Auto merge of #3674 - TDecking:bmi, r=RalfJungbors-0/+216
2024-06-20Implement LLVM x86 bmi intrinsicsTobias Decking-0/+216
2024-06-17Auto merge of #3683 - RalfJung:MIRIFLAGS, r=RalfJungbors-12/+9
2024-06-17tell people how to set miri flagsRalf Jung-12/+9
2024-06-16std: move `sys_common::backtrace` to `sys`joboet-6/+6
2024-06-15Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgrbors-98/+51
2024-06-14Add `f16` and `f128` support to MiriTrevor Gross-98/+51
2024-06-13Auto merge of #3622 - TDecking:sse4_2, r=RalfJungbors-0/+443
2024-06-13add some more CRC testsRalf Jung-0/+20
2024-06-13Implement LLVM x86 SSE4.2 intrinsicsTobias Decking-0/+423
2024-06-12Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obkGuillaume Gomez-0/+40
2024-06-11interpret: dyn trait metadata check: equate traits in a proper wayRalf Jung-0/+40
2024-06-10Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obkMatthias Krüger-0/+21
2024-06-09interpret: do not ICE on padded non-pow2 SIMD vectorsRalf Jung-1/+22
2024-06-09simd_bitmask: work correctly for sizes like 24Ralf Jung-16/+55
2024-06-08Auto merge of #3655 - RalfJung:simd-bitmask, r=RalfJungbors-1/+39
2024-06-08portable-simd: add test for non-power-of-2 bitmaskRalf Jung-1/+39
2024-06-08add support for `pclmulqdq`Folkert-0/+48
2024-06-07Merge from rustcThe Miri Cronjob Bot-2/+14
2024-06-05fmtThe Miri Cronjob Bot-3/+1
2024-06-05Merge from rustcThe Miri Cronjob Bot-0/+17
2024-06-03Add more ABI test cases.Lokathor-2/+14
2024-05-31Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obkbors-0/+5
2024-05-30explain what the open questions are, and add a Miri test for thatRalf Jung-0/+12