| Age | Commit message (Expand) | Author | Lines |
| 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-08 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-08 | Use the in-tree `compiler-builtins` | Trevor Gross | -3/+42 |
| 2025-06-07 | intrinsics: use const generic to set atomic ordering | Ralf Jung | -65/+88 |
| 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 | -388/+240 |
| 2025-06-07 | diagnostics: do not repeat the entire message in the span label | Ralf Jung | -578/+581 |
| 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-07 | fmt | The Miri Cronjob Bot | -3/+10 |
| 2025-06-07 | Merge from rustc | The Miri Cronjob Bot | -25/+31 |
| 2025-06-07 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-06 | Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk | Guillaume Gomez | -24/+30 |
| 2025-06-06 | Merge pull request #4378 from RalfJung/flock | Ralf Jung | -105/+50 |
| 2025-06-06 | use File::lock to implement flock, and add a test for File::lock | Ralf Jung | -105/+50 |
| 2025-06-06 | Merge from rustc | The Miri Cronjob Bot | -2/+133 |
| 2025-06-06 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-05 | Update `InterpCx::project_field` to take `FieldIdx` | Scott McMurray | -24/+30 |
| 2025-06-06 | Add new Tier-3 targets: `loongarch32-unknown-none*` | WANG Rui | -2/+3 |
| 2025-06-06 | Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead | Matthias Krüger | -1/+1 |
| 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 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -1/+1 |
| 2025-06-05 | Rollup merge of #140638 - RalfJung:unsafe-pinned-shared-aliased, r=workingjub... | Matthias Krüger | -0/+131 |
| 2025-06-05 | Merge from rustc | The Miri Cronjob Bot | -4/+1 |
| 2025-06-05 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-04 | Introduce the `mismatched_lifetime_syntaxes` lint | Jake Goulding | -2/+2 |
| 2025-06-04 | Merge pull request #4372 from nia-e/multiple-native-libs | Oli Scherer | -57/+70 |
| 2025-06-04 | Rollup merge of #141871 - nia-e:fix-bitset, r=eholk | Matthias Krüger | -4/+1 |
| 2025-06-04 | Merge from rustc | The Miri Cronjob Bot | -336/+385 |
| 2025-06-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-06-04 | index: add method for checking range on DenseBitSet | Nia Espera | -4/+1 |
| 2025-06-03 | Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung | Matthias Krüger | -9/+9 |
| 2025-06-03 | Rollup merge of #141569 - workingjubilee:canonicalize-abi, r=bjorn3 | Matthias Krüger | -327/+354 |
| 2025-06-03 | native-lib: allow multiple libraries and/or dirs | Nia Espera | -57/+70 |
| 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 | -62/+327 |
| 2025-06-03 | miri: sed to CanonAbi | Jubilee Young | -327/+354 |
| 2025-06-03 | Remove uses of `stdarch_x86_avx512` | sayantn | -6/+0 |
| 2025-06-03 | Merge from rustc | The Miri Cronjob Bot | -3/+26 |
| 2025-06-03 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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-02 | Auto merge of #119899 - onur-ozkan:redesign-stage0-std, r=albertlarsan68,jiey... | bors | -3/+26 |
| 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-06-01 | Merge from rustc | The Miri Cronjob Bot | -61/+0 |