Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smol-rs/async-io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: smol-rs/async-io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 12 commits
  • 11 files changed
  • 5 contributors

Commits on Jul 26, 2025

  1. 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]>
    dependabot[bot] and taiki-e authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    4cd0b08 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. 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>
    dependabot[bot] authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    25298e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. 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]>
    jk-ozlabs authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    be049a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Make Timer::clear public

    Closes #238
    
    Signed-off-by: Yuxuan Shui <[email protected]>
    yshui authored and notgull committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    d1c6738 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Bump MSRV to 1.70

    taiki-e committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    12b4f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac7eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5112ed7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    714aecc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25e8610 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. Add doc aliases sleep and timeout to Timer (#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.
    janriemer authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    db95d91 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. 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]>
    dependabot[bot] and taiki-e authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    aabee96 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Release 2.6.0

    taiki-e committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    576b470 View commit details
    Browse the repository at this point in the history
Loading