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
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
Cargo build failed with spurious network error A-networking Area: networking issues, curl, etc. C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#6513 opened Jan 2, 2019 by weiby3
"cargo install" apparently ignores "Cargo.lock" as opposed to "cargo build" Command-install S-needs-team-input Status: Needs input from team on whether/how to proceed.
#7169 opened Jul 23, 2019 by df5602
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
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-
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
Dependencies resolution with --minimal-versions C-tracking-issue Category: A tracking issue for something unstable. S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted. Z-minimal-versions Nightly: minimal-versions
#5657 opened Jun 26, 2018 by matklad
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
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
17 of 25 tasks
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
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
Cargo: produce deterministic filenames for build --test and test --no-run C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#1924 opened Aug 20, 2015 by bruno-medeiros
Duplicate artifact tracking issue. A-layout Area: target output directory layout, naming, and organization 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.
#6313 opened Nov 13, 2018 by ehuss
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
(Option to) Fingerprint by file contents instead of mtime A-rebuild-detection Area: rebuild detection and fingerprinting 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.
#6529 opened Jan 9, 2019 by illicitonion
Need a reliable way to get the target dir from the build script A-build-scripts Area: build.rs scripts A-layout Area: target output directory layout, naming, and organization 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.
#9661 opened Jul 7, 2021 by kennykerr
Support for pre-built dependencies A-caching Area: caching of dependencies, repositories, and build artifacts S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#1139 opened Jan 9, 2015 by marcbowes
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
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
Feature selection in workspace depends on the set of packages compiled A-features Area: features — conditional compilation A-workspaces Area: workspaces C-bug Category: bug E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#4463 opened Sep 3, 2017 by matklad
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
Should build-plans be deleted? S-needs-team-input Status: Needs input from team on whether/how to proceed. Z-build-plan Nightly: --build-plan feature
#7614 opened Nov 21, 2019 by alexcrichton
Environment variable for Cargo Workspace A-environment-variables Area: environment variables 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-team-input Status: Needs input from team on whether/how to proceed.
#3946 opened Apr 24, 2017 by Ygg01
Allow crates to be published with cyclic dev-dependencies A-dev-dependencies Area: [dev-dependencies] Command-publish S-triage Status: This issue is waiting on initial triage.
#4242 opened Jul 1, 2017 by Marwes
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.