| Age | Commit message (Expand) | Author | Lines |
| 2025-02-12 | Change swap_nonoverlapping from lang to library UB | Ben Kimock | -0/+46 |
| 2025-02-06 | remove use of `feature(trait_upcasting)` from miri | Waffle Lapkin | -3/+0 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -0/+20 |
| 2025-02-03 | Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -3/+45 |
| 2025-02-02 | miri_get_backtrace: stop supporting the v0 protocol | Ralf Jung | -2/+5 |
| 2025-02-02 | miri: improve error when offset_from preconditions are violated | Ralf Jung | -3/+45 |
| 2025-01-31 | PR feedback | Scott McMurray | -0/+20 |
| 2025-01-29 | Merge pull request #4122 from tiif/fnabi | Ralf Jung | -0/+63 |
| 2025-01-30 | Check fixed arg number for variadic function. | tiif | -0/+63 |
| 2025-01-26 | Merge from rustc | The Miri Cronjob Bot | -3/+5 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -3/+5 |
| 2025-01-25 | Merge from rustc | The Miri Cronjob Bot | -2/+2 |
| 2025-01-24 | bless miri test | Waffle Lapkin | -2/+2 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -3/+5 |
| 2025-01-23 | fmt | The Miri Cronjob Bot | -3/+0 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -16/+19 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -16/+19 |
| 2025-01-20 | Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJung | Matthias Krüger | -81/+57 |
| 2025-01-20 | Updated several files to use rust intrinsic macros instead of the legacy exte... | vayunbiyani | -81/+57 |
| 2025-01-11 | avoid nesting the user-defined main so deeply on the stack | Ralf Jung | -7/+3 |
| 2025-01-11 | use a single large catch_unwind in lang_start | Ralf Jung | -3/+7 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+25 |
| 2024-12-30 | fmt | Ralf Jung | -2/+2 |
| 2024-12-25 | swap_typed_nonoverlapping: properly detect overlap even when swapping scalar ... | Ralf Jung | -3/+25 |
| 2024-12-25 | rename typed_swap → typed_swap_nonoverlapping | Ralf Jung | -12/+12 |
| 2024-12-25 | miri: add test for overlapping typed_swap | Ralf Jung | -0/+28 |
| 2024-12-15 | Merge from rustc | The Miri Cronjob Bot | -10/+0 |
| 2024-12-13 | Fix miri tests | Esteban Küber | -10/+0 |
| 2024-12-11 | Merge pull request #4008 from JoJoDeveloping/tb-access-state-based-skipping | Ralf Jung | -0/+60 |
| 2024-12-10 | TB: optimize accesses on large trees by ignoring subtrees if the access would... | Johannes Hostert | -6/+6 |
| 2024-12-05 | make SC fences stronger, to be correct wrt C++20 | Ralf Jung | -107/+0 |
| 2024-12-04 | add test to demonstrate the effect of #4008 | Johannes Hostert | -0/+60 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -5/+3 |
| 2024-12-03 | miri: Adapt for `breakpoint` becoming safe | Josh Triplett | -5/+3 |
| 2024-11-30 | improve TagEncoding::Niche docs and sanity check | Ralf Jung | -0/+42 |
| 2024-11-11 | stacked borrows tests: add those that fail under TB | Ralf Jung | -2/+2 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -1/+1 |
| 2024-10-29 | Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee | Jubilee | -1/+1 |
| 2024-10-28 | Bless a miri test | Maybe Lapkin | -1/+1 |
| 2024-10-22 | fmt | The Miri Cronjob Bot | -1/+0 |
| 2024-10-22 | Merge from rustc | The Miri Cronjob Bot | -13/+0 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -13/+0 |
| 2024-10-18 | tail_calls: add test ensuring local vars are indeed gone | Ralf Jung | -0/+46 |
| 2024-10-15 | Rollup merge of #131521 - jdonszelmann:rc, r=joboet | Michael Goulet | -2/+2 |
| 2024-10-14 | add test ensuring a moved mutex deadlocks | Ralf Jung | -0/+32 |
| 2024-10-11 | simplify Tree Borrows write-during-2phase example | Ralf Jung | -13/+15 |
| 2024-10-11 | rename RcBox in other places too | Jonathan Dönszelmann | -2/+2 |
| 2024-10-04 | Merge from rustc | The Miri Cronjob Bot | -3/+3 |
| 2024-10-03 | make sure we also detect mixed-size races that begin at different addresses | Ralf Jung | -1/+47 |
| 2024-10-03 | fmt | Ralf Jung | -2/+2 |