summary refs log tree commit diff
path: root/src/tools/miri/tests
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-12Change swap_nonoverlapping from lang to library UBBen Kimock-0/+46
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-8/+1
2025-02-06Remove some unnecessary parens in `assert!` conditionsEsteban Küber-15/+15
2025-02-04Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkinbors-0/+20
2025-02-03Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+45
2025-02-02Merge pull request #4142 from joboet/apple-futexRalf Jung-0/+276
2025-02-02shim Apple's futex primitivesjoboet-0/+276
2025-02-02Merge pull request #4172 from RalfJung/miri_get_backtraceRalf Jung-2/+5
2025-02-02Merge from rustcRalf Jung-0/+28
2025-02-02miri_get_backtrace: stop supporting the v0 protocolRalf Jung-2/+5
2025-02-02miri: improve error when offset_from preconditions are violatedRalf Jung-3/+45
2025-02-01Test getrandom 0.3Eduardo Sánchez Muñoz-1/+3
2025-01-31PR feedbackScott McMurray-0/+20
2025-02-01fmtThe Miri Cronjob Bot-27/+30
2025-02-01Merge from rustcThe Miri Cronjob Bot-0/+54
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-30Merge from rustcThe Miri Cronjob Bot-2/+2
2025-01-29Merge pull request #4162 from rust-lang/rustup-2025-01-29Ralf Jung-0/+35
2025-01-29Merge pull request #4122 from tiif/fnabiRalf Jung-4/+67
2025-01-30Check fixed arg number for variadic function.tiif-4/+67
2025-01-29Merge from rustcThe Miri Cronjob Bot-0/+35
2025-01-29Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=...León Orell Valerian Liehr-2/+2
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-0/+35
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-27Bump ui_testOli Scherer-6/+10
2025-01-27Avoid a bool and use an Option of ZST insteadOli Scherer-13/+23
2025-01-26make linux-futex test less flakyRalf Jung-3/+2
2025-01-26Merge from rustcThe Miri Cronjob Bot-3/+5
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-3/+5
2025-01-25Merge from rustcThe Miri Cronjob Bot-2/+2
2025-01-24bless miri testWaffle Lapkin-2/+2
2025-01-24Reword "crate not found" resolve messageEsteban Küber-3/+5
2025-01-23fmtThe Miri Cronjob Bot-3/+0
2025-01-21Auto merge of #134299 - RalfJung:remove-start, r=compiler-errorsbors-57/+31
2025-01-21remove support for the #[start] attributeRalf Jung-57/+31
2025-01-20Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJungMatthias Krüger-85/+60
2025-01-20Updated several files to use rust intrinsic macros instead of the legacy exte...vayunbiyani-85/+60
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-6/+6
2025-01-13Included Abdroid to an epoll test targetsYoh Deadfall-1/+1
2025-01-13Illumos: Added epoll and eventfdYoh Deadfall-8/+13
2025-01-12Added Android to epoll and eventfd test targetsYoh Deadfall-3/+3