-
Notifications
You must be signed in to change notification settings - Fork 682
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 48 files changed
- 7 contributors
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f75c4c1 - Browse repository at this point
Copy the full SHA f75c4c1View commit details
Commits on Nov 20, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0fe4b88 - Browse repository at this point
Copy the full SHA 0fe4b88View commit details
Commits on Dec 24, 2023
-
Import
TryAllandTryAnyin thestreammoduleThis 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.
Configuration menu - View commit details
-
Copy full SHA for 8189e72 - Browse repository at this point
Copy the full SHA 8189e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40eed5c - Browse repository at this point
Copy the full SHA 40eed5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4910799 - Browse repository at this point
Copy the full SHA 4910799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17851c1 - Browse repository at this point
Copy the full SHA 17851c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4aa659 - Browse repository at this point
Copy the full SHA e4aa659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d01a0 - Browse repository at this point
Copy the full SHA 04d01a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6735f3 - Browse repository at this point
Copy the full SHA e6735f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c179201 - Browse repository at this point
Copy the full SHA c179201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 272a3c7 - Browse repository at this point
Copy the full SHA 272a3c7View commit details -
Fix broken link in
CopyBufAbortabledocs (#2815)Also re-enable docs in CI.
Configuration menu - View commit details
-
Copy full SHA for fdd2ce7 - Browse repository at this point
Copy the full SHA fdd2ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d2845 - Browse repository at this point
Copy the full SHA 68d2845View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1a0fd - Browse repository at this point
Copy the full SHA de1a0fdView commit details
Loading
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 0.3.29...0.3.30