-
Notifications
You must be signed in to change notification settings - Fork 78
Comparing changes
Open a pull request
base repository: smol-rs/async-io
base: v2.5.0
head repository: smol-rs/async-io
compare: v2.6.0
- 12 commits
- 11 files changed
- 5 contributors
Commits on Jul 26, 2025
-
Update criterion requirement from 0.4 to 0.6 (#226)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.4.0...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taiki Endo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cd0b08 - Browse repository at this point
Copy the full SHA 4cd0b08View commit details
Commits on Jul 30, 2025
-
Update criterion requirement from 0.6 to 0.7 (#236)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.6.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 25298e7 - Browse repository at this point
Copy the full SHA 25298e7View commit details
Commits on Aug 5, 2025
-
impl IoSafe for std::io::PipeReader & std::io::PipeWriter (#237)
It would be handy to have async wrappers for the pipe types (from std::io::pipe()), so impl IoSafe for both. The pipe types were introduced in 1.87, but the MSRV for async-io appears to be 1.63 currently. So, protect the impls with cfg()s and use autocfg to detect the type availability, similar to what was done in a20076f ("Implement I/O-safe traits (#84)") Signed-off-by: Jeremy Kerr <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be049a8 - Browse repository at this point
Copy the full SHA be049a8View commit details
Commits on Aug 7, 2025
-
Closes #238 Signed-off-by: Yuxuan Shui <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1c6738 - Browse repository at this point
Copy the full SHA d1c6738View commit details
Commits on Aug 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 12b4f2e - Browse repository at this point
Copy the full SHA 12b4f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bac7eac - Browse repository at this point
Copy the full SHA bac7eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5112ed7 - Browse repository at this point
Copy the full SHA 5112ed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714aecc - Browse repository at this point
Copy the full SHA 714aeccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e8610 - Browse repository at this point
Copy the full SHA 25e8610View commit details
Commits on Sep 6, 2025
-
Add doc aliases
sleepandtimeouttoTimer(#242)Two examples are shown in `Timer`'s docs: One example for basic _sleeping_ and one example for having a _timeout_ on a future. This adds corresponding doc aliases to `Timer`, so that this struct is easier to find with those use cases in mind.
Configuration menu - View commit details
-
Copy full SHA for db95d91 - Browse repository at this point
Copy the full SHA db95d91View commit details
Commits on Sep 13, 2025
-
Update windows-sys requirement from 0.60 to 0.61 (#243)
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.60.0...0.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taiki Endo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aabee96 - Browse repository at this point
Copy the full SHA aabee96View commit details
Commits on Sep 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 576b470 - Browse repository at this point
Copy the full SHA 576b470View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.5.0...v2.6.0