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

Cargo incorrectly uses -C linker-plugin-lto to request bitcode only crates A-lto Area: link-time optimization C-bug Category: bug O-windows OS: Windows S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14575 opened Sep 21, 2024 by Zoxc
Better Toolchain Error and Help Messages 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.
#14572 opened Sep 20, 2024 by RefinedSoftwareLLC
cargo check --all-targets gives bad error details when tests are disabled but benches aren't A-build-execution Area: anything dealing with executing the compiler A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14571 opened Sep 20, 2024 by Nemo157
Option to ignore missing workspace members when building A-workspaces Area: workspaces 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.
#14566 opened Sep 19, 2024 by jephthia
Who is .cargo/config.toml meant for? A-configuration Area: cargo config files and env vars S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14565 opened Sep 18, 2024 by SamB
Duplicate warnings of config on Windows OS When using git-bash A-configuration Area: cargo config files and env vars A-diagnostics Area: Error and warning messages generated by Cargo itself. C-bug Category: bug O-windows OS: Windows S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#14560 opened Sep 18, 2024 by linyihai
Saving a specific message-format to a file, while also producing "normal" output A-console-output Area: Terminal output, colors, progress bar, etc. 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` S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14555 opened Sep 17, 2024 by BatmanAoD
Different RUSTFLAGS between cargo build and cargo clippy invalidate "core" crate when using build-std A-rebuild-detection Area: rebuild detection and fingerprinting A-rustflags Area: rustflags C-bug Category: bug Command-clippy S-triage Status: This issue is waiting on initial triage. Z-build-std Nightly: build-std
#14551 opened Sep 17, 2024 by schultetwin1
shell_completions test issues A-completions Area: shell completions A-testing-cargo-itself Area: cargo's tests C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14545 opened Sep 14, 2024 by ehuss
workspace.default-members causes cargo run --bin from-other-crate to fail with an unhelpful error A-diagnostics Area: Error and warning messages generated by Cargo itself. C-bug Category: bug Command-run S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#14544 opened Sep 14, 2024 by kornelski
--all-targets ignores specific targets A-cli Area: Command-line interface, option parsing, etc. C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14542 opened Sep 13, 2024 by mo8it
Figure out a way to do out-of-band releases of crates in the cargo repo A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14538 opened Sep 11, 2024 by ehuss
Add support to cargo tree for resolving host deps to another platform 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.
#14527 opened Sep 10, 2024 by abrisco
Consider exposing target_feature option in cargo CLI 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.
#14524 opened Sep 9, 2024 by Kixunil
Export sanitizer settings in cargo CLI 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.
#14523 opened Sep 9, 2024 by Kixunil
Expose lint levels from CLI A-lints Area: rustc lint configuration 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.
#14522 opened Sep 9, 2024 by Kixunil
[lints] table reason A-lints-table Area: [lints] table 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-triage Status: This issue is waiting on initial triage.
#14521 opened Sep 9, 2024 by richardscollin
Tracking Issue for native-completion A-cli Area: Command-line interface, option parsing, etc. A-completions Area: shell completions C-tracking-issue Category: A tracking issue for something unstable.
#14520 opened Sep 9, 2024 by shannmu
9 of 20 tasks
Allow cargo tree to run despite native library conflicts 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.
#14512 opened Sep 7, 2024 by eopb
Tracking Issue for location-detail C-tracking-issue Category: A tracking issue for something unstable.
#14511 opened Sep 7, 2024 by kornelski
2 tasks
cargo add should not silently remove any path attribute on dependencies and should support both version and path attributes 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.
#14510 opened Sep 7, 2024 by rnza0u
cargo install when only pre-releases are available C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-triage Status: This issue is waiting on initial triage.
#14509 opened Sep 7, 2024 by eopb
Support specifying additional config files/values in environment variable. A-config-cli Area: --config CLI option 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` S-triage Status: This issue is waiting on initial triage.
#14508 opened Sep 6, 2024 by BGR360
Make empty/default fields in the index metadata optional A-registries Area: registries 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.
#14506 opened Sep 6, 2024 by kornelski
cargo new: option to suppress automatic addition to workspace 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.
#14501 opened Sep 5, 2024 by j-n-f
ProTip! Mix and match filters to narrow down what you’re looking for.