-
-
Notifications
You must be signed in to change notification settings - Fork 135
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/semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 8 files changed
- 2 contributors
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2d50313 - Browse repository at this point
Copy the full SHA 2d50313View commit details
Commits on Jul 18, 2023
-
Resolve incorrect_partial_ord_impl_on_ord_type clippy lint
This is a false positive but either way is fine. warning: incorrect implementation of `partial_cmp` on an `Ord` type --> src/impls.rs:39:1 | 39 | / impl PartialOrd for Prerelease { 40 | | fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { | | ___________________________________________________________- 41 | || Some(Ord::cmp(self, rhs)) 42 | || } | ||_____- help: change this to: `{ Some(self.cmp(rhs)) }` 43 | | } | |__^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_partial_ord_impl_on_ord_type = note: `-W clippy::incorrect-partial-ord-impl-on-ord-type` implied by `-W clippy::all` warning: incorrect implementation of `partial_cmp` on an `Ord` type --> src/impls.rs:45:1 | 45 | / impl PartialOrd for BuildMetadata { 46 | | fn partial_cmp(&self, rhs: &Self) -> Option<Ordering> { | | ___________________________________________________________- 47 | || Some(Ord::cmp(self, rhs)) 48 | || } | ||_____- help: change this to: `{ Some(self.cmp(rhs)) }` 49 | | } | |__^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_partial_ord_impl_on_ord_type
Configuration menu - View commit details
-
Copy full SHA for b074ea0 - Browse repository at this point
Copy the full SHA b074ea0View commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2399480 - Browse repository at this point
Copy the full SHA 2399480View commit details
Commits on Jul 23, 2023
-
Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"
Fixed in nightly-2023-07-23. This reverts commit 2399480.
Configuration menu - View commit details
-
Copy full SHA for fff3f40 - Browse repository at this point
Copy the full SHA fff3f40View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cb07901 - Browse repository at this point
Copy the full SHA cb07901View commit details
Commits on Sep 22, 2023
-
Merge pull request #299 from CXWorks/master
Adding missed unit test cases
Configuration menu - View commit details
-
Copy full SHA for 473209f - Browse repository at this point
Copy the full SHA 473209fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e09329 - Browse repository at this point
Copy the full SHA 5e09329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d34e8f - Browse repository at this point
Copy the full SHA 2d34e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83abc7f - Browse repository at this point
Copy the full SHA 83abc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a6b5a - Browse repository at this point
Copy the full SHA 72a6b5aView 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 1.0.18...1.0.19