| 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-12 | Change swap_nonoverlapping from lang to library UB | Ben Kimock | -0/+46 |
| 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 | -8/+1 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -15/+15 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -0/+20 |
| 2025-02-03 | Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+45 |
| 2025-02-02 | Merge pull request #4142 from joboet/apple-futex | Ralf Jung | -0/+276 |
| 2025-02-02 | shim Apple's futex primitives | joboet | -0/+276 |
| 2025-02-02 | Merge pull request #4172 from RalfJung/miri_get_backtrace | Ralf Jung | -2/+5 |
| 2025-02-02 | Merge from rustc | Ralf Jung | -0/+28 |
| 2025-02-02 | miri_get_backtrace: stop supporting the v0 protocol | Ralf Jung | -2/+5 |
| 2025-02-02 | miri: improve error when offset_from preconditions are violated | Ralf Jung | -3/+45 |
| 2025-02-01 | Test getrandom 0.3 | Eduardo Sánchez Muñoz | -1/+3 |
| 2025-01-31 | PR feedback | Scott McMurray | -0/+20 |
| 2025-02-01 | fmt | The Miri Cronjob Bot | -27/+30 |
| 2025-02-01 | Merge from rustc | The Miri Cronjob Bot | -0/+54 |
| 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-30 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2025-01-29 | Merge pull request #4162 from rust-lang/rustup-2025-01-29 | Ralf Jung | -0/+35 |
| 2025-01-29 | Merge pull request #4122 from tiif/fnabi | Ralf Jung | -4/+67 |
| 2025-01-30 | Check fixed arg number for variadic function. | tiif | -4/+67 |
| 2025-01-29 | Merge from rustc | The Miri Cronjob Bot | -0/+35 |
| 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 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -0/+35 |
| 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-27 | Bump ui_test | Oli Scherer | -6/+10 |
| 2025-01-27 | Avoid a bool and use an Option of ZST instead | Oli Scherer | -13/+23 |
| 2025-01-26 | make linux-futex test less flaky | Ralf Jung | -3/+2 |
| 2025-01-26 | Merge from rustc | The Miri Cronjob Bot | -3/+5 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -3/+5 |
| 2025-01-25 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2025-01-24 | bless miri test | Waffle Lapkin | -2/+2 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -3/+5 |
| 2025-01-23 | fmt | The Miri Cronjob Bot | -3/+0 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -57/+31 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -57/+31 |
| 2025-01-20 | Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJung | Matthias Krüger | -85/+60 |
| 2025-01-20 | Updated several files to use rust intrinsic macros instead of the legacy exte... | vayunbiyani | -85/+60 |
| 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 | -6/+6 |
| 2025-01-13 | Included Abdroid to an epoll test targets | Yoh Deadfall | -1/+1 |
| 2025-01-13 | Illumos: Added epoll and eventfd | Yoh Deadfall | -8/+13 |
| 2025-01-12 | Added Android to epoll and eventfd test targets | Yoh Deadfall | -3/+3 |