| Age | Commit message (Expand) | Author | Lines |
| 2025-03-11 | miri native_calls: ensure we actually expose *mutable* provenance to the memo... | Ralf Jung | -3/+3 |
| 2025-03-08 | Move fs into sys | Thalia Archibald | -9/+9 |
| 2025-03-08 | Erase non-pal sys platform paths | Thalia Archibald | -2/+2 |
| 2025-03-06 | Rollup merge of #137802 - RalfJung:miri-native-call-exposed, r=oli-obk | Michael Goulet | -54/+120 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -15/+0 |
| 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 | Delete tuple unsizing | Alice Ryhl | -13/+0 |
| 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 |
| 2025-02-20 | Remove GitHub job summaries | Jakub Beránek | -9/+4 |
| 2025-02-20 | Rollup merge of #135296 - lukas-code:dyn-leak-check, r=compiler-errors | Matthias Krüger | -0/+75 |
| 2025-02-19 | Merge from rustc | The Miri Cronjob Bot | -0/+2 |
| 2025-02-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-18 | Rollup merge of #136750 - kornelski:ub-bug, r=saethlin | Urgau | -0/+2 |
| 2025-02-18 | update `cfg(bootstrap)` | Josh Stone | -1/+0 |
| 2025-02-17 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |
| 2025-02-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -3/+0 |
| 2025-02-16 | add erf and erfc to nondet tests, and reduce how much we're changing the floa... | Ralf Jung | -125/+48 |
| 2025-02-16 | apply random float error to most floating-point operations | LorrensP-2158466 | -84/+403 |
| 2025-02-16 | Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb | Matthias Krüger | -4/+4 |
| 2025-02-16 | Merge from rustc | Ralf Jung | -0/+15 |