-
Notifications
You must be signed in to change notification settings - Fork 26
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: smol-rs/futures-lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: smol-rs/futures-lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 2 contributors
Commits on Jan 4, 2024
-
feat: Relax Unpin bounds on io::copy
This commit makes it so `!Unpin` types can be passed into `io::copy`. Signed-off-by: John Nunley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b14c82 - Browse repository at this point
Copy the full SHA 3b14c82View commit details -
feat: Implement size_hint for stream::Filter
Signed-off-by: John Nunley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abb80b9 - Browse repository at this point
Copy the full SHA abb80b9View commit details
Commits on Jan 6, 2024
-
ci: Use cargo-hack's --rust-version flag for msrv check
This respects rust-version field in Cargo.toml, so it removes the need to manage MSRV in both the CI file and Cargo.toml.
Configuration menu - View commit details
-
Copy full SHA for 51908bd - Browse repository at this point
Copy the full SHA 51908bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6be4dd - Browse repository at this point
Copy the full SHA e6be4ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f2a9b - Browse repository at this point
Copy the full SHA d6f2a9bView commit details -
Fix clippy::redundant_guards warning
``` warning: redundant guard --> src/io.rs:2701:28 | 2701 | Ok(buf) if buf.is_empty() => { | ^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_guards = note: `#[warn(clippy::redundant_guards)]` on by default help: try | 2701 - Ok(buf) if buf.is_empty() => { 2701 Ok([]) => { | ```
Configuration menu - View commit details
-
Copy full SHA for 7edb0e5 - Browse repository at this point
Copy the full SHA 7edb0e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e55568 - Browse repository at this point
Copy the full SHA 2e55568View 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 v2.1.0...v2.2.0