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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
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
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-
Post-build script execution A-configuration Area: cargo config files and env vars E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#545 opened Sep 10, 2014 by vosen
Use OS-native config, cache home directories 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` E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#1734 opened Jun 19, 2015 by Earnestly
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
Nested workspaces A-manifest Area: Cargo.toml issues 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-rfc Status: Needs an RFC to make progress.
#5042 opened Feb 15, 2018 by nrc
[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
make code compiled with cfg(test) visible across crates C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#8379 opened Jun 18, 2020 by toxeus
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
Make cargo outdated part of cargo itself 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` S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#4309 opened Jul 20, 2017 by behnam
Ability to disable individual default features 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-needs-rfc Status: Needs an RFC to make progress.
#3126 opened Sep 27, 2016 by ideasman42
Activating features for tests/benchmarks A-features Area: features — conditional compilation S-propose-close Status: A team member has nominated this for closing, pending further input from the team S-triage Status: This issue is waiting on initial triage.
#2911 opened Jul 24, 2016 by ctz
Support for macOS Universal/fat binaries C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` O-macos OS: macOS S-needs-team-input Status: Needs input from team on whether/how to proceed.
#8875 opened Nov 20, 2020 by kornelski
Tracking Issue for RFC 3028: Allow "artifact dependencies" on bin, cdylib, and staticlib crates C-tracking-issue Category: A tracking issue for something unstable. S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing. S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns. Z-bindeps Nightly: binary artifact dependencies
#9096 opened Jan 23, 2021 by ehuss
3 tasks
Automatically enable required-features when running an example A-features Area: features — conditional compilation A-required-features Area: required-features setting 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.
#4663 opened Oct 26, 2017 by mystor
Allow patching dependencies with patch files A-patch Area: [patch] table override C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-rfc Status: Needs an RFC to make progress.
#4648 opened Oct 20, 2017 by hetmankp
Mutually exclusive features A-features Area: features — conditional compilation C-enhancement Category: enhancement S-needs-rfc Status: Needs an RFC to make progress.
#2980 opened Aug 9, 2016 by retep998
Support installing manpages (and potentially other files) Command-install S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#2729 opened May 23, 2016 by joshtriplett
Add support for resource files 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` S-needs-team-input Status: Needs input from team on whether/how to proceed.
#5305 opened Apr 6, 2018 by Pzixel
--artifact-dir (nee --out-dir) Tracking Issue C-tracking-issue Category: A tracking issue for something unstable. S-needs-team-input Status: Needs input from team on whether/how to proceed. S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns. Z-out-dir Nightly: --out-dir
#6790 opened Mar 28, 2019 by ehuss
2 of 9 tasks
Allow optional dev-dependencies A-dev-dependencies Area: [dev-dependencies] 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` E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#1596 opened May 9, 2015 by bluss
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
Possibility to set the package version dynamically 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-propose-close Status: A team member has nominated this for closing, pending further input from the team
#6583 opened Jan 22, 2019 by vorner
Support SSH Git URLs for authenticated connections to private repositories A-crate-dependencies Area: [dependencies] of any kind 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` S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#1851 opened Jul 28, 2015 by jnicholls
ProTip! Find all open issues with in progress development work with linked:pr.