-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add derive_ord_xor_partial_ord lint #5848
Merged
bors
merged 12 commits into
rust-lang:master
from
Ryan1729:add-derive_ord_xor_partial_ord-lint
Aug 4, 2020
Merged
Add derive_ord_xor_partial_ord lint #5848
bors
merged 12 commits into
rust-lang:master
from
Ryan1729:add-derive_ord_xor_partial_ord-lint
Aug 4, 2020
Commits on Jul 27, 2020
-
specifically: cargo dev new_lint --name derive_ord_xor_partial_ord --category correctness --pass late
Configuration menu - View commit details
-
Copy full SHA for 5a64496 - Browse repository at this point
Copy the full SHA 5a64496View commit details -
move derive_ord_xor_partial_ord into derive mod so we can reuse deriv…
…e_hash_xor_partial_eq code later
Configuration menu - View commit details
-
Copy full SHA for fc20ee6 - Browse repository at this point
Copy the full SHA fc20ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0722991 - Browse repository at this point
Copy the full SHA 0722991View commit details -
initial implementation based on code for
derive_hash_xor_partial_eq
…… which is showing one error when there should be four
Configuration menu - View commit details
-
Copy full SHA for 068acbd - Browse repository at this point
Copy the full SHA 068acbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d6eda - Browse repository at this point
Copy the full SHA a8d6edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3e459 - Browse repository at this point
Copy the full SHA 6c3e459View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc9748 - Browse repository at this point
Copy the full SHA 7dc9748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431924c - Browse repository at this point
Copy the full SHA 431924cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 668b747 - Browse repository at this point
Copy the full SHA 668b747View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca03f2b - Browse repository at this point
Copy the full SHA ca03f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a6eee - Browse repository at this point
Copy the full SHA 12a6eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b10a6 - Browse repository at this point
Copy the full SHA 94b10a6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.