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: rust-lang/futures-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.29
Choose a base ref
...
head repository: rust-lang/futures-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.30
Choose a head ref
  • 14 commits
  • 48 files changed
  • 7 contributors

Commits on Oct 26, 2023

  1. Update ci/publish.sh

    taiki-e committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f75c4c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. FillBuf: don't poll a second time on EOF

    There is no hard guarantee that polling a second time will return
    Poll::Ready, and this is particularly likely to break in the EOF case,
    which is precisely where we don't need to do so at all.
    
    Both tokio::io::BufReader and futures::io::BufReader always attempt to
    read from the underlying reader when the buffer is empty, rather than
    fusing EOF.
    edef1c authored and taiki-e committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0fe4b88 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Import TryAll and TryAny in the stream module

    This makes them show up on the documentation page for the `stream`
    module. It also makes the return types on the `TryStreamExt`
    documentation page link to the adapter types.
    cstyles authored and taiki-e committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    8189e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40eed5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4910799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17851c1 View commit details
    Browse the repository at this point in the history
  5. remove redundant impl Unpin

    zhiqiangxu authored and taiki-e committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    e4aa659 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04d01a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6735f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c179201 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    272a3c7 View commit details
    Browse the repository at this point in the history
  10. Fix broken link in CopyBufAbortable docs (#2815)

    Also re-enable docs in CI.
    Jules-Bertholet authored and taiki-e committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    fdd2ce7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68d2845 View commit details
    Browse the repository at this point in the history
  12. Release 0.3.30

    taiki-e committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    de1a0fd View commit details
    Browse the repository at this point in the history
Loading