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

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
ci: replace cirrus-ci with freebsd-vm A-ci Area: The continuous integration setup
#8041 opened Apr 12, 2026 by mattiapitossi Member Loading…
net: document pipe try_read*/try_write* readiness behavior A-tokio Area: The main tokio crate M-net Module: tokio/net S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author. T-docs Topic: documentation
#8032 opened Apr 9, 2026 by barry3406 Loading…
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…
feat: add SQPOLL support for io_uring A-tokio Area: The main tokio crate T-io-uring Topic: Linux io_uring
#7960 opened Mar 8, 2026 by SidongYang Loading…
time: Clarify MissedTickBehavior documentation A-tokio Area: The main tokio crate M-time Module: tokio/time T-docs Topic: documentation
#7941 opened Feb 27, 2026 by chrisduerr Loading…
fs: add unstable io_uring uring_cmd support for File A-tokio Area: The main tokio crate M-fs Module: tokio/fs M-runtime Module: tokio/runtime T-io-uring Topic: Linux io_uring
#7901 opened Feb 11, 2026 by SidongYang Loading…
sync: add closed method to broadcast::WeakSender A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR
#7900 opened Feb 10, 2026 by mladedav Loading…
Document possible Mutex deadlock in block_in_place A-tokio Area: The main tokio crate M-task Module: tokio/task S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author. T-docs Topic: documentation
#7899 opened Feb 9, 2026 by fuzzypixelz Loading…
util: add AtomicBool for lock-free is_cancelled check A-tokio-util Area: The tokio-util crate M-sync Module: tokio/sync R-loom-util Run loom tokio-util tests on this PR
#7874 opened Jan 31, 2026 by HueCodes Loading…
Replace the internal implementation of LocalPoolHandle with LocalRuntime A-tokio-util Area: The tokio-util crate M-runtime Module: tokio/runtime R-loom-util Run loom tokio-util tests on this PR
#7852 opened Jan 12, 2026 by Fodesu Draft
fs: implement tokio::fs::create_dir[_all] via io_uring A-tokio Area: The main tokio crate M-fs Module: tokio/fs T-io-uring Topic: Linux io_uring
#7847 opened Jan 9, 2026 by tahmid-23 Contributor Loading…
fs: implement tokio::fs::hard_link via io_uring A-tokio Area: The main tokio crate M-signal Module: tokio/signal T-io-uring Topic: Linux io_uring
#7846 opened Jan 9, 2026 by tahmid-23 Contributor Loading…
signal: use eventfd instead of UnixStream for signal notification A-tokio Area: The main tokio crate M-signal Module: tokio/signal T-performance Topic: performance and benchmarks
#7845 opened Jan 9, 2026 by winter-loo Loading…
fs: implement tokio::fs::symlink via io_uring A-tokio Area: The main tokio crate M-fs Module: tokio/fs S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author. T-io-uring Topic: Linux io_uring
#7844 opened Jan 9, 2026 by tahmid-23 Contributor Loading…
feat(util): const-ify the tokio-util builders A-tokio-util Area: The tokio-util crate M-codec Module: tokio-util/codec R-loom-util Run loom tokio-util tests on this PR S-blocked-on-msrv Status: need an MSRV bump to progress
#7810 opened Dec 31, 2025 by BastiDood Draft
fs: implement rename using io-uring A-tokio Area: The main tokio crate M-fs Module: tokio/fs S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author. T-io-uring Topic: Linux io_uring
#7800 opened Dec 26, 2025 by vrtgs Contributor Loading…
implement unlink io-uring call to implement remove_file and remove_dir A-tokio Area: The main tokio crate M-fs Module: tokio/fs S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author. T-io-uring Topic: Linux io_uring
#7799 opened Dec 26, 2025 by vrtgs Contributor Loading…
implement io-uring for read_to_string.rs A-tokio Area: The main tokio crate M-fs Module: tokio/fs S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author. T-io-uring Topic: Linux io_uring
#7793 opened Dec 24, 2025 by vrtgs Contributor Loading…
fs: Implement io-uring::Op<Statx> and use it to implement fs::try_exists and complete the todo's in read_uring A-tokio Area: The main tokio crate M-fs Module: tokio/fs T-io-uring Topic: Linux io_uring
#7791 opened Dec 24, 2025 by vrtgs Contributor Loading…
Support as many abstract datagram unix domain socket operations as possible A-tokio Area: The main tokio crate M-net Module: tokio/net
#7782 opened Dec 19, 2025 by ntninja Loading…
ci: Run benchmarks in the CI A-ci Area: The continuous integration setup
#7779 opened Dec 17, 2025 by mattiapitossi Member Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.