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

Config-independent way of specifying alternative registry in Cargo.toml A-configuration Area: cargo config files and env vars A-interacts-with-crates.io Area: interaction with registries 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` Command-package Command-publish S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14500 opened Sep 5, 2024 by kornelski
cargo rustc --crate-type=lib,cdylib only uplifts the first artifact kind C-bug Category: bug Command-rustc S-triage Status: This issue is waiting on initial triage.
#14498 opened Sep 5, 2024 by jschwe
Deprecate non-authoritative information in the registry Publish API A-documenting-cargo-itself Area: Cargo's documentation C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14492 opened Sep 4, 2024 by kornelski
Cargo scripts try to build a nearby src/lib.rs if present A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted. Z-script Nightly: cargo script
#14476 opened Sep 1, 2024 by kornelski
Inconsistent summary on error count with --message-format=json C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14472 opened Aug 31, 2024 by zjp-CN
cargo info doesn't allow to specify output-format C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-info S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14469 opened Aug 30, 2024 by GopherJ
Document having only src/bin/*.rs binaries is valid A-documenting-cargo-itself Area: Cargo's documentation 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.
#14463 opened Aug 28, 2024 by nekomachi-touge
Seamless upgrade from 0.x to 1.0 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-needs-team-input Status: Needs input from team on whether/how to proceed. S-triage Status: This issue is waiting on initial triage.
#14460 opened Aug 27, 2024 by kornelski
Allow registries to patch crates A-patch Area: [patch] table override A-registries Area: registries C-enhancement Category: enhancement
#14458 opened Aug 27, 2024 by epage
cargo rustdoc does not document lib tests C-bug Category: bug Command-rustdoc S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14455 opened Aug 26, 2024 by Urhengulas
Cargo downgrades transitive dependency that should not change A-dependency-resolution Area: dependency resolution and the resolver A-git Area: anything dealing with git C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14446 opened Aug 23, 2024 by konstin
Tell rustc wrappers which envs to pass through to allow env sandboxing A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts 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-needs-team-input Status: Needs input from team on whether/how to proceed.
#14444 opened Aug 22, 2024 by fenollp
CI requires formatting, but the project doesn't specify which one A-testing-cargo-itself Area: cargo's tests C-bug Category: bug S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14442 opened Aug 21, 2024 by kornelski
Report crates.io metrics in cargo info subcommand C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-info S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14438 opened Aug 21, 2024 by Rustin170506
Introduce perma-unstable --compile-time-deps flag A-build-system Area: build system integration C-enhancement Category: enhancement Command-check S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#14434 opened Aug 21, 2024 by Veykril
Ability to test against registry dependencies, instead of path dependencies A-dependency-resolution Area: dependency resolution and the resolver C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-package Command-test S-triage Status: This issue is waiting on initial triage.
#14429 opened Aug 20, 2024 by barakugav
Tracking Issue for --lockfile-path A-lockfile Area: Cargo.lock issues 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.
#14421 opened Aug 18, 2024 by weihanglo
1 of 4 tasks
Option for cargo tree to filter out (non-)workspace members C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-tree S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14420 opened Aug 18, 2024 by zeichenreihe
trim-paths mixes forward and backslashes in backtrace when built on WIndows C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request. Z-trim-paths Nightly: path sanitization
#14419 opened Aug 17, 2024 by mlaota
Can't generate feature gated code from a proc macro in a reliable way when used by both normal/build dependencies with resolver="2" A-features Area: features — conditional compilation A-proc-macro Area: compiling proc-macros C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14415 opened Aug 16, 2024 by weiznich
MSRV resolver has surprising behaviour in workspaces with mixed MSRV A-dependency-resolution Area: dependency resolution and the resolver C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14414 opened Aug 16, 2024 by VorpalBlade
Cargo claims to ignore binary dependencies, but does unify features anyway A-features Area: features — conditional compilation C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14406 opened Aug 15, 2024 by weiznich
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
ProTip! Type g i on any issue or pull request to go back to the issue listing page.