| Age | Commit message (Expand) | Author | Lines |
| 2024-08-30 | Merge from rustc | The Miri Cronjob Bot | -2/+0 |
| 2024-08-29 | fix wasm test | Ralf Jung | -12/+12 |
| 2024-08-29 | Merge from rustc | The Miri Cronjob Bot | -11/+0 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -2/+0 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -11/+0 |
| 2024-08-28 | Merge from rustc | The Miri Cronjob Bot | -11/+8 |
| 2024-08-27 | miri: Remove feature(new_uninit) | Jubilee Young | -2/+0 |
| 2024-08-27 | tree_borrows test: ensure we can actually read the variable | Ralf Jung | -1/+2 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -11/+8 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -11/+0 |
| 2024-08-26 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |
| 2024-08-24 | Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=Noratrieb | Matthias Krüger | -4/+4 |
| 2024-08-24 | panicking: improve hint for Miri's RUST_BACKTRACE behavior | Ralf Jung | -4/+4 |
| 2024-08-22 | fix a misleading comment in TB tests | sun-jacobi | -1/+1 |
| 2024-08-20 | Auto merge of #3752 - Kixunil:simd-sha256, r=RalfJung | bors | -0/+270 |
| 2024-08-20 | Implement SHA256 SIMD intrinsics on x86 | Martin Habovstiak | -0/+270 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 |
| 2024-08-17 | tls_leak_main_thread_allowed: make test check target_thread_local | Ralf Jung | -10/+13 |
| 2024-08-16 | Auto merge of #3754 - Vanille-N:master, r=RalfJung | bors | -36/+36 |
| 2024-08-14 | Merge from rustc | Ralf Jung | -2/+14 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -2/+14 |
| 2024-08-12 | miri weak memory emulation: initialize store buffer only on atomic writes; pr... | Ralf Jung | -11/+8 |
| 2024-08-12 | fix tree borrows Unique test | Ralf Jung | -11/+7 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -3/+7 |
| 2024-08-10 | Fixes in various places | Nadrieril | -0/+2 |
| 2024-08-09 | Add a FIXME to the changed Miri test | Ben Kimock | -0/+2 |
| 2024-08-09 | Bless Miri | Ben Kimock | -3/+5 |
| 2024-08-06 | miri: make vtable addresses not globally unique | Ralf Jung | -2/+14 |
| 2024-08-06 | interpret: refactor function call handling to be better-abstracted | Ralf Jung | -2/+2 |
| 2024-08-02 | Auto merge of #3769 - primoly:miri-start, r=RalfJung | bors | -0/+20 |
| 2024-08-02 | Add `miri_start` support | primoly | -0/+20 |
| 2024-07-29 | Rollup merge of #128333 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -65/+183 |
| 2024-07-27 | miri: fix offset_from behavior on wildcard pointers | Ralf Jung | -0/+9 |
| 2024-07-26 | Auto merge of #3766 - RalfJung:tree-borrows-int2ptr, r=RalfJung | bors | -65/+120 |
| 2024-07-26 | better diagnostics for Tree Borrows + int2ptr casts | Ralf Jung | -65/+120 |
| 2024-07-26 | Merge from rustc | The Miri Cronjob Bot | -1/+14 |
| 2024-07-25 | Stop using `unsized_const_parameters` in core/std | Boxy | -1/+14 |
| 2024-07-24 | show warning when Stacked Borrows skips a reborrow due to 'extern type' | Ralf Jung | -15/+26 |
| 2024-07-24 | Allow getpid in isolation mode, add gettid support | Konstantinos Andrikopoulos | -2/+13 |
| 2024-07-24 | Make unused states of Reserved unrepresentable | Neven Villani | -36/+36 |
| 2024-07-24 | Merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -1/+1 |
| 2024-07-22 | miri: fixup for allowing &raw UNSAFE_STATIC | Jubilee Young | -1/+1 |
| 2024-07-22 | Add `pread` and `pwrite` shims | Артём Павлов [Artyom Pavlov] | -0/+41 |
| 2024-07-16 | Auto merge of #3742 - Vanille-N:master, r=RalfJung | bors | -1/+1 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-07-09 | Implement fix for reservedim_spurious_write: ignore IM on protected | Neven Villani | -1/+1 |
| 2024-07-09 | Auto merge of #3739 - joboet:macos_tls_dtors, r=RalfJung | bors | -0/+50 |
| 2024-07-09 | Merge from rustc | The Miri Cronjob Bot | -8/+47 |
| 2024-07-08 | implement support for multiple TLS destructors on macOS | joboet | -0/+50 |