| Age | Commit message (Expand) | Author | Lines |
| 2024-08-18 | Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrum | bors | -12/+20 |
| 2024-08-18 | Auto merge of #129230 - RalfJung:miri-sync, r=RalfJung | bors | -1045/+2536 |
| 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-17 | Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote | bors | -1/+0 |
| 2024-08-17 | Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorino | bors | -10/+4 |
| 2024-08-18 | Apply test fix | tiif | -38/+65 |
| 2024-08-17 | Rollup merge of #129192 - GuillaumeGomez:rm-useless-merged-doctest-attrs, r=n... | Matthias Krüger | -4/+0 |
| 2024-08-17 | Rollup merge of #129191 - aDotInTheVoid:rdj-serial-cleanup, r=GuillaumeGomez | Matthias Krüger | -19/+23 |
| 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 | Remove useless attributes in merged doctest generated code | Guillaume Gomez | -4/+0 |
| 2024-08-17 | rustdoc-json: Clean up serialization and printing. | Alona Enraght-Moony | -19/+23 |
| 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 | -175/+403 |
| 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 | -174/+402 |
| 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-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-08-16 | Auto merge of #129162 - matthiaskrgr:rollup-r0oxdev, r=matthiaskrgr | bors | -2/+3 |
| 2024-08-16 | Simplify cleaning foreign fns in rustdoc | Michael Goulet | -10/+4 |
| 2024-08-17 | Add epoll EPOLLHUP flag support | tiif | -6/+25 |
| 2024-08-16 | Rollup merge of #129149 - GuillaumeGomez:migrate-python-script, r=jieyouxu | Matthias Krüger | -0/+2 |
| 2024-08-16 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -2/+1 |
| 2024-08-16 | Auto merge of #128456 - Oneirical:clantestine-operations, r=jieyouxu | bors | -1/+0 |
| 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 | Reexport `serde_json` crate from run-make-support to give it access to `run-m... | Guillaume Gomez | -0/+1 |