| Age | Commit message (Expand) | Author | Lines |
| 2025-06-15 | Merge from rustc | Ralf Jung | -37/+0 |
| 2025-06-15 | Implement `simd_round_ties_even` for miri, cg_clif and cg_gcc | sayantn | -0/+8 |
| 2025-06-13 | Unimplement unsized_locals | mejrs | -37/+0 |
| 2025-06-11 | Merge pull request #4384 from RalfJung/diag-no-repeat | Oli Scherer | -861/+702 |
| 2025-06-10 | Merge pull request #4382 from RalfJung/dup | Ralf Jung | -2/+3 |
| 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-09 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2025-06-08 | Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obk | bors | -2/+2 |
| 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 | bless non-Linux tests | Ralf Jung | -21/+19 |
| 2025-06-07 | make better use of label for data-race and some other errors | Ralf Jung | -376/+222 |
| 2025-06-07 | diagnostics: do not repeat the entire message in the span label | Ralf Jung | -576/+573 |
| 2025-06-07 | const-eval error: always say in which item the error occurred | Ralf Jung | -2/+2 |
| 2025-06-07 | test_dup: ensure the FDs remain in sync even after dup'ing | Ralf Jung | -2/+3 |
| 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/+131 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -2/+2 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -9/+9 |
| 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-06-02 | Clarify why we are talking about a failed const eval at a random place | Oli Scherer | -3/+3 |
| 2025-06-02 | Use the informative error as the main const eval error message | Oli Scherer | -9/+9 |
| 2025-06-01 | tweak comment and use a weaker fence | Ralf Jung | -1/+4 |
| 2025-06-01 | Make sure to sync on file-io.rs tokio test | Noratrieb | -0/+1 |
| 2025-06-01 | Fix tokio/file-io.rs test relying on `read`/`write` not being short | Noratrieb | -3/+3 |
| 2025-05-31 | Merge from rustc | The Miri Cronjob Bot | -4/+5 |
| 2025-05-30 | Rollup merge of #140825 - rs-sac:ext, r=workingjubilee | Jubilee | -1/+1 |
| 2025-05-30 | Merge pull request #4314 from yoctocell/fine-grained-tracking | Ralf Jung | -3/+102 |
| 2025-05-30 | Track permissions on the byte-level | Xinglu Chen | -3/+102 |
| 2025-05-30 | Change diagnostic wording | tiif | -10/+5 |
| 2025-05-28 | atomic_load intrinsic: use const generic parameter for ordering | Ralf Jung | -3/+4 |
| 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/+131 |
| 2025-05-28 | Merge from rustc | The Miri Cronjob Bot | -4/+1 |
| 2025-05-27 | Auto merge of #129658 - saethlin:spare-a-crumb, r=jhpratt | bors | -4/+1 |
| 2025-05-27 | Update tests with Range parameter to `BTreeMap::extract_if` etc. | Sidney Cammeresi | -1/+1 |
| 2025-05-27 | Merge pull request #4212 from tiif/setfl | Ralf Jung | -0/+139 |
| 2025-05-27 | Support F_GETFL and F_SETFL for fcntl | tiif | -0/+139 |