| Age | Commit message (Expand) | Author | Lines |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -5/+257 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -5/+257 |
| 2024-08-31 | Rollup merge of #129785 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -441/+1197 |
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -5/+257 |
| 2024-08-30 | Merge from rustc | The Miri Cronjob Bot | -5/+0 |
| 2024-08-30 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-29 | interpret/visitor: make memory order iteration slightly more efficient | Ralf Jung | -8/+5 |
| 2024-08-29 | fix wasm test | Ralf Jung | -15/+28 |
| 2024-08-29 | Merge from rustc | The Miri Cronjob Bot | -6/+44 |
| 2024-08-29 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 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 | -6/+40 |
| 2024-08-28 | Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlin | Matthias Krüger | -0/+4 |
| 2024-08-28 | Auto merge of #3837 - JoJoDeveloping:tb-compacting-provenance-gc, r=RalfJung | bors | -17/+237 |
| 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 | 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 |