| Age | Commit message (Expand) | Author | Lines |
| 2024-09-05 | Detect pthread_mutex_t is moved | Konstantinos Andrikopoulos | -0/+68 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -1/+1 |
| 2024-09-03 | Auto merge of #3856 - jder:mac-native-libs, r=RalfJung | bors | -42/+70 |
| 2024-09-03 | Enable native libraries on macOS | Jesse Rusak | -42/+70 |
| 2024-09-02 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |
| 2024-09-01 | fmt | The Miri Cronjob Bot | -8/+4 |
| 2024-09-01 | Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm | Matthias Krüger | -4/+4 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -3/+148 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -3/+148 |
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -3/+148 |
| 2024-08-30 | Merge from rustc | The Miri Cronjob Bot | -5/+0 |
| 2024-08-29 | fix wasm test | Ralf Jung | -15/+28 |
| 2024-08-29 | Merge from rustc | The Miri Cronjob Bot | -1/+3 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -5/+0 |
| 2024-08-28 | Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlin | Matthias Krüger | -1/+3 |
| 2024-08-28 | Auto merge of #3837 - JoJoDeveloping:tb-compacting-provenance-gc, r=RalfJung | bors | -1/+3 |
| 2024-08-28 | Add test for tokio file io and mpsc | tiif | -8/+64 |
| 2024-08-28 | Merge from rustc | The Miri Cronjob Bot | -14/+71 |
| 2024-08-27 | Auto merge of #3804 - tiif:blockit, r=oli-obk | bors | -19/+141 |
| 2024-08-27 | Make Tree Borrows Provenance GC compact the tree | Johannes Hostert | -1/+3 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -1/+1 |
| 2024-08-27 | miri: Remove feature(new_uninit) | Jubilee Young | -5/+0 |
| 2024-08-27 | Auto merge of #128134 - joboet:move_pal_alloc, r=cupiver | bors | -3/+5 |
| 2024-08-27 | Make TB tree traversal bottom-up | Johannes Hostert | -152/+56 |
| 2024-08-27 | Auto merge of #3847 - JoJoDeveloping:master, r=RalfJung | bors | -0/+54 |
| 2024-08-27 | Add testcase for #3846 | Johannes Hostert | -0/+54 |
| 2024-08-27 | tree_borrows test: ensure we can actually read the variable | Ralf Jung | -1/+2 |
| 2024-08-27 | bless miri test | joboet | -3/+5 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -11/+66 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -1/+3 |
| 2024-08-26 | Merge from rustc | The Miri Cronjob Bot | -33/+33 |
| 2024-08-25 | Add test for triggering notification after timeout | tiif | -1/+40 |
| 2024-08-24 | Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=Noratrieb | Matthias Krüger | -33/+33 |
| 2024-08-25 | Add 0 preemption rate flag | tiif | -0/+2 |
| 2024-08-25 | Change timeout value | tiif | -2/+2 |
| 2024-08-25 | Support blocking for epoll | tiif | -17/+98 |
| 2024-08-24 | panicking: improve hint for Miri's RUST_BACKTRACE behavior | Ralf Jung | -33/+33 |
| 2024-08-24 | Handle edge case for epoll_ctl | tiif | -0/+71 |
| 2024-08-24 | Auto merge of #3836 - tiif:einval_ctl, r=oli-obk | bors | -0/+14 |
| 2024-08-24 | epoll: Add EINVAL case | tiif | -0/+14 |
| 2024-08-24 | Auto merge of #3840 - RalfJung:pipe-to-array, r=RalfJung | bors | -0/+11 |
| 2024-08-24 | fix calling pipe, pipe2, socketpair with a pointer-to-array | Ralf Jung | -0/+11 |
| 2024-08-22 | fix a misleading comment in TB tests | sun-jacobi | -1/+1 |
| 2024-08-21 | epoll test: avoid some subtly dangling pointers | Ralf Jung | -24/+4 |
| 2024-08-21 | add a test for zero-sized protectors | Ralf Jung | -4/+72 |
| 2024-08-20 | supress niches in coroutines | Ralf Jung | -0/+66 |
| 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 | -6/+0 |
| 2024-08-18 | Add EPOLLER support | tiif | -0/+38 |