| Age | Commit message (Expand) | Author | Lines |
| 2025-03-06 | Fix tier 2 sysroots job | Ben Kimock | -0/+1 |
| 2025-03-06 | Rollup merge of #137802 - RalfJung:miri-native-call-exposed, r=oli-obk | Michael Goulet | -54/+120 |
| 2025-03-06 | Merge from rustc | The Miri Cronjob Bot | -15/+0 |
| 2025-03-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -15/+0 |
| 2025-03-04 | Use size_of from the prelude instead of imported | Thalia Archibald | -1/+1 |
| 2025-03-03 | Add an anchor to directly link to the -Zmiri-tree-borrows docs | Jake Goulding | -1/+2 |
| 2025-03-02 | clippy | Ralf Jung | -2/+1 |
| 2025-03-02 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-02 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-28 | Shorten span of panic failures in const context | Esteban Küber | -1/+1 |
| 2025-02-28 | use fixed-width integer types in C code | Ralf Jung | -36/+38 |
| 2025-02-28 | miri native-call support: all previously exposed provenance is accessible to ... | Ralf Jung | -23/+87 |
| 2025-02-27 | Remove unneeded import | Alice Ryhl | -2/+0 |
| 2025-02-27 | Merge pull request #4215 from RalfJung/before_terminator | Ralf Jung | -1/+2 |
| 2025-02-27 | before_terminator: add some minor clarifying comments | Ralf Jung | -1/+2 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -13/+0 |
| 2025-02-26 | Update ui test | Oli Scherer | -3/+3 |
| 2025-02-26 | Merge pull request #4210 from tiif/small-fix-2 | Oli Scherer | -6/+2 |
| 2025-02-26 | fmt | The Miri Cronjob Bot | -1/+0 |
| 2025-02-26 | Merge from rustc | The Miri Cronjob Bot | -36/+47 |
| 2025-02-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-26 | Resolve more FIXMEs | tiif | -6/+2 |
| 2025-02-25 | Auto merge of #137594 - RalfJung:miri-sync, r=RalfJung | bors | -297/+714 |
| 2025-02-25 | disable float non-determinism for now to be able to complete the sync | Ralf Jung | -35/+47 |
| 2025-02-25 | Merge from rustc | Ralf Jung | -5/+5 |
| 2025-02-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -1/+0 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -1/+0 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -5/+5 |
| 2025-02-24 | Merge pull request #4193 from bjorn3/arm64_vpmaxq_u8 | Ralf Jung | -13/+124 |
| 2025-02-24 | slightly extend comment | Ralf Jung | -1/+2 |
| 2025-02-24 | add missing float non-determinism tests and skip some on i686-pc-windows-msvc... | Ralf Jung | -10/+24 |
| 2025-02-24 | make sure we install the toolchain for the intended host target | Ralf Jung | -1/+7 |
| 2025-02-24 | sanity-check for HOST_TARGET | Ralf Jung | -1/+12 |
| 2025-02-24 | Merge from rustc | Ralf Jung | -19/+89 |
| 2025-02-24 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -6/+6 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -8/+8 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -6/+6 |
| 2025-02-23 | stabilize extract_if | bendn | -1/+0 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -1/+0 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -1/+0 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -3/+0 |
| 2025-02-21 | stabilize `unsigned_is_multiple_of` | Folkert de Vries | -1/+0 |
| 2025-02-21 | Add tests | bjorn3 | -0/+40 |
| 2025-02-21 | Fix review comments | bjorn3 | -7/+7 |
| 2025-02-21 | Implement vpmaxq_u8 on aarch64 | bjorn3 | -13/+83 |
| 2025-02-21 | Resolve some FIXME from socketpair test | tiif | -6/+2 |
| 2025-02-20 | Add explanation comment | Jakub Beránek | -0/+1 |