| Age | Commit message (Expand) | Author | Lines |
| 2024-08-18 | fix build with bootstrap compiler | Ralf Jung | -0/+7 |
| 2024-08-18 | Auto merge of #3820 - tiif:epoller, r=RalfJung | bors | -6/+83 |
| 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 | Auto merge of #3824 - tiif:maxeventeinval, r=RalfJung | bors | -6/+25 |
| 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-17 | Auto merge of #3813 - tiif:epollfix, r=RalfJung | bors | -38/+65 |
| 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 | Auto merge of #3822 - RalfJung:tls, r=RalfJung | bors | -12/+15 |
| 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 | -1520/+2743 |
| 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 | -1519/+2742 |
| 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 | Auto merge of #106943 - mina86:exact_size_take_repeat, r=dtolnay | bors | -0/+147 |
| 2024-08-16 | Auto merge of #116528 - daxpedda:stabilize-ready-into-inner, r=dtolnay | bors | -2/+1 |
| 2024-08-16 | Auto merge of #129162 - matthiaskrgr:rollup-r0oxdev, r=matthiaskrgr | bors | -71/+76 |
| 2024-08-17 | Add epoll EPOLLHUP flag support | tiif | -6/+25 |
| 2024-08-16 | Rollup merge of #129161 - dtolnay:spawnunck, r=Noratrieb | Matthias Krüger | -3/+1 |
| 2024-08-16 | Rollup merge of #129154 - wafarm:fix-95463, r=estebank | Matthias Krüger | -12/+19 |
| 2024-08-16 | Rollup merge of #129149 - GuillaumeGomez:migrate-python-script, r=jieyouxu | Matthias Krüger | -44/+47 |
| 2024-08-16 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -7/+2 |
| 2024-08-16 | Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwU | Matthias Krüger | -1/+7 |
| 2024-08-16 | Rollup merge of #128990 - saethlin:freebsd-debuginfo-tests, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-08-16 | Auto merge of #128456 - Oneirical:clantestine-operations, r=jieyouxu | bors | -141/+240 |
| 2024-08-16 | Stabilize std::thread::Builder::spawn_unchecked | David Tolnay | -3/+1 |
| 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 |