-
-
Notifications
You must be signed in to change notification settings - Fork 90
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: dtolnay/async-trait
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.88
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/async-trait
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.89
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 15 files changed
- 2 contributors
Commits on May 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f9b2b21 - Browse repository at this point
Copy the full SHA f9b2b21View commit details
Commits on May 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2bccfeb - Browse repository at this point
Copy the full SHA 2bccfebView commit details
Commits on Jul 4, 2025
-
Ignore unused_parens warning in test
warning: unnecessary parentheses around type --> tests/test.rs:904:20 | 904 | impl Trait for (dyn Fn(u8) + Send + Sync) { | ^ ^ | = note: `#[warn(unused_parens)]` on by default help: remove these parentheses | 904 - impl Trait for (dyn Fn(u8) + Send + Sync) { 904 + impl Trait for dyn Fn(u8) + Send + Sync { |
Configuration menu - View commit details
-
Copy full SHA for 7ca751d - Browse repository at this point
Copy the full SHA 7ca751dView commit details
Commits on Jul 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9c880e8 - Browse repository at this point
Copy the full SHA 9c880e8View commit details
Commits on Aug 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b454fc8 - Browse repository at this point
Copy the full SHA b454fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9e4ba - Browse repository at this point
Copy the full SHA dd9e4baView commit details
Commits on Aug 8, 2025
-
Revert "Pin nightly toolchain used for miri job"
This reverts commit f9b2b21.
Configuration menu - View commit details
-
Copy full SHA for 6d12b44 - Browse repository at this point
Copy the full SHA 6d12b44View commit details
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a5093fe - Browse repository at this point
Copy the full SHA a5093feView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd93990 - Browse repository at this point
Copy the full SHA fd93990View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbcfcac - Browse repository at this point
Copy the full SHA fbcfcacView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e91e9 - Browse repository at this point
Copy the full SHA a7e91e9View 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.1.88...0.1.89