| Age | Commit message (Expand) | Author | Lines |
| 2025-02-16 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-16 | Make ub_check message clear that it's not an assert | Kornel | -0/+2 |
| 2025-02-15 | Merge from rustc | The Miri Cronjob Bot | -0/+5 |
| 2025-02-15 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-15 | Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35 | bors | -0/+15 |
| 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/+15 |
| 2025-02-14 | Bless miri tests after applying unsafe_op_in_unsafe_fn | Eric Huss | -4/+4 |
| 2025-02-14 | Remove the build script for miri | bjorn3 | -12/+7 |
| 2025-02-13 | Merge from rustc | The Miri Cronjob Bot | -3/+49 |
| 2025-02-13 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-12 | Auto merge of #135994 - 1c3t3a:rename-unsafe-ptr, r=oli-obk | bors | -3/+3 |
| 2025-02-12 | Change swap_nonoverlapping from lang to library UB | Ben Kimock | -0/+46 |
| 2025-02-11 | Merge from rustc | The Miri Cronjob Bot | -21/+0 |
| 2025-02-11 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-10 | Auto merge of #135701 - calebzulawski:sync-from-portable-simd-2025-01-18, r=w... | bors | -21/+0 |
| 2025-02-10 | Convert more missed places | Bastian Kersting | -3/+3 |
| 2025-02-08 | Merge from rustc | The Miri Cronjob Bot | -24/+17 |
| 2025-02-08 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-07 | Rollup merge of #135945 - estebank:useless-parens, r=compiler-errors | Matthias Krüger | -15/+15 |
| 2025-02-07 | fmt | The Miri Cronjob Bot | -1/+1 |
| 2025-02-07 | Merge from rustc | The Miri Cronjob Bot | -3/+2 |
| 2025-02-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-06 | remove use of `feature(trait_upcasting)` from miri | Waffle Lapkin | -9/+2 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -15/+15 |
| 2025-02-06 | Merge pull request #4181 from tiif/check_shim_variadic | Ralf Jung | -101/+129 |
| 2025-02-06 | some more argument checking cleanup | Ralf Jung | -70/+77 |
| 2025-02-06 | inline a once-used function | Ralf Jung | -29/+16 |
| 2025-02-06 | Throw ub error when invoking non-vararg shim with vararg import | tiif | -2/+36 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -3/+2 |
| 2025-02-06 | Merge pull request #4179 from rayslava/master | Ralf Jung | -1/+6 |
| 2025-02-06 | Merge from rustc | The Miri Cronjob Bot | -0/+5 |
| 2025-02-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-06 | allow code to call geteuid() | Slava Barinov | -1/+6 |
| 2025-02-05 | Merge pull request #4178 from RalfJung/rustup | Ralf Jung | -3/+23 |
| 2025-02-05 | bump default max parallelism up to 20 | Ralf Jung | -2/+2 |
| 2025-02-05 | Merge from rustc | Ralf Jung | -0/+20 |
| 2025-02-05 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-05 | Merge pull request #4177 from psumbera/solaris-no-flock | Ralf Jung | -77/+77 |
| 2025-02-05 | use cfg_match | Ralf Jung | -82/+77 |
| 2025-02-05 | Fix build on Solaris where is no flock(). | Petr Sumbera | -3/+8 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+5 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -0/+20 |
| 2025-02-04 | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr... | Ralf Jung | -8/+8 |
| 2025-02-04 | update JSON target spec to declare softfloat ABI | Ralf Jung | -0/+1 |
| 2025-02-04 | Merge from rustc | The Miri Cronjob Bot | -3/+45 |
| 2025-02-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+5 |
| 2025-02-03 | Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+45 |
| 2025-02-03 | tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc` | Askar Safin | -3/+2 |