close
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

tokio-stream: add Stream wrapper for JoinSet
#8189 opened Jun 3, 2026 by woshilapin Loading…
chore: remove needless LinkedList generic type R-loom-current-thread Run loom current-thread tests on this PR 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
#8188 opened Jun 3, 2026 by vilgotf Contributor Loading…
runtime: keep io_uring op alive when submission fails after push A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime T-io-uring Topic: Linux io_uring
#8185 opened Jun 2, 2026 by blasrodri Contributor Loading…
fs(tests): do not leak FDs with shutdown background A-tokio Area: The main tokio crate M-fs Module: tokio/fs T-io-uring Topic: Linux io_uring
#8184 opened Jun 2, 2026 by mattiapitossi Member Loading…
fs: avoid panic after failed file write spawn A-tokio Area: The main tokio crate M-fs Module: tokio/fs
#8183 opened Jun 2, 2026 by cyphercodes Loading…
docs: clarify cancel safety wording R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-sync Run loom sync tests on this PR
#8181 opened Jun 1, 2026 by Lqz13Th Loading…
docs(select!): warn about chained merge unfairness, recommend StreamMap A-tokio-macros Area: The tokio-macros crate T-docs Topic: documentation
#8172 opened May 27, 2026 by JustinCMR Loading…
time: remove RegistrationQueue R-loom-multi-thread Run loom multi-thread tests on this PR R-loom-time-driver Run loom time driver tests on this PR
#8171 opened May 25, 2026 by vilgotf Contributor Draft
docs(time): clarify Sleep behavior when polled after completion A-tokio Area: The main tokio crate M-time Module: tokio/time T-docs Topic: documentation
#8168 opened May 24, 2026 by zrbecker Contributor Loading…
tokio-util: add LocalPoolBuilder A-tokio-util Area: The tokio-util crate M-task Module: tokio/task R-loom-util Run loom tokio-util tests on this PR
#8167 opened May 23, 2026 by alecmocatta Loading…
fs: fall back when io_uring has no IO driver A-tokio Area: The main tokio crate M-fs Module: tokio/fs T-io-uring Topic: Linux io_uring
#8165 opened May 21, 2026 by fallintoplace Contributor Loading…
io: add BufWriter::into_parts
#8163 opened May 21, 2026 by puneetdixit200 Loading…
Remove panicking operations on Instant A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-sync Run loom sync tests on this PR R-loom-time-driver Run loom time driver tests on this PR R-loom-util Run loom tokio-util tests on this PR
#8157 opened May 20, 2026 by marshallpierce Contributor Loading…
Don't panic when using an interval with max Duration A-tokio Area: The main tokio crate M-time Module: tokio/time
#8152 opened May 18, 2026 by marshallpierce Contributor Loading…
time: fix Sleep livelock when eager combinator starves current_thread timer driver A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-time-driver Run loom time driver tests on this PR
#8146 opened May 15, 2026 by AsthaMishra Loading…
add WakeList collection interfaces A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR R-loom-time-driver Run loom time driver tests on this PR
#8140 opened May 12, 2026 by vilgotf Contributor Loading…
tokio-util: make CancellationToken::is_cancelled lock-free A-tokio-util Area: The tokio-util crate R-loom-util Run loom tokio-util tests on this PR
#8138 opened May 12, 2026 by dflemstr Loading…
time: skip fired Timer registration A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-time-driver Run loom time driver tests on this PR
#8137 opened May 10, 2026 by vilgotf Contributor Loading…
hooks: overhaul task hooks A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime R-loom-blocking Run loom `runtime::spawn_blocking` tests on this PR R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR
#8136 opened May 10, 2026 by Noah-Kennedy Contributor Loading…
refactor the spawn blocking queue to make adding a new sharded implementation easy 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
#8135 opened May 9, 2026 by alex Contributor Loading…
chore: replace RunResult with ControlFlow A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime R-loom-multi-thread Run loom multi-thread tests on this PR
#8133 opened May 8, 2026 by vilgotf Contributor Loading…
time: clean up Instant overflow prevention A-tokio Area: The main tokio crate M-time Module: tokio/time
#8128 opened May 8, 2026 by vilgotf Contributor Loading…
tracing: remove unnecessary span clone A-tokio Area: The main tokio crate M-sync Module: tokio/sync M-time Module: tokio/time R-loom-sync Run loom sync tests on this PR
#8126 opened May 8, 2026 by vilgotf Contributor Loading…
re-enable LIFO slot stealing 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
#8120 opened May 4, 2026 by hawkw Member Loading…
sync: document memory ordering guarantees for Semaphore A-tokio Area: The main tokio crate M-sync Module: tokio/sync R-loom-sync Run loom sync tests on this PR T-docs Topic: documentation
#8119 opened May 4, 2026 by cong-or Loading…
ProTip! Filter pull requests by the default branch with base:master.