Commit Graph
31 Commits
Author SHA1 Message Date
Mattia PitossiandGitHub b6f30cae9a rt: flush CQE in case of CQE overflow (#8277) 2026-07-13 19:33:23 +08:00
46c830117b fs(tests): do not leak FDs with shutdown background (#8184)
---------

Co-authored-by: Martin Grigorov <[email protected]>
Co-authored-by: Mattia Pitossi <[email protected]>
2026-06-25 17:20:53 +02:00
Mattia PitossiandGitHub f619fc0587 docs: improve contributing guidelines (#8166) 2026-05-24 09:10:16 +02:00
Mattia PitossiandGitHub c6d58ce7e7 ci: fix macOS runners (#8145) 2026-05-15 08:24:07 +02:00
Mattia PitossiandGitHub bdcea6b2cd fs: skip some io_uring tests on Kernels that don't support it (#8134) 2026-05-11 13:58:50 +02:00
Mattia PitossiandGitHub 1cd6e65d76 ci: small improvements for freeBSD jobs (#8102) 2026-05-02 17:44:40 +02:00
Mattia PitossiandGitHub b010b5ddaf test taskdump docs (#8064) 2026-04-17 23:32:22 +03:00
Mattia PitossiandGitHub 2e85f9ddf8 ci: replace cirrus-ci with freebsd-vm (#8041) 2026-04-16 08:40:04 +02:00
Mattia PitossiandGitHub c79121391d rt: do not leak fd when cancelling io_uring open operation (#7983) 2026-04-08 07:37:19 +02:00
Mattia PitossiandGitHub 857ba80933 docs: improve contributing docs on how to specify crates dependency versions (#8009) 2026-04-04 09:03:49 +02:00
Mattia PitossiandGitHub 7947fa4bd7 rt: add runtime name (#7924) 2026-04-01 09:46:27 +00:00
Mattia PitossiandGitHub e35fd6d6b7 ci: fix patch during clippy step (#7935)
* fix the ci issue

* fix readme

* fix ci
2026-02-27 09:40:05 +02:00
Mattia PitossiandGitHub 5bcd7c1d09 task: fix task module feature flags in docs (#7891) 2026-02-12 12:27:25 +01:00
Mattia PitossiandGitHub 159f70bc55 ci: fix ambiguity issue during tokio releases (#7848) 2026-02-09 11:04:59 +01:00
Mattia PitossiandGitHub 8fd44d9bdc docs: fix link to tokio::select! (#7867) 2026-01-20 23:05:01 +02:00
bf185b61ff docs: fix broken links of select! (#7860)
Co-authored-by: Martin Grigorov <[email protected]>
2026-01-17 10:10:59 -08:00
Mattia PitossiandGitHub 27d1383581 deps: bump tokio to 1.47.0 (#7862) 2026-01-17 10:06:00 -08:00
Mattia PitossiandGitHub 71a1a3da7a tokio: update outdated unstable features section (#7839) 2026-01-07 09:03:12 +01:00
Mattia PitossiandGitHub df73fa2188 runtime: panic when event_interval is set to 0 (#7838) 2026-01-06 09:31:56 +00:00
Mattia PitossiandGitHub d2799d791b task: improve the docs of Builder::spawn_local (#7828) 2026-01-04 19:58:03 +08:00
Mattia PitossiandGitHub 426a562780 rt: remove allow(dead_code) after JoinSet stabilization (#7826) 2026-01-03 11:01:57 +01:00
Mattia PitossiandGitHub 16f20c34ed rt: mention LocalRuntime in new_current_thread docs (#7820) 2026-01-02 16:45:51 +01:00
Mattia PitossiandGitHub c27bed36ac examples: improve the style of chat.rs (#7812) 2025-12-31 22:19:43 +08:00
Mattia PitossiandGitHub b5054e1dff docs: break up CONTRIBUTING.md into several parts (#7762) 2025-12-07 19:10:54 +08:00
Mattia PitossiandGitHub ab3996a6dd time: update outdated docs of Wheel (#7749) 2025-11-29 18:06:33 +08:00
Mattia PitossiandGitHub 5e3ad02fb1 sync: fix a typo in the docs of PollSender::is_closed (#7737) 2025-11-15 18:43:02 +08:00
Mattia PitossiandGitHub cae083a26f docs: fix typos in README (#7731) 2025-11-12 12:33:24 +01:00
Mattia PitossiandGitHub d4641ba9fc util: use <ptr>::addr instead of unsafe impl (#7725) 2025-11-08 23:49:09 +01:00
Mattia PitossiandGitHub d25778f67d task: add tests for task::Builder::spawn_local (#7697) 2025-10-20 20:43:41 +08:00
Mattia PitossiandGitHub 444d3f5c49 task: add example for spawn_local usage on local runtime (#7689) 2025-10-16 23:13:16 +08:00
Mattia PitossiandGitHub c1fa25f300 task: clarify the behavior of several spawn_local methods (#7669) 2025-10-12 10:46:23 +08:00