summary refs log tree commit diff
path: root/src/tools/miri/tests/pass
AgeCommit message (Expand)AuthorLines
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-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
2024-12-13Stabilize async closuresMichael Goulet-4/+4
2024-12-12Merge from rustcRalf Jung-92/+0
2024-12-12solarish stat following-up, supports for readdir.David Carlier-6/+8
2024-12-09Rollup merge of #134055 - RalfJung:interpret-alloc-dedup, r=oli-obkLeón Orell Valerian Liehr-92/+0
2024-12-09interpret: clean up deduplicating allocation functionsRalf Jung-92/+0
2024-12-07add weak memory consistency test for mixing SC accesses and fencesRalf Jung-0/+30
2024-12-07Merge from rustcThe Miri Cronjob Bot-10/+4
2024-12-06remove a no-longer-needed work-aroundRalf Jung-6/+2
2024-12-06add testRalf Jung-1/+41
2024-12-06Merge pull request #4057 from RalfJung/scfixRalf Jung-10/+87
2024-12-06Merge from rustcThe Miri Cronjob Bot-0/+4
2024-12-05Stabilize noop_wakerEric Holk-10/+4
2024-12-05make SC fences stronger, to be correct wrt C++20Ralf Jung-10/+87
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-0/+4
2024-12-04implement simd_relaxed_fmaRalf Jung-30/+83
2024-12-04Merge from rustcThe Miri Cronjob Bot-2/+2
2024-12-02Allow fn pointers comparisons lint in UI testsUrgau-0/+4
2024-12-02Gate async fn trait bound modifier on async_trait_boundsMichael Goulet-2/+2
2024-11-28Merge from rustcThe Miri Cronjob Bot-0/+18
2024-11-26filesystem support for solarish.David Carlier-2/+5
2024-11-25miri: implement `TlsFree`joboet-0/+18
2024-11-20Merge pull request #4026 from eduardosm/soft-sqrtRalf Jung-2/+12
2024-11-20miri: implement square root without relying on host floatsEduardo Sánchez Muñoz-2/+12
2024-11-18Merge from rustcThe Miri Cronjob Bot-1/+1