]> git.feebdaed.xyz Git - 0xmirror/tokio.git/shortlog
0xmirror/tokio.git
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 Ryhlci: fix incorrect tokio version in Cargo.lock
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...
2025-07-09 Qiruntime: cleanup legacy tests of alt multi-threaded...
2025-07-09 Orson Peterssync: use `swap` in `AtomicWaker::wake` (#7450)
2025-07-09 Aaron Chenchore: update CI to clippy 1.88 (#7452)
2025-07-07 Erich Gublerdeps: upgrade `windows-sys` from 0.52 to 0.59 (#7117)
2025-07-07 Thomas de Zeeuwdeps: update to socket2 v0.6 (#7443)
2025-07-07 Qiruntime: improve safety comments of `Readiness<'_>...
2025-07-05 Motoyuki Kimuraruntime: fix handling of cancelled io_uring Ops (#7436)
2025-07-04 Eliza Weismanchore: prepare to release v1.46.1 (#7444)
2025-07-04 Eliza Weismanruntime(unstable): fix task hook spawn locations for...
2025-07-04 shangchenglumetrochore: fix some minor typos in the comments (#7442)
2025-07-02 Alice Ryhlchangelog: fix typo in `pipe::OpenOptions` for 1.46...
2025-07-02 Eliza Weismanchore: prepare Tokio v1.46.0 (#7437)
2025-06-30 Eliza Weismanrt(unstable): add spawn `Location` to `TaskMeta` (...
2025-06-30 xumaplenet: derive `Clone` for `net::unix::SocketAddr` (#7422)
2025-06-30 Alice Ryhlfuzz: cfg fuzz tests under cfg(test) (#7428)
2025-06-27 GarmashAlexnet: update `AsRawFd` doc link to current Rust stdlib...
2025-06-27 Marshall Piercenet: allow `pipe::OpenOptions::read_write` on Android...
2025-06-24 VolodymyrBgnet: fix broken link of `RawFd` in `TcpSocket` docs...
next