Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

create a message format targeted at ci / build pipelines C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#14709 opened Oct 20, 2024 by kurtbuilds
Add cargo new flag for inserting proc-macro = true into Cargo.toml C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-new S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14708 opened Oct 20, 2024 by lthoerner
[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
Misleading error message when crates.io is replace-with a local source A-diagnostics Area: Error and warning messages generated by Cargo itself. A-source-replacement Area: [source] replacement C-bug Category: bug E-easy Experience: Easy S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#14697 opened Oct 16, 2024 by hoodmane
Docs.rs failed to build doc for sherpa-rs C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14693 opened Oct 15, 2024 by thewh1teagle
cargo package could run tests in the packaged tree C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#14685 opened Oct 14, 2024 by sourcefrog
Where should cargo verify-project go? C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-verify-project S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14679 opened Oct 12, 2024 by weihanglo
CARGO_PRIMARY_PACKAGE is not included in the fingerprint, and can change for workspace members A-environment-variables Area: environment variables A-rebuild-detection Area: rebuild detection and fingerprinting A-workspaces Area: workspaces C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14678 opened Oct 11, 2024 by ehuss
Outputting rustdoc JSON output to stdout instead of file when invoked via cargo C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-rustdoc S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14672 opened Oct 10, 2024 by Boscop
Documentation: Which files should you include in your package? A-documenting-cargo-itself Area: Cargo's documentation C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#14660 opened Oct 9, 2024 by e00E
lock file version 4 requires -Znext-lockfile-bump C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14655 opened Oct 8, 2024 by Kelvin-1013
Default git branch name is master not main on MacOS A-git Area: anything dealing with git C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#14650 opened Oct 7, 2024 by songyang-dev
cargo add cannot enable features if version="*" in Cargo.toml C-bug Category: bug Command-add S-triage Status: This issue is waiting on initial triage.
#14648 opened Oct 6, 2024 by georgmu
Workspace inheritance reads from wrong workspace when one is nested inside of another A-workspace-inheritance Area: workspace inheritance RFC 2906 C-bug Category: bug S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#14645 opened Oct 5, 2024 by heaths
Highlight enables features in cargo info C-enhancement Category: enhancement Command-info S-triage Status: This issue is waiting on initial triage.
#14634 opened Oct 2, 2024 by georgmu
bdf regress because bit-set 0.3.0 disappeared in the recent few months A-diagnostics Area: Error and warning messages generated by Cargo itself. S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14643 opened Sep 30, 2024 by tommythorn
Error message regression in Cargo 1.80 when fetching particular git revision A-diagnostics Area: Error and warning messages generated by Cargo itself. A-git Area: anything dealing with git C-bug Category: bug E-easy Experience: Easy S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#14621 opened Sep 30, 2024 by RobJellinghaus
Cargo run is failing with "failed to set hostkey preference: The requested method(s) are not currently supported; class=Ssh" A-git Area: anything dealing with git C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#14617 opened Sep 30, 2024 by fabioz
Inconsistent Cargo.lock generation with overlapping version ranges A-dependency-resolution Area: dependency resolution and the resolver C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14613 opened Sep 29, 2024 by x-hgg-x
LTO flags are silently ignored if one the crate-type of the root package is not compatible with LTO A-lto Area: link-time optimization C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14612 opened Sep 29, 2024 by stormshield-kg
With CARGO_COMPLETE, --target, --bin, etc show both values and flags A-completions Area: shell completions C-enhancement Category: enhancement S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14606 opened Sep 27, 2024 by epage
Downstream dependencies of a crate are rebuilt despite the changes not being public-facing A-build-execution Area: anything dealing with executing the compiler A-rebuild-detection Area: rebuild detection and fingerprinting C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-build S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#14604 opened Sep 26, 2024 by osiewicz
Loading of a git source is slow due to always checking if the submodule is updated A-git Area: anything dealing with git C-enhancement Category: enhancement Performance Gotta go fast! S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#14603 opened Sep 26, 2024 by epage
ProTip! Exclude everything labeled bug with -label:bug.