summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2024-03-04Improve wording of static_mut_refObei Sideg-4/+4
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
2023-12-16Visit the AllocIds and BorTags in borrow state FrameExtraBen Kimock-0/+17
2023-12-15Auto merge of #3226 - saethlin:deadpool-test, r=RalfJungbors-0/+16
2023-12-15Add the test minimized from deadpoolBen Kimock-0/+16
2023-12-15Merge from rustcThe Miri Conjob Bot-0/+21
2023-12-14add test for uninhabited saved locals in a coroutineRalf Jung-0/+31
2023-12-13fix computing the dynamic alignment of packed structs with dyn trait tailsRalf Jung-0/+21
2023-12-12fmtThe Miri Conjob Bot-1/+0
2023-12-12Merge from rustcThe Miri Conjob Bot-6/+7
2023-12-11use Waker::noop instead of defining our own WakerRalf Jung-63/+17
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-0/+2
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-1/+5
2023-12-10remove redundant importssurechen-5/+0
2023-12-08Fix x86 SSE4.1 ptestnzcEduardo Sánchez Muñoz-0/+5
2023-12-06Adjust tests for newly added ambiguous_wide_pointer_comparisons lintUrgau-0/+2
2023-12-05fix miri_promise_symbolic_alignment for huge alignmentsRalf Jung-0/+12
2023-12-05fix typo in commentRalf Jung-1/+1
2023-12-05fmtThe Miri Conjob Bot-20/+24
2023-12-05Merge from rustcThe Miri Conjob Bot-2/+75
2023-12-04Rollup merge of #118540 - RalfJung:unsized-packed-offset, r=TaKO8KiTakayuki Maeda-0/+73
2023-12-04Merge from rustcThe Miri Conjob Bot-33/+19
2023-12-04Auto merge of #116915 - bend-n:unwet, r=saethlinbors-2/+2