| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | address nits | Johannes Hostert | -15/+26 |
| 2024-08-28 | Add benchmark for TB slowdown | Johannes Hostert | -0/+41 |
| 2024-08-28 | Add test for tokio file io and mpsc | tiif | -9/+72 |
| 2024-08-28 | Merge from rustc | The Miri Cronjob Bot | -111/+157 |
| 2024-08-28 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-27 | Auto merge of #3804 - tiif:blockit, r=oli-obk | bors | -64/+316 |
| 2024-08-27 | Make Tree Borrows Provenance GC compact the tree | Johannes Hostert | -17/+185 |
| 2024-08-27 | Add explanation to TB's "piecewise bottom-up" traversal | Johannes Hostert | -44/+111 |
| 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 | -270/+237 |
| 2024-08-27 | Auto merge of #3847 - JoJoDeveloping:master, r=RalfJung | bors | -5/+59 |
| 2024-08-27 | Add testcase for #3846 | Johannes Hostert | -0/+54 |
| 2024-08-27 | Auto merge of #3849 - RalfJung:tb-test, r=RalfJung | bors | -1/+2 |
| 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 | Auto merge of #3827 - RalfJung:gc-comment, r=RalfJung | bors | -25/+27 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -108/+152 |
| 2024-08-26 | Disable tree traversal optimization that is wrong due to lazy nodes. | Johannes Hostert | -5/+5 |
| 2024-08-26 | interpret: do not make const-eval query result depend on tcx.sess | Ralf Jung | -6/+40 |
| 2024-08-26 | const-eval: do not make UbChecks behavior depend on current crate's flags | Ralf Jung | -0/+4 |
| 2024-08-26 | silence an overreaching clippy lint | Ralf Jung | -0/+1 |
| 2024-08-26 | Merge from rustc | The Miri Cronjob Bot | -34/+34 |
| 2024-08-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-25 | Add test for triggering notification after timeout | tiif | -1/+40 |
| 2024-08-24 | Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot | Matthias Krüger | -1/+1 |
| 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 | Add 0 preemption rate flag for blocking test and fix comment | tiif | -1/+1 |
| 2024-08-25 | Make blocking_epoll_callback a private function | tiif | -43/+41 |
| 2024-08-25 | Remove thread_id from epoll::thread_ids after timeout | tiif | -13/+9 |
| 2024-08-25 | Fix error introduced by rebase | tiif | -4/+9 |
| 2024-08-25 | Check if the thread is blocked before waking them up | tiif | -1/+13 |
| 2024-08-25 | Change timeout value | tiif | -2/+2 |
| 2024-08-25 | Fix error in the timeout value error message | tiif | -1/+1 |
| 2024-08-25 | Rename event to events | tiif | -2/+2 |
| 2024-08-25 | Pass dest place reference to epoll_wait | tiif | -5/+6 |
| 2024-08-25 | Improve comment | byt | -1/+1 |
| 2024-08-25 | Support blocking for epoll | tiif | -40/+239 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 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 | -24/+105 |
| 2024-08-24 | Auto merge of #3836 - tiif:einval_ctl, r=oli-obk | bors | -0/+21 |
| 2024-08-24 | epoll: Add EINVAL case | tiif | -0/+21 |
| 2024-08-24 | Auto merge of #3840 - RalfJung:pipe-to-array, r=RalfJung | bors | -1/+12 |
| 2024-08-24 | fix calling pipe, pipe2, socketpair with a pointer-to-array | Ralf Jung | -1/+12 |
| 2024-08-22 | Auto merge of #3835 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJung | bors | -21/+24 |
| 2024-08-22 | Avoid extra copy by using `retain_mut` and moving the deletion into the closure | Johannes Hostert | -21/+24 |
| 2024-08-22 | fix a misleading comment in TB tests | sun-jacobi | -1/+1 |