-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
initial working version of cargo fix --clippy #7069
Merged
Merged
Commits on Jun 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c057a06 - Browse repository at this point
Copy the full SHA c057a06View commit details
Commits on Jun 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0a943be - Browse repository at this point
Copy the full SHA 0a943beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f64aaa - Browse repository at this point
Copy the full SHA 4f64aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c492205 - Browse repository at this point
Copy the full SHA c492205View commit details -
rename passthru arg to make it clearer
the clippy args passthrough only allows one arg per instance of the flag and does not resplit on spaces, as such it should be more obvious to the user that you need to specify the flag once per clippy argument.
Configuration menu - View commit details
-
Copy full SHA for 6b233cb - Browse repository at this point
Copy the full SHA 6b233cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a9ac3e - Browse repository at this point
Copy the full SHA 3a9ac3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65afb3f - Browse repository at this point
Copy the full SHA 65afb3fView commit details -
add warning to cargo incase clippy is missing
This is only a warning because rustup(?) already warns and is much more verbose about how to recover from the error, so I would like to call into the clippy-driver shim or w/e is outputting nice error messages. But incase rustup is not available or some other shenanigans occur, cargo will also output the warning so the error isn't a mystery.
Configuration menu - View commit details
-
Copy full SHA for ad909ac - Browse repository at this point
Copy the full SHA ad909acView commit details -
Configuration menu - View commit details
-
Copy full SHA for d076f44 - Browse repository at this point
Copy the full SHA d076f44View commit details
Commits on Jun 26, 2019
-
Update src/bin/cargo/commands/fix.rs
Co-Authored-By: Eric Huss <eric@huss.org>
Configuration menu - View commit details
-
Copy full SHA for 4ff4c1f - Browse repository at this point
Copy the full SHA 4ff4c1fView commit details -
Update src/cargo/util/config.rs
Co-Authored-By: Eric Huss <eric@huss.org>
Configuration menu - View commit details
-
Copy full SHA for 85ba8e9 - Browse repository at this point
Copy the full SHA 85ba8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb65f1 - Browse repository at this point
Copy the full SHA 6fb65f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b1f599 - Browse repository at this point
Copy the full SHA 8b1f599View commit details -
Configuration menu - View commit details
-
Copy full SHA for fefcca1 - Browse repository at this point
Copy the full SHA fefcca1View commit details
Commits on Jul 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b9f3c16 - Browse repository at this point
Copy the full SHA b9f3c16View commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for abd9149 - Browse repository at this point
Copy the full SHA abd9149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b48f6 - Browse repository at this point
Copy the full SHA 46b48f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1818096 - Browse repository at this point
Copy the full SHA 1818096View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c6729 - Browse repository at this point
Copy the full SHA c0c6729View commit details
Commits on Jul 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f3d3318 - Browse repository at this point
Copy the full SHA f3d3318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03feb61 - Browse repository at this point
Copy the full SHA 03feb61View commit details
Commits on Jul 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 22b430d - Browse repository at this point
Copy the full SHA 22b430dView 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.