about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-06-09Use modulo operation to convert nanosecond to Durationtiif-7/+8
2024-06-09Remove testtiif-16/+0
2024-06-09Convert u128 to nanosecondtiif-12/+8
2024-06-09First attempttiif-7/+34
2024-06-09interpret: do not ICE on padded non-pow2 SIMD vectorsRalf Jung-1/+22
2024-06-09use strict ops in some placesRalf Jung-9/+8
2024-06-09simd_bitmask: work correctly for sizes like 24Ralf Jung-42/+122
2024-06-09simd_select_bitmask: fix intrinsic name in errorRalf Jung-2/+2
2024-06-09simd_bitmask: nicer error when the mask is too bigRalf Jung-2/+10
2024-06-08Preparing for merge from rustcRalf Jung-1/+1
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-08comment nitsRalf Jung-5/+5
2024-06-08add support for `pclmulqdq`Folkert-0/+117
2024-06-08Add eventfd shimtiif-19/+257
2024-06-07Remove --stage entirely from contributingNilstrieb-1/+1
2024-06-07Fix stage in contributingNilstrieb-2/+2
2024-06-07Merge from rustcThe Miri Cronjob Bot-4/+17
2024-06-07Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-2/+2
2024-06-06Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnrbors-0/+1
2024-06-05Misc fixes to cranelift/clippy/miriBoxy-0/+1
2024-06-05Rollup merge of #125672 - Lokathor:update-miri-result-ffi, r=RalfJungMatthias Krüger-2/+14
2024-06-05fmtThe Miri Cronjob Bot-3/+1
2024-06-05Merge from rustcThe Miri Cronjob Bot-52/+41
2024-06-05Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-06-03Add more ABI test cases.Lokathor-2/+14
2024-06-03Make WHERE_CLAUSES_OBJECT_SAFETY a regular object safety violationMichael Goulet-34/+0
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote-18/+24
2024-05-31Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obkbors-0/+5
2024-05-30Auto merge of #3644 - narpfel:local-crates-metadata-format-update, r=RalfJungbors-12/+28
2024-05-30add a commentRalf Jung-0/+2
2024-05-30explain what the open questions are, and add a Miri test for thatRalf Jung-0/+12
2024-05-30make env/var test deterministicRalf Jung-0/+3
2024-05-30fmtThe Miri Cronjob Bot-1/+2
2024-05-30Merge from rustcThe Miri Cronjob Bot-40/+170
2024-05-30Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-05-29add tests for local crate detectionPaul Gey-1/+17
2024-05-29Auto merge of #3638 - saethlin:big-alloc-bench, r=RalfJungbors-0/+28
2024-05-29Auto merge of #125360 - RalfJung:packed-field-reorder, r=fmeasebors-2/+2
2024-05-29Revert miri async drop test but add warnings to each async drop testDaria Sukhonina-50/+34
2024-05-29Bless new async destructor sizes in async drop testsDaria Sukhonina-5/+5
2024-05-29Add size check inside of the async drop testsDaria Sukhonina-29/+50
2024-05-29Rollup merge of #125633 - RalfJung:miri-no-copy, r=saethlin许杰友 Jieyou Xu (Joe)-37/+19
2024-05-28Add a benchmark for creating large uninit allocationsBen Kimock-0/+28
2024-05-28Fix "local crate" detectionPaul Gey-11/+9
2024-05-28Add Miri smoke pass test for ptr_metadata intrinsicScott McMurray-1/+7
2024-05-28Add Miri tests for `PtrMetadata` UBScott McMurray-0/+142
2024-05-28move ./miri environment variables to CONTRIBUTINGRalf Jung-16/+22
2024-05-28Merge from rustcThe Miri Cronjob Bot-1/+1