Skip to content

Issues: rust-lang/cargo

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

Feature enabled, but dependent crate not added C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15490 opened May 5, 2025 by A4-Tacks
"can't find crate for..." proc-macro crates when the crate is clearly present and is passed to rustc C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15488 opened May 4, 2025 by NoraCodes
Hang while updating git repository https://gitlab.com/jD91mZM2/no-std-compat 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
#15481 opened May 2, 2025 by HactarCE
Unable to extend cargo with custom commands C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15475 opened May 1, 2025 by iyernaveenr
Cargo Tree HTML Output C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-tree S-triage Status: This issue is waiting on initial triage.
#15473 opened May 1, 2025 by HughKaznowskiCoralogix
SemVer hazard: adding a Drop impl A-documenting-cargo-itself Area: Cargo's documentation A-semver Area: semver specifications, version matching, etc.
#15471 opened May 1, 2025 by djc
When cargo install --git checks out a commit, also set the branch and tag refs 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-install S-needs-team-input Status: Needs input from team on whether/how to proceed.
#15467 opened May 1, 2025 by tessus
--quiet propagation is unavailable to custom test harnesses A-cli Area: Command-line interface, option parsing, etc. C-enhancement Category: enhancement Command-test S-needs-rfc Status: Needs an RFC to make progress.
#15465 opened Apr 29, 2025 by kpreid
Add --default-target flag to cargo fetch C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fetch S-triage Status: This issue is waiting on initial triage.
#15444 opened Apr 22, 2025 by zopsicle
Experimental cygwin host support O-windows OS: Windows
#15442 opened Apr 21, 2025 by Berrysoft
2 of 3 tasks
Profile setting for -Zfmt-debug A-profiles Area: profiles 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.
#15439 opened Apr 19, 2025 by ronnychevalier
Remote Version Definitions A-dependency-resolution Area: dependency resolution and the resolver 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.
#15435 opened Apr 18, 2025 by psionic-k
Ability to verify my cargo workspace before packaging but without building. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-package Command-publish S-triage Status: This issue is waiting on initial triage.
#15433 opened Apr 17, 2025 by eirnym
[feat] cargo should explain doctest binary path location A-doctests Area: rustdoc --test A-json-output Area: JSON message output C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test S-triage Status: This issue is waiting on initial triage.
#15432 opened Apr 16, 2025 by loynoir
doctest should also print Running runner for consistent A-doctests Area: rustdoc --test C-bug Category: bug Command-test S-triage Status: This issue is waiting on initial triage.
#15431 opened Apr 16, 2025 by loynoir
[feat] cargo config preference option for -- --nocapture A-configuration Area: cargo config files and env vars C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test S-triage Status: This issue is waiting on initial triage.
#15430 opened Apr 14, 2025 by loynoir
build-script-executed json message not emitted when build script failed C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15424 opened Apr 12, 2025 by Skgland
Feature Request: Add an option to display only errors in cargo check A-diagnostics Area: Error and warning messages generated by Cargo itself. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15407 opened Apr 8, 2025 by SuZenith
cargo test requires windows-only dependency on linux A-build-execution Area: anything dealing with executing the compiler C-bug Category: bug S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#15399 opened Apr 5, 2025 by msrd0
Warn when adding a dependancy that is already an optional dependancy C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-add S-triage Status: This issue is waiting on initial triage.
#15392 opened Apr 4, 2025 by lolbinarycat
cargo can't fetch crates when the SOCKS5 server is in an IPv4-only network A-networking Area: networking issues, curl, etc. C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15390 opened Apr 4, 2025 by Lanius-collaris
"see N unchanged dependencies behind latest" sometimes seems to show the wrong number C-bug Category: bug Command-update S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#15386 opened Apr 4, 2025 by RalfJung
Accept stdin for cargo update 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.
#15385 opened Apr 4, 2025 by asasine
Recompilation across crates in workspace when there is a proc-macro dependency A-proc-macro Area: compiling proc-macros A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15382 opened Apr 3, 2025 by RedBreadcat
Report multiple "failed to get dependency" errors at once A-diagnostics Area: Error and warning messages generated by Cargo itself. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#15380 opened Apr 3, 2025 by QuarticCat
ProTip! no:milestone will show everything without a milestone.