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 build --dependencies-only 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.
#2644 opened May 4, 2016 by nagisa
[Request for Experiment] Sysroot building functionality S-triage Status: This issue is waiting on initial triage. Z-build-std Nightly: build-std
#4959 opened Jan 20, 2018 by japaric
Add cargo new --workspace to create a workspace A-workspaces Area: workspaces C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-new S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#8365 opened Jun 16, 2020 by camelid
Platform target-specific features A-features Area: features — conditional compilation E-hard Experience: Hard S-needs-team-input Status: Needs input from team on whether/how to proceed.
#1197 opened Jan 20, 2015 by alexcrichton
Support [target.'cfg(...)'.lib] sections A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-crate-types Area: crate-type declaration (lib, staticlib, dylib, cdylib, etc.) 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` E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12260 opened Jun 13, 2023 by mcclure
Tracking Issue for garbage collection A-caching Area: caching of dependencies, repositories, and build artifacts C-tracking-issue Category: A tracking issue for something unstable. Command-clean S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns. Z-gc Nightly: garbage collection
#12633 opened Sep 7, 2023 by ehuss
Building cdylibs and plugins with cargo A-crate-types Area: crate-type declaration (lib, staticlib, dylib, cdylib, etc.) C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
#8628 opened Aug 17, 2020 by m-ou-se
Allow dependencies that only apply to specific cargo targets (bin, example, etc.) A-crate-dependencies Area: [dependencies] of any kind C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#1982 opened Sep 10, 2015 by tbu-
Tracking Issue for cargo-script RFC 3424 C-tracking-issue Category: A tracking issue for something unstable. 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. Z-script Nightly: cargo script
#12207 opened May 31, 2023 by ehuss
19 of 31 tasks
Make it easy to list and run all examples A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cli Area: Command-line interface, option parsing, etc. A-examples Area: example targets C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
#8356 opened Jun 12, 2020 by robinmoussu
A way for users to bulk upgrade across incompatible versions A-new-subcommand Area: new subcommand C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-update disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review T-cargo Team: Cargo
#12425 opened Aug 1, 2023 by epage
5 of 10 tasks
Allow to share versions of dependencies between unrelated Cargo packages C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-vendor S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#5332 opened Apr 9, 2018 by matklad
MSRV-dependent dependency version resolution A-dependency-resolution Area: dependency resolution and the resolver A-edition-next Area: may require a breaking change over an edition A-rust-version Area: rust-version in Cargo.toml C-tracking-issue Category: A tracking issue for something unstable.
#9930 opened Sep 21, 2021 by newpavlov
18 of 25 tasks
End-to-end integrity of crates in registries A-registries Area: registries A-security Area: security S-triage Status: This issue is waiting on initial triage.
#4768 opened Dec 1, 2017 by withoutboats
Reconsider RUSTFLAGS artifact caching. A-rebuild-detection Area: rebuild detection and fingerprinting A-rustflags Area: rustflags E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#8716 opened Sep 19, 2020 by ehuss
cargo test --all-targets does not run doc tests A-doctests Area: rustdoc --test Command-test E-medium Experience: Medium S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#6669 opened Feb 15, 2019 by thomaseizinger
cargo publish multiple packages at once A-workspaces Area: workspaces Command-publish E-medium Experience: Medium S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#1169 opened Jan 14, 2015 by alexcrichton
Extend aliases: allow arbitrary commands A-aliases Area: command aliases 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.
#6575 opened Jan 21, 2019 by theduke
optimize dep queue by recording and using crate build times A-build-execution Area: anything dealing with executing the compiler C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7396 opened Sep 20, 2019 by matthiaskrgr
Proposal: Better shell completions A-completions Area: shell completions C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
#6645 opened Feb 7, 2019 by ehuss
Cargo check does not check doctests A-doctests Area: rustdoc --test C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-check S-needs-team-input Status: Needs input from team on whether/how to proceed.
#6424 opened Dec 12, 2018 by jonhoo
Better Docker support via build plan filter and replay C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
#8362 opened Jun 15, 2020 by vojtechkral
Explicit standard library dependencies S-triage Status: This issue is waiting on initial triage. Z-build-std Nightly: build-std
#5002 opened Feb 2, 2018 by Ericson2314
Support --filter-platform=host for cargo metadata C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-metadata
#9423 opened Apr 27, 2021 by jonhoo
Command line option to print full file 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`
#5450 opened May 1, 2018 by emoon
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.