| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -4/+4 |
| 2024-12-12 | Merge from rustc | Ralf Jung | -92/+0 |
| 2024-12-12 | solarish stat following-up, supports for readdir. | David Carlier | -6/+8 |
| 2024-12-09 | Rollup merge of #134055 - RalfJung:interpret-alloc-dedup, r=oli-obk | León Orell Valerian Liehr | -92/+0 |
| 2024-12-09 | interpret: clean up deduplicating allocation functions | Ralf Jung | -92/+0 |
| 2024-12-07 | add weak memory consistency test for mixing SC accesses and fences | Ralf Jung | -0/+30 |
| 2024-12-07 | Merge from rustc | The Miri Cronjob Bot | -10/+4 |
| 2024-12-06 | remove a no-longer-needed work-around | Ralf Jung | -6/+2 |
| 2024-12-06 | add test | Ralf Jung | -1/+41 |
| 2024-12-06 | Merge pull request #4057 from RalfJung/scfix | Ralf Jung | -10/+87 |
| 2024-12-06 | Merge from rustc | The Miri Cronjob Bot | -0/+4 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -10/+4 |
| 2024-12-05 | make SC fences stronger, to be correct wrt C++20 | Ralf Jung | -10/+87 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+4 |
| 2024-12-04 | implement simd_relaxed_fma | Ralf Jung | -30/+83 |
| 2024-12-04 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+4 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -2/+2 |
| 2024-11-28 | Merge from rustc | The Miri Cronjob Bot | -0/+18 |
| 2024-11-26 | filesystem support for solarish. | David Carlier | -2/+5 |
| 2024-11-25 | miri: implement `TlsFree` | joboet | -0/+18 |
| 2024-11-20 | Merge pull request #4026 from eduardosm/soft-sqrt | Ralf Jung | -2/+12 |
| 2024-11-20 | miri: implement square root without relying on host floats | Eduardo Sánchez Muñoz | -2/+12 |
| 2024-11-18 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |