| Age | Commit message (Expand) | Author | Lines |
| 2024-08-22 | Auto merge of #3833 - JoJoDeveloping:tb-fix-stack-overflow, r=RalfJung | bors | -47/+74 |
| 2024-08-22 | Make Tree Borrows Provenance GC no longer produce stack overflows | Johannes Hostert | -47/+74 |
| 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/+497 |
| 2024-08-20 | Implement SHA256 SIMD intrinsics on x86 | Martin Habovstiak | -0/+497 |
| 2024-08-20 | readdir_r shim: assume FreeBSD v12+ | Ralf Jung | -10/+10 |
| 2024-08-20 | Merge from rustc | The Miri Cronjob Bot | -6/+7 |
| 2024-08-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-19 | make the cleanup functions private | Ralf Jung | -25/+25 |
| 2024-08-19 | provenance_gc: fix comment | Ralf Jung | -1/+3 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -6/+0 |
| 2024-08-18 | fix build with bootstrap compiler | Ralf Jung | -0/+7 |
| 2024-08-18 | Add EPOLLER support | tiif | -6/+83 |
| 2024-08-18 | Auto merge of #3818 - tiif:loseevents, r=RalfJung | bors | -17/+94 |
| 2024-08-18 | epoll: iterate through output buffer then fetch an event from ready list | tiif | -17/+94 |
| 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 | make sure we read all arguments before returning early | Ralf Jung | -3/+5 |
| 2024-08-18 | Move the maxevents.try_into().unwrap() after value check | tiif | -8/+9 |
| 2024-08-18 | Set EINVAL for epoll_wait maxevent value 0 | tiif | -1/+17 |
| 2024-08-18 | Apply test fix | tiif | -38/+65 |
| 2024-08-17 | Auto merge of #3823 - RalfJung:sync, r=RalfJung | bors | -102/+27 |
| 2024-08-17 | simplify synchronization object creation logic | Ralf Jung | -102/+27 |
| 2024-08-17 | run TLS tests on Solarish | Ralf Jung | -2/+2 |
| 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 | Auto merge of #3815 - RalfJung:pipe, r=RalfJung | bors | -66/+253 |
| 2024-08-17 | epoll test: further clean up check_epoll_wait | Ralf Jung | -41/+37 |
| 2024-08-17 | Auto merge of #3817 - rust-lang:rustup-2024-08-17, r=RalfJung | bors | -2/+1 |
| 2024-08-17 | SocketPair -> AnonSocket, because a single FD is not a pair | Ralf Jung | -15/+15 |
| 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 | -31/+223 |
| 2024-08-17 | Auto merge of #3814 - tiif:epollhup, r=RalfJung | bors | -7/+30 |
| 2024-08-17 | extend comments on HUP vs RDHUP | Ralf Jung | -1/+5 |
| 2024-08-17 | Auto merge of #3807 - RalfJung:projects, r=oli-obk | bors | -1/+34 |
| 2024-08-17 | Merge from rustc | The Miri Cronjob Bot | -1/+0 |
| 2024-08-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-08-17 | Move epoll_ready_events.epollhup = true up | tiif | -1/+1 |
| 2024-08-17 | Add epoll EPOLLHUP flag support | tiif | -6/+25 |
| 2024-08-16 | Auto merge of #3809 - RalfJung:fd-refcell, r=oli-obk | bors | -399/+294 |
| 2024-08-16 | Auto merge of #3754 - Vanille-N:master, r=RalfJung | bors | -134/+200 |
| 2024-08-16 | explain the behavior on closed peers | Ralf Jung | -11/+12 |
| 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 | -1/+17 |
| 2024-08-16 | epoll test cleanup | Ralf Jung | -118/+58 |
| 2024-08-16 | make ecx.check_and_update_readiness a truly private helper function | Ralf Jung | -63/+31 |
| 2024-08-16 | buf_has_writer is not needed any more | Ralf Jung | -11/+3 |