2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 24, 2025 — Jun 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sync: implement cancellation token getter for drop guard (#8226) More... 3 days ago
stream: update coop handling for empty and once (#8227) More... 3 days ago
util: fix typo in blocking_check.rs comment (#8223) More... 4 days ago
stream: use cooperative budgeting in `tokio_stream::iter` (#8218) More... 4 days ago
docs: clarify cancel safety wording (#8181) More... 4 days ago
test: add `Spawn::poll_until_idle` (#8213) More... 4 days ago
metrics: add task schedule latency metric (#7986) More... 4 days ago
tracing: remove unnecessary span clone (#8126) More... 4 days ago
stream: fix overflow in `StreamMap::size_hint` (#8216) More... 4 days ago
examples: connect proxy upstream per client (#8217) More... 4 days ago
time: fix reversed poll order in timeout doc (#8214) More... 7 days ago
tokio: remove needless generic type on `LinkedList` (#8188) More... 8 days ago
Implemented io-uring `Op<Statx>` and applied to `read_uring` and `fs::try_exists` (#8080) More... 14 days ago
net: disable some Miri tests for TCP socket (#8205) More... 15 days ago
runtime: document interaction with fork() (#8202) More... 17 days ago
task: add `Stream` wrapper for `JoinSet` (#8189) More... 17 days ago
taskdump: support taskdumps on s390x (#8192) More... 17 days ago
net: accept ConnectionReset in shutdown_after_tcp_reset test (#8196) More... 18 days ago
macros: clarify `tokio::main` expansion (#8193) More... 18 days ago
tests: fix typo in io_uring support functions docs (#8186) More... 24 days ago
net: add `SocketAddr` methods to Unix sockets (#8144) More... 24 days ago
net: enable more Miri tests for TCP socket (#8180) More... 25 days ago
codec: use libc::memchr for LinesCodec delimiter scan (#8141) More... 25 days ago
net: enable Miri tests for TCP socket (#8156) More... about 1 month ago
time: ensure timers stay in the same runtime after `.reset()` (#8169) More... about 1 month ago
time: move lazy-registration state into `Sleep` (#8132) More... about 1 month ago
docs: improve contributing guidelines (#8166) More... about 1 month ago
fs: clarify `create_dir_all` succeeds if path exists (#8149) More... about 1 month ago
task: add `JoinMap::try_join_next` (#8099) More... about 1 month ago
io: advance partially written buffers correctly in `write_all_vectored` (#8159) More... about 1 month ago