Skip to content

Pull requests: tokio-rs/tokio

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

functional slice building R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-sync Run loom sync tests on this PR R-loom-time-driver Run loom time driver tests on this PR
#8097 opened Apr 29, 2026 by vilgotf Contributor Loading…
tokio-stream: implement FusedStream for stream adaptors A-tokio-stream Area: The tokio-stream crate
#8096 opened Apr 29, 2026 by Rachit2323 Loading…
sync: reset Chan::rx_waker in chan::Rx's Drop impl A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#8095 opened Apr 29, 2026 by TheJokr Loading…
Make LIFO slot stealing opt-in A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime R-loom-multi-thread Run loom multi-thread tests on this PR
#8092 opened Apr 28, 2026 by Darksonn Member Loading…
rt: stabilize Builder::rng_seed and RngSeed A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime
#8091 opened Apr 27, 2026 by antsujay Loading…
net: implement UCred::pid on FreeBSD A-tokio Area: The main tokio crate M-net Module: tokio/net
#8086 opened Apr 26, 2026 by HueCodes Loading…
[net] Surface errors from SO_ERROR on try_recv for UDP sockets A-tokio Area: The main tokio crate M-io Module: tokio/io M-net Module: tokio/net
#8084 opened Apr 24, 2026 by martin-g Member Loading…
macros: reduce noisy return type mismatch diagnostics A-tokio-macros Area: The tokio-macros crate
#8081 opened Apr 22, 2026 by VinEckSie Loading…
Implemented io-uring Op<Statx> and applied to read_uring and fs::try_exists A-tokio Area: The main tokio crate M-fs Module: tokio/fs T-io-uring Topic: Linux io_uring
#8080 opened Apr 21, 2026 by asder8215 Loading…
Avoid illegal state in FastRand A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime
#8078 opened Apr 20, 2026 by Darksonn Member Loading…
Require that an RwLock has max_readers != 0 A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#8076 opened Apr 20, 2026 by Darksonn Member Loading…
Notify receivers in mpsc channel OwnedPermit::release() method A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#8075 opened Apr 20, 2026 by Darksonn Member Loading…
Return Empty from try_recv() when channel is closed but there are outstanding permits A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#8074 opened Apr 20, 2026 by Darksonn Member Loading…
loom any lifo race for PR 8069 R-loom-multi-thread Run loom multi-thread tests on this PR
#8071 opened Apr 19, 2026 by kushudai Draft
rt: don't notify when pushing task to empty LIFO slot A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime R-loom-multi-thread Run loom multi-thread tests on this PR
#8069 opened Apr 18, 2026 by hawkw Member Draft
io: split read/write ticks in ScheduledIo A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#8066 opened Apr 18, 2026 by CrossEyedCat Loading…
Add more file reading benchmarks A-benches Area: Benchmarks T-io-uring Topic: Linux io_uring
#8063 opened Apr 17, 2026 by threecgreen Contributor Loading…
sync: fix underflow in mpsc channel len() A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#8062 opened Apr 17, 2026 by Darksonn Member Loading…
Sketch: Add std adapters R-loom-util Run loom tokio-util tests on this PR
#8049 opened Apr 15, 2026 by Kixunil Draft
Adjust spawn_blocking() queue resize check A-tokio Area: The main tokio crate M-blocking Module: tokio/task/blocking R-loom-blocking Run loom `runtime::spawn_blocking` tests on this PR
#8046 opened Apr 15, 2026 by Darksonn Member Loading…
ci: use stable rustc A-ci Area: The continuous integration setup S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#8044 opened Apr 14, 2026 by xtqqczze Contributor Draft
Skip double wake R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR
#8043 opened Apr 13, 2026 by rcoh Contributor Draft
metrics: add task schedule latency metric A-tokio Area: The main tokio crate R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#7986 opened Mar 24, 2026 by robholt Loading…
rt: shard the multi-thread inject queue to reduce remote spawn contention A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR T-performance Topic: performance and benchmarks
#7973 opened Mar 13, 2026 by alex Contributor Loading…
stream: add StreamExt::filter_map_async A-tokio-stream Area: The tokio-stream crate M-stream Module: tokio/stream
#7971 opened Mar 13, 2026 by figsoda Contributor Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.