]> git.feebdaed.xyz Git - 0xmirror/tokio.git/shortlog
0xmirror/tokio.git
2025-06-21 Alice Ryhlbenches: revert "properly gate unix benches" (#7412)
2025-06-18 Qisync: improve docs of `tokio_util::sync::CancellationTo...
2025-06-18 Qidocs: add a missing panic scenario of `time::advance...
2025-06-18 yanyuxingsync: add `DropGuardRef` for `CancellationToken` (...
2025-06-16 Alice Ryhlruntime: add `thread_park_ok` test (#7402)
2025-06-11 Tim Vilgot... benches: properly gate unix benches (#7392)
2025-06-10 Motoyuki Kimurart: add check for io_uring availability at runtime...
2025-06-10 Geoffry Songtask: add `AbortOnDropHandle::detach` (#7400)
2025-06-09 Qiruntime: move ` impl Schedule for Arc<Handle>` (#7398)
2025-06-09 Jess Izenmacros: add biased mode to join! and try_join! (#7307)
2025-06-08 Oliver E. Andersonio: document cancellation safety of `AsyncWriteExt...
2025-06-08 Alice Ryhltask: disallow blocking in `LocalSet::{poll,drop}`...
2025-06-08 Yuyi Wangnet: add cygwin support (#7393)
2025-06-07 Austin Bonandersync: add `same_channel` analogue to `OwnedPermit`...
2025-06-04 tiifci: enable tests using fcntl in miri (#7382)
2025-05-28 Maximilian... readme: fix double period in reactor description (...
2025-05-28 Qitime: cumulative minor improvements (#7358)
2025-05-28 Jeff Vander... examples: update rand crate to 0.9.1 (#7371)
2025-05-28 Alice Ryhlio: clarify behavior of seeking when `start_seek` is...
2025-05-27 Tim Vilgot... chore: replace manual vtable definitions with `Wake...
2025-05-24 Alice RyhlMerge tag 'tokio-1.45.1'
2025-05-24 Alice Ryhlchore: prepare Tokio v1.45.1 (#7359)
2025-05-24 Alice Ryhlsync: update broadcast docs on allocation failure ...
2025-05-23 Jason Ginrt: do not track time-based metrics on wasm32-unknown...
2025-05-23 Alice Ryhlci: update macros_type_mismatch for Rust 1.87.0 (#7339)
2025-05-23 Qitime: eliminate `UnsafeCell` around the `TimerShared...
2025-05-23 Qiruntime: eliminate unnecessary lfence while operating...
2025-05-20 Alice Ryhlruntime: various minor `LocalRuntime` improvements...
2025-05-20 Motoyuki Kimurart: add infrastructure code for io_uring (#7320)
2025-05-20 Qitime: rename `cached_when` to `registered_when` (#7333)
2025-05-17 剑来net: fix docs for `recv_buffer_size` method (#7336)
2025-05-17 Alice Ryhlci: update macros_type_mismatch for Rust 1.87.0 (#7339)
2025-05-12 Qitime: address style issues (#7328)
2025-05-12 Qitime: remove outdated explicitly `drop` call of `Mutex...
2025-05-06 Alice Ryhlruntime: add doc note that `on_*_task_poll` is unstable...
2025-05-06 soundofspacenet: ignore `NotConnected` in `TcpStream::shutdown...
2025-05-06 Carl Lerchechore: prepare Tokio v1.45.0 (#7308)
2025-05-05 Carl Lerchetime: revert "use sharding for timer implementation...
2025-05-05 Taiki Endoci: Test AArch64 Windows (#7288)
2025-05-04 Till Rohrmanntime: update `sleep` documentation to reflect maximum...
2025-04-28 Suryakant Sonicompat: add more documentation to `tokio_util::compat...
2025-04-28 Owen Leungmetrics: stabilize `worker_park_count` and `worker_unpa...
2025-04-24 Alice Ryhlci: fix cfg!(miri) declarations in tests (#7286)
2025-04-23 Alice Ryhlchore: prepare tokio-util v0.7.15 (#7283)
2025-04-23 Alan Somersfs: update the mockall dev dependency to 0.13.0 (#7234)
2025-04-18 Nicholas Skinsacosexamples: improve echo example consistency (#7256)
2025-04-17 Carl Lerchert(unstable): remove alt multi-threaded runtime (#7275)
2025-04-17 M.Amin Rayejruntime: document the queue behavior of `spawn_blocking...
2025-04-17 Yichi Zhangmetrics: fix panic comment in `max_error` docs (#7273)
2025-04-16 Paul Mabileauprocess: add `Command::spawn_with` (#7249)
2025-04-15 Conrad Ludgatetask: properly handle removed entries in `JoinMap`...
2025-04-14 Nicholas Skinsacosbenches: add helper functions for building runtimes...
2025-04-08 Paolo Barbolinifs: avoid some copies in `tokio::fs::write` (#7199)
2025-04-08 Alex Bakonruntime: mark `runtime::Handle` unwind-safe (#7230)
2025-04-08 Alice Ryhlchangelog: fix release date of v1.44.2 (#7248)
2025-04-08 Alice RyhlMerge 'tokio-1.43.1-fix-release-date' into 'master...
2025-04-08 Alice Ryhlchangelog: fix release date of v1.43.1 (#7246)
2025-04-08 Alice RyhlMerge 'tokio-1.42.1' into 'tokio-1.43.x' (#7245)
2025-04-08 Alice Ryhlchangelog: fix release date of v1.42.1 (#7244)
2025-04-07 Alice Ryhlchore: prepare Tokio v1.42.1
2025-04-07 Alice RyhlMerge 'tokio-1.38.x' into 'tokio.1.42.x'
2025-04-06 Alan Somerstokio: update mio-aio dev dependency to 1.0 (#7235)
2025-04-05 Carl LercheMerge branch 'tokio-1.44.x' into forward-port-1.44.x
2025-04-04 Carl Lerchechore: forward port 1.43.x
2025-04-04 Carl LercheMerge branch 'tokio-1.43.x' into forward-port-1.43.x
2025-04-04 Carl Lerchechore: prepare Tokio v1.43.1 release
2025-04-04 Carl LercheMerge remote-tracking branch 'origin/tokio-1.38.x'...
2025-04-03 Carl Lerchechore: prepare Tokio v1.38.2 release
2025-04-02 Carl Lerchechore: backport CI fixes
2025-04-02 Carl Lerchesync: fix cloning value when receiving from broadcast...
2025-03-16 jimmycathydocs: remove redundant words in comment (#7224)
2025-03-14 Jamietask: explicitly state that `TaskTracker` does not...
2025-03-14 LongYinandeps: update hashbrown to 0.15 (#7219)
2025-03-13 Alice Ryhlchore: update tokio-util version number (#7215)
2025-03-13 Motoyuki Kimurachore: prepare tokio-util v0.7.14 (#7215)
2025-03-13 Alice RyhlMerge tokio-1.44.1 into master (#7218)
2025-03-13 Alice Ryhlchore: prepare Tokio v1.44.1 (#7217)
2025-03-13 Carl Lerchert: skip defer queue in `block_in_place` context (...
2025-03-12 Motoyuki Kimuratest: remove unused dependencies (#7214)
2025-03-12 Vitaly Shukelatest: add `io::Builder::name` for better panic messages...
2025-03-11 AlphyrRemove an old custom `OnceCell` implementation in favor...
2025-03-11 AlphyrDo not require `Unpin` for some trait impls (#7204)
2025-03-10 Ty Larrabeesync: add `CancellationToken::run_until_cancelled_owned...
2025-03-10 Owen Leungmetrics: stabilize `worker_total_busy_duration` (#6899)
2025-03-07 Alice Ryhlchore: prepare Tokio v1.44.0 (#7202)
2025-03-07 Motoyuki Kimuraci: enable printing in multi thread loom tests (#7200)
2025-03-06 Stepan Koltsovprocess: clarify `Child::kill` behavior (#7162)
2025-03-05 Noah Kennedynet: debug_assert on creating a tokio socket from a...
2025-03-04 M.Amin Rayejmacros: make `select!` budget-aware (#7164)
2025-03-04 Carl Lerchert: coop should yield using waker defer strategy (...
2025-03-03 Alice Ryhlreadme: adjust release schedule to once per month ...
2025-03-03 Jonathan Hilesprocess: fix grammar of the `ChildStdin` struct doc...
2025-03-03 kilavvycoop: adjust grammar in `tests/coop_budget.rs` (#7173)
2025-03-03 Alice Ryhltokio: mark 1.43 as LTS (#7189)
2025-03-02 dlzhtutil: optimize buffer reserve for `AnyDelimiterCodec...
2025-02-28 Adriano Mourãoruntime: consistently use worker_threads instead of...
2025-02-27 Josh Triplettio: add `read_exact_arc` to safely read a new uninitial...
2025-02-25 Kyle Cottonio: swap reader/writer in simplex doc test (#7176)
2025-02-21 Josh Triplettutil: fix example of `Buf` implementor in `StreamReader...
2025-02-19 Finomnissignal: fix CTRL_CLOSE, CTRL_LOGOFF, CTRL_SHUTDOWN...
next