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

Encoded CARGO_TARGET_<triple>_RUSTFLAGS just like CARGO_ENCODED_RUSTFLAGS? A-rustflags Area: rustflags C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14398 opened Aug 14, 2024 by MarijnS95
"no hash listed" error with -Zpackage-workspace C-bug Category: bug Command-package S-triage Status: This issue is waiting on initial triage. Z-package-workspace Nightly: package-workspace
#14396 opened Aug 14, 2024 by workingjubilee
Loading of a git source is slow due to manifest parsing A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git A-patch Area: [patch] table override C-enhancement Category: enhancement Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14395 opened Aug 13, 2024 by epage
include patterns should report invalid paths 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` Command-package Command-publish S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14390 opened Aug 12, 2024 by folkertdev
Invalid binary already exists error from cargo install in case of binary disabled by feature A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug Command-install S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14384 opened Aug 10, 2024 by senia-psm
environment variables are not parsed correctly A-environment-variables Area: environment variables A-rustflags Area: rustflags 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.
#14381 opened Aug 9, 2024 by GuillaumeGomez
Warn when feature is not required explicitly, but required by a transitive dependency A-diagnostics Area: Error and warning messages generated by Cargo itself. A-features Area: features — conditional compilation 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.
#14375 opened Aug 9, 2024 by antoniofunnel
When generating version requirements, use the oldest "good" version within a major version C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-add S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14372 opened Aug 8, 2024 by ia0
Issue with Workspace and Crate features C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14362 opened Aug 6, 2024 by gwbres
Tracking Issue for path-bases A-manifest Area: Cargo.toml issues C-tracking-issue Category: A tracking issue for something unstable.
#14355 opened Aug 5, 2024 by dpaoliello
10 tasks
Precedence of cargo rustc -- <flags> is too low to override flags set by Cargo A-rustflags Area: rustflags C-bug Category: bug Command-rustc E-easy Experience: Easy S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns.
#14346 opened Aug 3, 2024 by konstin
BUG: The output results of cargo test and cargo run seem to be different C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14345 opened Aug 2, 2024 by yymm120
Document warning suppression heuristic A-documenting-cargo-itself Area: Cargo's documentation C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14337 opened Aug 1, 2024 by felixwrt
[minor] confusing output when vendored dependencies are outdated A-diagnostics Area: Error and warning messages generated by Cargo itself. C-bug Category: bug Command-vendor S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14320 opened Jul 30, 2024 by Firstyear
Use the same version of a transitive dependency A-dependency-resolution Area: dependency resolution and the resolver A-manifest Area: Cargo.toml issues C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14316 opened Jul 29, 2024 by dev-ardi
Can't use insteadOF for fetching private crates via SSH instead of HTTPs C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14301 opened Jul 25, 2024 by redeexpressos
Consider renaming [gc] config table. A-configuration Area: cargo config files and env vars Z-gc Nightly: garbage collection
#14292 opened Jul 23, 2024 by ehuss
per-package-target ignores target configuration A-configuration Area: cargo config files and env vars C-bug Category: bug S-triage Status: This issue is waiting on initial triage. Z-per-package-target Nightly: per-package-target
#14291 opened Jul 23, 2024 by mamins1376
Warnings for implicit tests and examples on cargo package/publish causes extra noise C-bug Category: bug Command-package Command-publish S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14290 opened Jul 23, 2024 by ia0
Wrong crate being reported when failing to select a version A-dependency-resolution Area: dependency resolution and the resolver C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14288 opened Jul 23, 2024 by conradoplg
Request to support disabling path checks when using cargo install C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14276 opened Jul 20, 2024 by jdknight
Report codegen timings for binary crates A-timings Area: timings 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.
#14265 opened Jul 18, 2024 by epage
support generic target tables and env variables 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.
#14264 opened Jul 18, 2024 by jameshilliard
cargo shows that tokio with the default feature depends on mio, which is incorrect. C-bug Category: bug Command-tree S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#14263 opened Jul 18, 2024 by themighty1
silence warnings in the terminal
#14258 opened Jul 16, 2024 by xxchan
ProTip! Follow long discussions with comments:>50.