Skip to content

Issues: rust-lang/cargo

Dependency Dashboard
#13256 opened Jan 6, 2024 by renovate bot
Open
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

[rustfix] Two suggestions applying to the same span cause syntax errors C-bug Category: bug Command-fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14699 opened Oct 16, 2024 by blyxyas
[DO NOT MERGE] Force edition 2024 lint into action on crater A-build-execution Area: anything dealing with executing the compiler A-cfg-expr Area: Platform cfg expressions A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-crate-dependencies Area: [dependencies] of any kind A-documenting-cargo-itself Area: Cargo's documentation A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces Command-add Command-check Command-fix Command-login Command-metadata Command-new Command-owner Command-package Command-publish Command-read-manifest Command-remove Command-rustc Command-search Command-update Command-yank S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14447 opened Aug 23, 2024 by dingxiangfei2009 Draft
--allow-dirty to imply --allow-staged? A-git Area: anything dealing with git C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix S-triage Status: This issue is waiting on initial triage.
#14176 opened Jul 1, 2024 by kornelski
Migrate away from ad-hoc snapshot testing for rustfix test suite A-testing-cargo-itself Area: cargo's tests C-cleanup Category: cleanup within the codebase Command-fix E-easy Experience: Easy P-low Priority: Low S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13891 opened May 9, 2024 by weihanglo
cargo clippy and cargo clippy --fix --allow-dirty have different reports A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug Command-clippy Command-fix S-needs-team-input Status: Needs input from team on whether/how to proceed.
#13527 opened Mar 4, 2024 by Rustin170506
cargo fix: Warnings from inapplicable lint fixes suppress actual errors (deny) from subsequent cargo check runs A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug Command-fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13217 opened Dec 29, 2023 by jinohkang-theori
cargo fix checks packages serially, even if there is nothing to fix C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13214 opened Dec 29, 2023 by epage
cargo fix support for exported-private-dependencies C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review Z-public-dependency Nightly: public-dependency
#13095 opened Dec 1, 2023 by epage
cargo --fix does not recognise there's a VCS on a fossil project A-vcs Area: general VCS issues C-bug Category: bug Command-fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12721 opened Sep 21, 2023 by bingen13
Automatic cargo fmt after cargo fix C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix S-needs-team-input Status: Needs input from team on whether/how to proceed.
#12608 opened Aug 31, 2023 by kpreid
cargo doc produces seemingly invalid suggestions to run cargo fix C-bug Category: bug Command-fix S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#12277 opened Jun 16, 2023 by waywardmonkeys
On dirty tree, cargo fix should tell the user what changes would be applied C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix
#11182 opened Oct 6, 2022 by epage
cargo fix --interactive Command-fix
#11125 opened Sep 22, 2022 by epage
Use cargo fix command not check [dependencies] crate code C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix
#11096 opened Sep 16, 2022 by baoyachi
Poor error messages with cargo fix with broken code A-diagnostics Area: Error and warning messages generated by Cargo itself. Command-fix
#10955 opened Aug 9, 2022 by ehuss
cargo fix: Panic with "Cannot replace slice of data that was already replaced" C-bug Category: bug Command-fix S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13030 opened Mar 12, 2022 by camelid
cargo fix: Allow filtering by lint C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13029 opened Sep 9, 2021 by Manishearth
cargo fix: Improve handling of MaybeIncorrect suggestions C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13028 opened Sep 9, 2021 by Manishearth
cargo fix: duplicate diagnostic detection does not handle insert-only replacements C-bug Category: bug Command-fix S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13027 opened Aug 29, 2021 by ehuss
cannot fix with overlapping suggestions Command-fix S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13026 opened Aug 28, 2021 by ehuss
cargo fix doesn't work for rustdoc lints C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-doc Command-fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13025 opened Jan 18, 2021 by jyn514
cargo fix: tell user why some fixes aren't applied (such as maybe-incorrect) A-diagnostics Area: Error and warning messages generated by Cargo itself. Command-fix
#8806 opened Oct 24, 2020 by tklebanoff
cargo fix: Original text missing leading character in Suggestion C-bug Category: bug Command-fix S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13024 opened Apr 24, 2020 by jsgf
ProTip! Add no:assignee to see everything that’s not assigned.