| Age | Commit message (Expand) | Author | Lines |
| 2025-06-29 | Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubilee | Guillaume Gomez | -0/+8 |
| 2025-06-18 | Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmann | Trevor Gross | -5/+5 |
| 2025-06-18 | add `#[align]` attribute | Folkert de Vries | -5/+5 |
| 2025-06-18 | Auto merge of #141061 - dpaoliello:shimasfn, r=bjorn3 | bors | -2/+2 |
| 2025-06-16 | Change __rust_no_alloc_shim_is_unstable to be a function | Daniel Paoliello | -2/+2 |
| 2025-06-16 | Auto merge of #142574 - Kobzol:rollup-ldj386u, r=Kobzol | bors | -1/+0 |
| 2025-06-15 | Stabilize "file_lock" feature | Christopher Berner | -1/+0 |
| 2025-06-15 | Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc | sayantn | -0/+8 |
| 2025-06-11 | Merge pull request #4384 from RalfJung/diag-no-repeat | Oli Scherer | -10/+10 |
| 2025-06-10 | float tests: test non-determinism for more operations | Ralf Jung | -22/+25 |
| 2025-06-10 | Merge pull request #4394 from RalfJung/smallvec | Ralf Jung | -0/+99 |
| 2025-06-10 | add SmallVec test | Ralf Jung | -0/+99 |
| 2025-06-10 | fmt | The Miri Cronjob Bot | -1/+0 |
| 2025-06-10 | Merge from rustc | The Miri Cronjob Bot | -3/+112 |
| 2025-06-09 | Auto merge of #138062 - LorrensP-2158466:miri-enable-float-nondet, r=RalfJung | bors | -3/+112 |
| 2025-06-09 | Merge pull request #4376 from yoctocell/tb-interior-mut-flag | Ralf Jung | -0/+40 |
| 2025-06-09 | Add `-Zmiri-tree-borrows-no-precise-interior-mut` flag | Xinglu Chen | -0/+40 |
| 2025-06-08 | Merge from rustc | The Miri Cronjob Bot | -6/+0 |
| 2025-06-07 | Auto merge of #141964 - sayantn:update-stdarch, r=Amanieu | bors | -6/+0 |
| 2025-06-07 | make better use of label for data-race and some other errors | Ralf Jung | -10/+10 |
| 2025-06-06 | Merge pull request #4378 from RalfJung/flock | Ralf Jung | -3/+30 |
| 2025-06-06 | use File::lock to implement flock, and add a test for File::lock | Ralf Jung | -3/+30 |
| 2025-06-05 | Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi... | bors | -2/+2 |
| 2025-06-05 | change tests to use fixed constants to let them pass with miri | LorrensP-2158466 | -1/+3 |
| 2025-06-05 | Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub... | Matthias Krüger | -0/+16 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -2/+2 |
| 2025-06-03 | Add `iter` macro | Oli Scherer | -0/+22 |
| 2025-06-03 | Enable Float non-determinism in miri. Update and add tests and change | LorrensP-2158466 | -3/+110 |
| 2025-06-03 | Remove uses of `stdarch_x86_avx512` | sayantn | -6/+0 |
| 2025-05-31 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-05-30 | Merge pull request #4314 from yoctocell/fine-grained-tracking | Ralf Jung | -3/+43 |
| 2025-05-30 | Track permissions on the byte-level | Xinglu Chen | -3/+43 |
| 2025-05-28 | Merge pull request #4344 from CraftSpider/windows-file-clone | Oli Scherer | -1/+1 |
| 2025-05-28 | add Miri tests | Ralf Jung | -0/+16 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -1/+1 |
| 2025-05-26 | Auto merge of #141406 - RalfJung:less-force-allocate, r=oli-obk | bors | -2/+2 |
| 2025-05-24 | rename internal panicking::try to catch_unwind | Ralf Jung | -12/+12 |
| 2025-05-22 | interpret: do not force_allocate all return places | Ralf Jung | -2/+2 |
| 2025-05-22 | Implement file cloning on Windows | Rune Tynan | -1/+1 |
| 2025-05-22 | Implement file read/write on Windows | Rune Tynan | -5/+5 |
| 2025-05-21 | test direct usage of io::{stdout,stderr,stdin} | Ralf Jung | -3/+7 |
| 2025-05-19 | run tests on mips-unknown-linux-gnu | Ralf Jung | -18/+22 |
| 2025-05-18 | Remove uses of `#[feature(avx512_target_feature)]` | sayantn | -4/+1 |
| 2025-05-12 | Merge from rustc | The Miri Cronjob Bot | -11/+15 |
| 2025-05-10 | test intrinsic fallback bodies with Miri | Ralf Jung | -11/+15 |
| 2025-05-10 | Merge from rustc | The Miri Cronjob Bot | -0/+1 |
| 2025-05-08 | add signed integers to unnecessary_lints to ensure feature parity with clippy | bendn | -0/+1 |
| 2025-05-08 | Merge pull request #4311 from est31/edition_2024 | Ralf Jung | -4/+4 |
| 2025-05-08 | Update miri, cargo-miri and miri-cript to edition 2024 | est31 | -4/+4 |
| 2025-05-08 | remove commented-out test leftover | Ralf Jung | -1/+0 |