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

Implement uring in AsyncWrite for fs::File A-tokio Area: The main tokio crate C-enhancement Category: A PR with an enhancement or bugfix. M-fs Module: tokio/fs
#7713 opened Oct 27, 2025 by RedKinda Loading…
tokio: enable the unsafe_op_in_unsafe_fn lint at the crate level A-tokio Area: The main tokio crate C-maintenance Category: PRs that clean code up or issues documenting cleanup. 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
#7711 opened Oct 25, 2025 by ADD-SP Loading…
chore: add new build badge T-docs Topic: documentation
#7706 opened Oct 24, 2025 by Olexandr88 Loading…
Update mpsc capacity docs 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
#7703 opened Oct 22, 2025 by smklein Loading…
fs: support io_uring with tokio::fs::read A-tokio Area: The main tokio crate M-fs Module: tokio/fs
#7696 opened Oct 19, 2025 by Daksh14 Loading…
rt: add optional per-task user data exposed to hooks 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
#7688 opened Oct 15, 2025 by LloydW93 Loading…
time: reduce timer contention with min heap next deadline A-tokio Area: The main tokio crate M-time Module: tokio/time R-loom-time-driver Run loom time driver tests on this PR S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#7668 opened Oct 10, 2025 by yakryder Loading…
tokio-util: enable loom testing for cancellation token A-tokio-util Area: The tokio-util crate M-sync Module: tokio/sync R-loom-util Run loom tokio-util tests on this PR S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#7644 opened Sep 23, 2025 by benjaminran Loading…
io: fix the hang-forever issue of Mock when the write buf is empty A-tokio-test Area: The tokio-test crate C-bug Category: This is a bug. I-hang Program never terminates, resulting from infinite loops, deadlock, livelock, etc. M-io Module: tokio/io
#7639 opened Sep 21, 2025 by ADD-SP Loading…
docs: Update num_alive_tasks docs 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. T-docs Topic: documentation
#7614 opened Sep 12, 2025 by joe-amzn Loading…
io: add tokio_util::io::simplex A-tokio-util Area: The tokio-util crate C-enhancement Category: A PR with an enhancement or bugfix. M-io Module: tokio/io
#7565 opened Aug 31, 2025 by ADD-SP Loading…
tokio: add asserts for unwind safety auto traits A-tokio Area: The main tokio crate
#7487 opened Jul 27, 2025 by sobczal2 Loading…
io: Implement skip_until A-tokio Area: The main tokio crate A-tokio-util Area: The tokio-util crate C-enhancement Category: A PR with an enhancement or bugfix. M-io Module: tokio/io S-blocked-on-msrv Status: need an MSRV bump to progress
#7479 opened Jul 23, 2025 by WilliamVenner Loading…
time: delay the Arc::clone until registering timer 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 S-blocked Status: marked as blocked ❌ on something else such as a PR or other implementation work. T-performance Topic: performance and benchmarks
#7473 opened Jul 21, 2025 by ADD-SP Draft
time: delay the cancellation of 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 T-performance Topic: performance and benchmarks
#7467 opened Jul 19, 2025 by ADD-SP Loading…
task: opens Id::as_u64 to clients A-tokio Area: The main tokio crate C-enhancement Category: A PR with an enhancement or bugfix. 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
#7454 opened Jul 11, 2025 by aaronjeline Loading…
runtime: steal tasks from the LIFO slot A-tokio Area: The main tokio crate C-enhancement Category: A PR with an enhancement or bugfix. 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
#7431 opened Jun 27, 2025 by hawkw Loading…
rt: add support for non-send closures for thread (un)parking A-tokio Area: The main tokio crate C-enhancement Category: A PR with an enhancement or bugfix. M-runtime Module: tokio/runtime S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#7420 opened Jun 25, 2025 by aryan9600 Loading…
Implement TryFrom<std::process::Child> for tokio::process::Child A-tokio Area: The main tokio crate M-process Module: tokio/process S-waiting-on-author Status: awaiting some action (such as code changes) from the PR or issue author.
#7388 opened Jun 5, 2025 by schneems Loading…
docs: add cancel safety section to TcpStream::peek A-tokio Area: The main tokio crate M-net Module: tokio/net T-docs Topic: documentation
#7305 opened May 4, 2025 by cvengler Loading…
wasm: document that Tokio may use blocking ops 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 T-wasm Topic: Web Assembly
#7207 opened Mar 10, 2025 by Darksonn Loading…
sync: improve the docs for recv_many 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
#7201 opened Mar 7, 2025 by SwishSwushPow Loading…
rt: overhaul task hooks R-loom-current-thread Run loom current-thread tests on this PR R-loom-multi-thread Run loom multi-thread tests on this PR
#7197 opened Mar 6, 2025 by Noah-Kennedy Loading…
Implement Extend for JoinSet A-tokio Area: The main tokio crate M-task Module: tokio/task
#7195 opened Mar 5, 2025 by elichai Loading…
ProTip! no:milestone will show everything without a milestone.