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: tokio-rs/async-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3
Choose a base ref
...
head repository: tokio-rs/async-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.5
Choose a head ref
  • 13 commits
  • 14 files changed
  • 5 contributors

Commits on Apr 16, 2022

  1. Configuration menu
    Copy the full SHA
    6b2725f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Fix small typo (#73)

    wolthom authored May 14, 2022
    Configuration menu
    Copy the full SHA
    81bfb05 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Reduce unsafe usage (#77)

    trevyn authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d48ec2c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Fix CI failure (#78)

    taiki-e authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    9174136 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    1be3b52 View commit details
    Browse the repository at this point in the history
  2. Remove msrv field from .clippy.toml (#80)

    Since Rust 1.64, Clippy respects `rust-version` field in Cargo.toml.
    rust-lang/rust@b776fb8
    taiki-e authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    5a4df04 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    ac3fa6b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Move doc(hidden) items to __private module and make yielder::pair uns…

    …afe (#84)
    
    To clarify that they are not public APIs.
    taiki-e authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e1d440f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Fix doc wording (#91)

    peng1999 authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    c0fcab7 View commit details
    Browse the repository at this point in the history
  2. Prepare v0.3.4 release (#92)

    taiki-e authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    bf41b96 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Bump MSRV to 1.56 (#97)

    syn 2.0 requires 1.56.
    taiki-e authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9bc2982 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Update to syn 2.0 (#93)

    davidpdrsn authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    56a7608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af904a0 View commit details
    Browse the repository at this point in the history
Loading