about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
2025-04-07reduce the error tolerance to match algebraic and fast-math operationsRalf Jung-2/+3
2025-03-20Merge from rustcThe Miri Cronjob Bot-2/+2
2025-03-17Fix miribjorn3-0/+2
2025-03-14Merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-2/+0
2025-03-12intrinsics: remove unnecessary leading underscore from argument namesRalf Jung-1/+1
2025-03-06Merge from rustcThe Miri Cronjob Bot-15/+0
2025-02-27Remove unneeded importAlice Ryhl-2/+0
2025-02-27Delete tuple unsizingAlice Ryhl-13/+0
2025-02-26fmtThe Miri Cronjob Bot-1/+0
2025-02-25disable float non-determinism for now to be able to complete the syncRalf Jung-1/+3
2025-02-25Merge from rustcRalf Jung-3/+3
2025-02-24rename simd_shuffle_generic → simd_shuffle_const_genericRalf Jung-3/+3
2025-02-24Merge pull request #4193 from bjorn3/arm64_vpmaxq_u8Ralf Jung-0/+40
2025-02-24add missing float non-determinism tests and skip some on i686-pc-windows-msvc...Ralf Jung-10/+24
2025-02-24Merge from rustcRalf Jung-4/+33
2025-02-23rename sub_ptr 😅bendn-3/+3
2025-02-23Rollup merge of #137121 - bend-n:master, r=NoratriebMatthias Krüger-1/+0
2025-02-21Add testsbjorn3-0/+40
2025-02-20Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errorsMatthias Krüger-0/+30
2025-02-17stabilize (const_)ptr_sub_ptrbendn-1/+0
2025-02-16add erf and erfc to nondet tests, and reduce how much we're changing the floa...Ralf Jung-111/+27
2025-02-16apply random float error to most floating-point operationsLorrensP-2158466-56/+267
2025-02-15Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35bors-0/+6
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-0/+5
2025-02-14miri: shims for `erf` & friendsPavel Grigorenko-0/+6
2025-02-10Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w...bors-21/+0
2025-02-07Rollup merge of #135945 - estebank:useless-parens, r=compiler-errorsMatthias Krüger-15/+15
2025-02-06remove use of `feature(trait_upcasting)` from miriWaffle Lapkin-5/+1
2025-02-06Remove some unnecessary parens in `assert!` conditionsEsteban Küber-15/+15
2025-01-31interpret: adjust vtable validity check for higher-ranked typesLukas Markeffsky-0/+30
2025-01-31miri: make float min/max non-deterministicRalf Jung-0/+28
2025-01-30More assertions, tests, and miri coverageMichael Goulet-0/+54
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-2/+2
2025-01-28ABI-required target features: warn when they are missing in base CPU (rather ...Ralf Jung-2/+2
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-0/+35
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-41/+12
2025-01-21remove support for the #[start] attributeRalf Jung-41/+12
2025-01-20Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJungMatthias Krüger-4/+3
2025-01-20Updated several files to use rust intrinsic macros instead of the legacy exte...vayunbiyani-4/+3
2025-01-19fix location of pipe moduleRalf Jung-2/+3
2025-01-18Update tests for std::simd subtree syncCaleb Zulawski-21/+0
2025-01-15Merge from rustcThe Miri Cronjob Bot-3/+3
2025-01-11Supported fioclex for ioctl on macosgeetanshjuneja-0/+12
2025-01-11avoid nesting the user-defined main so deeply on the stackRalf Jung-26/+6
2025-01-11use a single large catch_unwind in lang_startRalf Jung-7/+27
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+17
2024-12-25show an error on some invalid flag combinations: TB + permissive provenance; ...Ralf Jung-8/+2
2024-12-18add more tests for SC access/fence consistencyRalf Jung-204/+355
2024-12-13Merge from rustcThe Miri Cronjob Bot-4/+4