| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2024-08-18 | Auto merge of #3818 - tiif:loseevents, r=RalfJung | bors | -0/+64 |
| 2024-08-18 | epoll: iterate through output buffer then fetch an event from ready list | tiif | -0/+64 |
| 2024-08-18 | Auto merge of #3825 - RalfJung:epoll-miri, r=RalfJung | bors | -3/+9 |
| 2024-08-18 | epoll test_socketpair_read: explicitly check real and Miri behavior | Ralf Jung | -3/+9 |
| 2024-08-18 | Move the maxevents.try_into().unwrap() after value check | tiif | -3/+2 |
| 2024-08-18 | Set EINVAL for epoll_wait maxevent value 0 | tiif | -0/+15 |
| 2024-08-18 | Apply test fix | tiif | -38/+65 |
| 2024-08-17 | tls_leak_main_thread_allowed: make test check target_thread_local | Ralf Jung | -10/+13 |
| 2024-08-17 | Auto merge of #3819 - RalfJung:epoll-test, r=RalfJung | bors | -41/+37 |