| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-08-17 | epoll test: further clean up check_epoll_wait | Ralf Jung | -41/+37 |
| 2024-08-17 | test cleanup | Ralf Jung | -55/+30 |
| 2024-08-17 | socketpair: test behavior when one end got closed | Ralf Jung | -0/+20 |
| 2024-08-17 | implement pipe and pipe2 | Ralf Jung | -6/+120 |
| 2024-08-17 | Add epoll EPOLLHUP flag support | tiif | -2/+4 |
| 2024-08-16 | Auto merge of #3809 - RalfJung:fd-refcell, r=oli-obk | bors | -145/+98 |
| 2024-08-16 | Auto merge of #3754 - Vanille-N:master, r=RalfJung | bors | -46/+46 |
| 2024-08-16 | explain the behavior on closed peers | Ralf Jung | -0/+1 |
| 2024-08-16 | more epoll test cleanup | Ralf Jung | -29/+25 |
| 2024-08-16 | comment and test regarding notifications on writes that dont change readiness | Ralf Jung | -0/+12 |
| 2024-08-16 | epoll test cleanup | Ralf Jung | -118/+58 |
| 2024-08-16 | FD: remove big surrounding RefCell, simplify socketpair | Ralf Jung | -0/+4 |
| 2024-08-14 | Auto merge of #3712 - tiif:feat/epoll, r=oli-obk | bors | -3/+555 |
| 2024-08-14 | Implement epoll shim | tiif | -3/+555 |
| 2024-08-14 | Merge from rustc | Ralf Jung | -2/+14 |
| 2024-08-13 | Auto merge of #3802 - RalfJung:no-more-call-id, r=RalfJung | bors | -34/+34 |
| 2024-08-13 | remove the concept of a Call ID | Ralf Jung | -34/+34 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -2/+14 |
| 2024-08-12 | Auto merge of #3798 - RalfJung:miri-script-remap-path-prefix, r=saethlin | bors | -5/+7 |
| 2024-08-12 | miri weak memory emulation: initialize store buffer only on atomic writes; pr... | Ralf Jung | -11/+66 |
| 2024-08-12 | fix tree borrows Unique test | Ralf Jung | -11/+7 |
| 2024-08-12 | Merge from rustc | Ralf Jung | -3/+9 |
| 2024-08-12 | Auto merge of #126793 - saethlin:mono-rawvec, r=scottmcm | bors | -3/+7 |
| 2024-08-10 | miri-script: use --remap-path-prefix to print errors relative to the right root | Ralf Jung | -5/+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-09 | throw_unsup_format for alignment greater than 2^29 and refactor non-power-of-... | tiif | -0/+54 |
| 2024-08-07 | allow all code to call getuid() | Ralf Jung | -1/+5 |
| 2024-08-07 | Auto merge of #3747 - RalfJung:sse-cleanup, r=RalfJung | bors | -3/+3 |
| 2024-08-07 | remove some SSE/SSE2 intrinsics that are no longer used by stdarch | Ralf Jung | -3/+3 |
| 2024-08-07 | Merge from rustc | The Miri Cronjob Bot | -21/+15 |
| 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 | -21/+15 |
| 2024-08-06 | add return-place-protection tail-call test, and fix previous test | Ralf Jung | -39/+157 |
| 2024-08-05 | Auto merge of #3789 - RalfJung:deps, r=RalfJung | bors | -1/+1 |
| 2024-08-05 | bump dependencies | Ralf Jung | -1/+1 |
| 2024-08-05 | use a Miri-specific folder for ui tests | Ralf Jung | -1/+1 |
| 2024-08-05 | Merge from rustc | Ralf Jung | -0/+23 |
| 2024-08-03 | Miri: add a flag to do recursive validity checking | Ralf Jung | -0/+23 |
| 2024-08-03 | Merge from rustc | The Miri Cronjob Bot | -25/+0 |