]> git.feebdaed.xyz Git - 0xmirror/tokio.git/shortlog
0xmirror/tokio.git
2025-10-02 Ruiyang Sunmacros: suppress `clippy::unwrap_in_result` in `#[tokio...
2025-10-02 Tudyxtask: simplify the example of `TaskTracker` (#7657)
2025-10-01 Qiruntime: add guide for choosing between runtime types...
2025-10-01 Xinye Taosync: clarify bounded channel panic behavior (#7641)
2025-09-30 Alice Ryhldocs: fix some docs links (#7654)
2025-09-30 Qifs: emit compilation error without `tokio_unstable...
2025-09-29 Qici: freeze rustc on nightly-2025-01-25 in `netlify...
2025-09-26 Lucas Blackci: unfreeze wasm tests from rustc 1.88.0 (#7537)
2025-09-25 Nikolai Kuklintask: add `try_join_next` and `try_join_next_with_id...
2025-09-23 Martin Grigorovtokio: fix typos in `tokio/CHANGELOG.md` (#7643)
2025-09-21 Jess Izenmacros: fix the hygiene issue of `join!` and `try_join...
2025-09-20 Daniel Sharifisync: clarify the behavior of `tokio::sync::watch:...
2025-09-20 Nikolai Kuklintask: add `tokio_util::task::JoinQueue` (#7590)
2025-09-20 Martin Grigorovsync: close the `broadcast::Sender` in `broadcast:...
2025-09-19 Motoyuki Kimurafs: use the Cargo feature for io-uring support instead...
2025-09-19 Qici: update macros_type_mismatch for Rust 1.90.0 (#7630)
2025-09-18 Adam Ningruntime: use release in `wake_by_ref()` even if already...
2025-09-17 Vaibhav Guptanet: clarify the supported platform of `set_reuseport...
2025-09-16 Martin Grigorovruntime: clarify the edge case of `Builder::global_queu...
2025-09-15 Martin Grigorovsync: improve the docs of `sync::watch` (#7601)
2025-09-15 tottotoexamples: bump `http` crate from `0.2` to `1` (#7618)
2025-09-15 Sean Oxleytask: clarify the task ID reuse guarantees (#7577)
2025-09-15 Martin Grigorovutil: fix `pending_only_on_first_poll_with_cancellation...
2025-09-14 Martin Grigorovnet: clarify the behavior of `UCred::pid()` on Cygwin...
2025-09-11 Martin Grigorovtokio: fix minor errors in `tokio/CHANGELOG.md` (#7608)
2025-09-11 Martin Grigorovtime: add `#[track_caller]` to `FutureExt::timeout...
2025-09-10 Martin Grigorovnet: fix copy/paste errors in udp peek methods (#7604)
2025-09-10 Martin Grigorovtask: remove duplicated code in `JoinMap::remove_by_id...
2025-09-10 Qitask: improve the example of `poll_proceed` (#7586)
2025-09-10 Aatif Syedio: export `Chain` of `AsyncReadExt::chain` (#7599)
2025-09-10 Martin Grigorovfs: fill the destination buffer with 0s for MockFile...
2025-09-09 Martin Grigorovmacros: Update the version used for Git tag sample...
2025-09-09 Martin Grigorovmacros: add missing `local` flavor to `tokio::main...
2025-09-09 unvalleytest: add tests for time in wasm32-unknown-unknown...
2025-09-09 Martin Grigorovsync: reword allocation failure paragraph in broadcast...
2025-09-09 Martin Grigorovfs: preserve `max_buf_size` when cloning a `File` ...
2025-09-09 Martin Grigorovfs: add `File::max_buf_size` (#7594)
2025-09-09 Martin Grigorovsync: fix implementation of unused `RwLock::try_*`...
2025-09-09 Martin Grigorovreadme: fix the version used as an example how to use...
2025-09-08 Qici: remove the job `test-pass` (#7575)
2025-09-06 Martin Grigorovio: fix typos in the docs of `AsyncFd` readiness guards...
2025-09-06 Martin Grigorovexamples: fix the write length in the `connect-tcp...
2025-09-06 Martin Grigorovexamples: update outdated example name `connect` to...
2025-09-06 Martin Grigorovprocess: fix unit test for trailing LF in `uname -r...
2025-09-06 Martin Grigorovio: clarify the zero capacity case of `AsyncRead::poll_...
2025-09-06 Martin Grigorovstream: improve the the docs of `TcpListenerStream...
2025-09-04 Romansync: use `UnsafeCell::get_mut` in `Mutex::get_mut...
2025-09-04 Aatif Syednet: implement `AsRef<Self>` for `TcpStream` and `UnixS...
2025-09-03 Samsync: remove inner mutex in `SetOnce` (#7554)
2025-09-03 Varun Doshicodec: add `{FramedRead,FramedWrite}::into_parts()...
2025-08-31 Daniel Sharifitime: clarify the cancellation safety of the `DelayQueu...
2025-08-19 Alex Bakontime: reduce the generated code size of `Timeout<T...
2025-08-15 Asger Hautop... task: implement `Ord` for `task::Id` (#7530)
2025-08-14 Logan Praneisnet: qualify that `SO_REUSEADDR` is only set on Unix...
2025-08-13 CrazyFrogci: update GitHub actions/checkout to v5 (#7529)
2025-08-11 Noam Soloveichiknet: clarify socket gets closed on drop (#7526)
2025-08-10 Qici: remove a typo from `spellcheck.dic` (#7524)
2025-08-09 mxsmruntime: fix a typo in comment of `MAX_LIFO_POLLS_PER_T...
2025-08-08 Motoyuki Kimuraci: pin the rust version for wasm tests (#7518)
2025-08-08 Qitask: inline the docs of `TaskTracker` while re-exporti...
2025-08-08 Motoyuki Kimurafs: add io_uring `open` operation (#7321)
2025-08-06 Qinet: render the `cygwin` in the docs of `quickack`...
2025-08-04 Luca Brunofuture: clarify the fairness of `FutureExt` for cancell...
2025-08-04 Motoyuki Kimuraci: fix clippy warnings triggered under specific cfg...
2025-08-03 Michael Zhaoprocess: upgrade `Command::spawn_with` to use `FnOnce...
2025-08-03 Conrad Ludgatetask: fix flaky joinmap test during abort (#7509)
2025-08-03 Alice Ryhlchore: prepare tokio-util v0.7.16 (#7507)
2025-08-03 Conrad Ludgatetask: stabilise `JoinMap` (#7075)
2025-08-03 Alice Ryhlsync: document cancel safety on `SetOnce::wait` (#7506)
2025-08-01 Lucas Blackcodec: also apply capacity to read buffer in `Framed...
2025-08-01 Alice RyhlMerge 'tokio-1.47.1' into 'master'
2025-08-01 Alice Ryhlchore: prepare Tokio v1.47.1 (#7504)
2025-08-01 Alice RyhlMerge 'tokio-1.43.2' into 'tokio-1.47.x' (#7503)
2025-08-01 Alice Ryhlchore: prepare Tokio v1.43.2 (#7502)
2025-08-01 Alice Ryhlblocking: clarify that spawn_blocking is aborted if...
2025-08-01 Alice Ryhlreadme: add 1.47 as LTS release (#7497)
2025-08-01 Alice Ryhlprocess: fix panic from spurious pidfd wakeup (#7494)
2025-08-01 Lucas Blackcodec: add `FramedWrite::with_capacity` (#7493)
2025-08-01 Alice Ryhlci: add lockfile for LTS branch
2025-07-31 Alice Ryhlreadme: add 1.47 as LTS release (#7497)
2025-07-31 Qinet: add `TcpStream::quickack` and `TcpStream::set_quic...
2025-07-31 Motoyuki Kimuraci: add kernel-version-test workflow for io_uring tests...
2025-07-29 Łukasz Sobczaksync: umplement `Stream::size_hint` for `ReceiverStream...
2025-07-29 yanyuxingfuture: add adapters of `CancellationToken` for `Future...
2025-07-29 Luca Brunonet: add `SocketAddr::as_abstract_name` (#7491)
2025-07-29 Jess Izenmetrics: reorder metrics to be grouped by cfg-gates...
2025-07-28 James Kaymacros: add "local" runtime flavor (#7375)
2025-07-27 tkoyasaksync: fix broken link of Python `asyncio.Event` in...
2025-07-27 tkoyasakchangelog: fix incorrect PR number for 1.47.0 (#7484)
2025-07-26 Dakshchore: prepare Tokio v1.47.0 (#7482)
2025-07-26 Aria Andikasync: add `sync::Notify::notified_owned()` (#7465)
2025-07-25 Dakshsync: add `SetOnce` (#7418)
2025-07-22 Conrad Ludgatetask: remove raw-entry feature from hashbrown dep ...
2025-07-21 Qici: unfreeze wasm-unknown-unknown from rustc 1.81 ...
2025-07-20 Taiki Endoci: use ubuntu-24.04-arm instead of ubuntu-22.04-arm...
2025-07-20 Stepan Tubanovsync: fix `CancellationToken` failing to cancel the...
2025-07-14 Qisync: remove duplicated code in `OnceCell` tests (...
2025-07-12 Qici: cleanup legacy `R-loom-multi-thread-alt` label...
2025-07-11 Pepijn Van... coop: add `cooperative` and `poll_proceed` (#7405)
2025-07-09 Jess Izenmetrics: properly annotate required features for 64...
next