| Age | Commit message (Expand) | Author | Lines |
| 2025-04-07 | reduce the error tolerance to match algebraic and fast-math operations | Ralf Jung | -2/+3 |
| 2025-03-20 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2025-03-17 | Fix miri | bjorn3 | -0/+2 |
| 2025-03-14 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-14 | Stablize feature `anonymous_pipe` | Jiahao XU | -2/+0 |
| 2025-03-12 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -1/+1 |
| 2025-03-06 | Merge from rustc | The Miri Cronjob Bot | -15/+0 |
| 2025-02-27 | Remove unneeded import | Alice Ryhl | -2/+0 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -13/+0 |
| 2025-02-26 | fmt | The Miri Cronjob Bot | -1/+0 |
| 2025-02-25 | disable float non-determinism for now to be able to complete the sync | Ralf Jung | -1/+3 |
| 2025-02-25 | Merge from rustc | Ralf Jung | -3/+3 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -3/+3 |
| 2025-02-24 | Merge pull request #4193 from bjorn3/arm64_vpmaxq_u8 | Ralf Jung | -0/+40 |
| 2025-02-24 | add missing float non-determinism tests and skip some on i686-pc-windows-msvc... | Ralf Jung | -10/+24 |
| 2025-02-24 | Merge from rustc | Ralf Jung | -4/+33 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -3/+3 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -1/+0 |
| 2025-02-21 | Add tests | bjorn3 | -0/+40 |
| 2025-02-20 | Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -1/+0 |
| 2025-02-16 | add erf and erfc to nondet tests, and reduce how much we're changing the floa... | Ralf Jung | -111/+27 |
| 2025-02-16 | apply random float error to most floating-point operations | LorrensP-2158466 | -56/+267 |
| 2025-02-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+6 |
| 2025-02-14 | add x86-sse2 (32bit) ABI that requires SSE2 target feature | Ralf Jung | -0/+5 |
| 2025-02-14 | miri: shims for `erf` & friends | Pavel Grigorenko | -0/+6 |
| 2025-02-10 | Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w... | bors | -21/+0 |
| 2025-02-07 | Rollup merge of #135945 - estebank:useless-parens, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2025-02-06 | remove use of `feature(trait_upcasting)` from miri | Waffle Lapkin | -5/+1 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -15/+15 |
| 2025-01-31 | interpret: adjust vtable validity check for higher-ranked types | Lukas Markeffsky | -0/+30 |
| 2025-01-31 | miri: make float min/max non-deterministic | Ralf Jung | -0/+28 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -0/+54 |
| 2025-01-29 | Rollup merge of #136147 - RalfJung:required-target-features-check-not-add, r=... | León Orell Valerian Liehr | -2/+2 |
| 2025-01-28 | ABI-required target features: warn when they are missing in base CPU (rather ... | Ralf Jung | -2/+2 |
| 2025-01-28 | Represent the raw pointer for a array length check as a new kind of fake borrow | Michael Goulet | -0/+35 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -41/+12 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -41/+12 |
| 2025-01-20 | Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJung | Matthias Krüger | -4/+3 |
| 2025-01-20 | Updated several files to use rust intrinsic macros instead of the legacy exte... | vayunbiyani | -4/+3 |
| 2025-01-19 | fix location of pipe module | Ralf Jung | -2/+3 |
| 2025-01-18 | Update tests for std::simd subtree sync | Caleb Zulawski | -21/+0 |
| 2025-01-15 | Merge from rustc | The Miri Cronjob Bot | -3/+3 |
| 2025-01-11 | Supported fioclex for ioctl on macos | geetanshjuneja | -0/+12 |
| 2025-01-11 | avoid nesting the user-defined main so deeply on the stack | Ralf Jung | -26/+6 |
| 2025-01-11 | use a single large catch_unwind in lang_start | Ralf Jung | -7/+27 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+17 |
| 2024-12-25 | show an error on some invalid flag combinations: TB + permissive provenance; ... | Ralf Jung | -8/+2 |
| 2024-12-18 | add more tests for SC access/fence consistency | Ralf Jung | -204/+355 |
| 2024-12-13 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |