| Age | Commit message (Expand) | Author | Lines |
| 2024-06-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -1/+1 |
| 2024-06-18 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-18 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -1/+1 |
| 2024-06-17 | Auto merge of #3683 - RalfJung:MIRIFLAGS, r=RalfJung | bors | -81/+52 |
| 2024-06-17 | tell people how to set miri flags | Ralf Jung | -81/+52 |
| 2024-06-17 | Auto merge of #3681 - rust-lang:rustup-2024-06-17, r=RalfJung | bors | -121/+77 |
| 2024-06-17 | show proper UB when making a too large allocation request | Ralf Jung | -26/+59 |
| 2024-06-17 | Merge from rustc | The Miri Cronjob Bot | -120/+76 |
| 2024-06-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-16 | Rename InstanceDef -> InstanceKind | Michael Goulet | -1/+1 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -17/+17 |
| 2024-06-15 | std: refactor the TLS implementation | joboet | -3/+3 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -101/+56 |
| 2024-06-15 | Rollup merge of #126512 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -152/+1522 |
| 2024-06-15 | Auto merge of #3672 - RalfJung:cargo-many-seeds, r=RalfJung | bors | -107/+174 |
| 2024-06-14 | Add `f16` and `f128` support to Miri | Trevor Gross | -101/+56 |
| 2024-06-14 | add Miri tests | Ralf Jung | -0/+61 |
| 2024-06-13 | Auto merge of #3622 - TDecking:sse4_2, r=RalfJung | bors | -0/+949 |
| 2024-06-13 | document --many-seeds; set the default range to 0..64 | Ralf Jung | -20/+20 |
| 2024-06-13 | cargo miri: add support for '--many-seeds' to run the program / tests many ti... | Ralf Jung | -88/+155 |
| 2024-06-13 | add some more CRC tests | Ralf Jung | -0/+20 |
| 2024-06-13 | Implement LLVM x86 SSE4.2 intrinsics | Tobias Decking | -0/+929 |
| 2024-06-13 | Fix socketpair and epoll_create1's throw_unsup_format wording | tiif | -7/+10 |
| 2024-06-13 | fmt | The Miri Cronjob Bot | -6/+12 |
| 2024-06-13 | Merge from rustc | The Miri Cronjob Bot | -2/+167 |
| 2024-06-13 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-06-12 | Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee | Jubilee | -2/+3 |
| 2024-06-12 | use is_none_or in some places in the compiler | Ralf Jung | -2/+3 |
| 2024-06-12 | Rollup merge of #126232 - RalfJung:dyn-trait-equality, r=oli-obk | Guillaume Gomez | -2/+42 |
| 2024-06-11 | interpret: ensure we check bool/char for validity when they are used in a cast | Ralf Jung | -0/+125 |
| 2024-06-11 | interpret: dyn trait metadata check: equate traits in a proper way | Ralf Jung | -0/+40 |
| 2024-06-11 | check for correct trait in size_and_align_of | Ralf Jung | -2/+2 |
| 2024-06-11 | use strict_ instead of checked_ in a few more places | Ralf Jung | -15/+11 |
| 2024-06-11 | fmt | Ralf Jung | -4/+2 |
| 2024-06-11 | Merge from rustc | Ralf Jung | -4/+24 |
| 2024-06-11 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-06-10 | Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obk | Matthias Krüger | -0/+21 |
| 2024-06-10 | Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obk | Matthias Krüger | -4/+3 |
| 2024-06-10 | Add socketpair shim | tiif | -15/+366 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -4/+3 |
| 2024-06-09 | Follow up fix for eventfd shim | tiif | -23/+30 |
| 2024-06-09 | don't panic if time computaton overflows | Ralf Jung | -67/+102 |
| 2024-06-09 | Auto merge of #3653 - tiif:bug/futex_ice, r=RalfJung | bors | -8/+20 |
| 2024-06-09 | Run cargo fmt | tiif | -1/+4 |
| 2024-06-09 | Saturate to u64::MAX | tiif | -1/+2 |
| 2024-06-09 | Checked add for duration update | byt | -1/+1 |
| 2024-06-09 | Add comment for u128 to u64 conversion. | byt | -0/+2 |
| 2024-06-09 | Move duration division out | tiif | -5/+3 |