| Age | Commit message (Expand) | Author | Lines |
| 2025-02-20 | Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors | Matthias Krüger | -0/+75 |
| 2025-02-18 | Rollup merge of #136750 - kornelski:ub-bug, r=saethlin | Urgau | -0/+2 |
| 2025-02-16 | Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb | Matthias Krüger | -4/+4 |
| 2025-02-16 | Make ub_check message clear that it's not an assert | Kornel | -0/+2 |
| 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-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-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-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 | -9/+2 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -15/+15 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -3/+2 |
| 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-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 |
| 2025-02-02 | Rollup merge of #136452 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -545/+1347 |
| 2025-02-02 | Merge pull request #4142 from joboet/apple-futex | Ralf Jung | -53/+626 |
| 2025-02-02 | shim Apple's futex primitives | joboet | -53/+626 |
| 2025-02-02 | Merge pull request #4172 from RalfJung/miri_get_backtrace | Ralf Jung | -51/+14 |
| 2025-02-02 | files: make write take callback to store result, rather than writing to 'dest... | Ralf Jung | -69/+72 |
| 2025-02-02 | files: make read take callback to store result, rather than writing to 'dest'... | Ralf Jung | -69/+86 |
| 2025-02-02 | Some cleanups around EarlyDiagCtxt | bjorn3 | -5/+3 |
| 2025-02-02 | fix use of deprecated rand API | Ralf Jung | -1/+1 |
| 2025-02-02 | Merge from rustc | Ralf Jung | -4/+44 |
| 2025-02-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-02 | miri_get_backtrace: stop supporting the v0 protocol | Ralf Jung | -51/+14 |
| 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/+35 |
| 2025-02-01 | Bump rand to 0.9 and getrandom to 0.3 | Eduardo Sánchez Muñoz | -35/+99 |
| 2025-01-31 | PR feedback | Scott McMurray | -0/+20 |
| 2025-02-01 | fmt | The Miri Cronjob Bot | -72/+93 |
| 2025-02-01 | Merge from rustc | The Miri Cronjob Bot | -1/+55 |
| 2025-02-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-01 | Rollup merge of #136348 - RalfJung:miri-float-min-max, r=oli-obk | Matthias Krüger | -4/+44 |
| 2025-01-31 | interpret: adjust vtable validity check for higher-ranked types | Lukas Markeffsky | -0/+75 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -1/+1 |
| 2025-01-31 | clarify apply_random_float_error logic | Ralf Jung | -4/+12 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -1/+1 |
| 2025-01-31 | miri: make float min/max non-deterministic | Ralf Jung | -4/+44 |
| 2025-01-31 | increase thread limit for many-seeds mode | Ralf Jung | -2/+2 |
| 2025-01-31 | fmt | The Miri Cronjob Bot | -2/+1 |
| 2025-01-31 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-31 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-01-31 | Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnr | bors | -0/+54 |