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: fix macos runner A-ci Area: The continuous integration setup
#8145 opened May 14, 2026 by mattiapitossi Member Loading…
net: add SocketAddr methods to Unix sockets A-tokio Area: The main tokio crate M-net Module: tokio/net
#8144 opened May 14, 2026 by elomatreb Loading…
docs: fix duplicated word in tokio-stream changelog
#8143 opened May 14, 2026 by vip892766gma Loading…
codec: use libc::memchr for LinesCodec delimiter scan A-tokio-util Area: The tokio-util crate R-loom-util Run loom tokio-util tests on this PR
#8141 opened May 13, 2026 by RyanJamesStewart Contributor 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: eagerly destroy timers A-tokio Area: The main tokio crate M-time Module: tokio/time 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-time-driver Run loom time driver tests on this PR
#8137 opened May 10, 2026 by vilgotf Contributor Draft
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: redo timer registration A-tokio Area: The main tokio crate M-time Module: tokio/time 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-time-driver Run loom time driver tests on this PR
#8132 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…
[wip]rt: rough draft eager wakeup mode R-loom-multi-thread Run loom multi-thread tests on this PR
#8118 opened May 4, 2026 by hawkw Member Draft
net/unix: return Unsupported instead of fake root creds on espidf/vita/hurd A-tokio Area: The main tokio crate M-net Module: tokio/net
#8111 opened May 3, 2026 by ayadlin Loading…
tokio-stream: fix Peekable::size_hint to account for peeked item A-tokio-stream Area: The tokio-stream crate
#8109 opened May 3, 2026 by Rachit2323 Contributor Loading…
Route nto io-sock variants (nto71_iosock, nto80) to impl_noproc for u… A-tokio Area: The main tokio crate M-net Module: tokio/net
#8108 opened May 2, 2026 by skarlsson Loading…
task: add JoinMap::try_join_next A-tokio-util Area: The tokio-util crate R-loom-util Run loom tokio-util tests on this PR
#8099 opened May 1, 2026 by jgrund 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…
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] 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…
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…
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
ProTip! Exclude everything labeled bug with -label:bug.