8000 Comparing v7.6.2...main · yoshuawuyts/futures-concurrency · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: yoshuawuyts/futures-concurrency
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.6.2
Choose a base ref
...
head repository: yoshuawuyts/futures-concurrency
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. Merge pull request #200 from crepererum/crepererum/fix_nightly_clippy

    fix: nightly `clippy::needless_lifetimes` warnings
    matheus-consoli authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    591c7ab View commit details
    Browse the repository at this point in the history
  2. Bump old dependencies

    matheus-consoli committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2534bd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge pull request #199 from matheus-consoli/bump-deps

    Bump old dependencies
    matheus-consoli authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    abc7a90 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Fix RaceOk tuple and array impls

    Both the tuple and array implementations of `RaceOk` would poll futures
    that had already been polled to completion. Fix these by tracking
    per-future state.
    
    Additionally, the array implementation failed to drop any accumulated
    errors in the success case. Add a drop implementation to fix this.
    jstarks committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    0af8217 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Merge pull request #204 from jstarks/race_ok

    Fix RaceOk tuple and array impls
    yoshuawuyts authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    9dabeb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1795a1c View commit details
    Browse the repository at this point in the history
Loading
0