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

Deprecate per-target editions A-manifest Area: Cargo.toml issues C-enhancement Category: enhancement S-needs-rfc Status: Needs an RFC to make progress.
#15188 opened Feb 14, 2025 by nyurik
cargo cannot read from local Git repositories with reftable A-git Area: anything dealing with git C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#15184 opened Feb 14, 2025 by bk2204
cargo test shouldn't build crates that don't contain tests 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.
#15183 opened Feb 13, 2025 by dev-ardi
Automatically register workspace members in workspace.dependencies in cargo new C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-new S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#15180 opened Feb 13, 2025 by epage
ProcessBuilder Allow Use of raw_arg for Command on specific platforms A-cargo-api Area: cargo-the-library API and internal code issues C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15179 opened Feb 13, 2025 by jonatino
add a flag to cargo add to make it show all features 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.
#15178 opened Feb 13, 2025 by yshui
Not enough information when compiling multiple targets A-cross-compiling Area: using --target flag for other platforms A-diagnostics Area: Error and warning messages generated by Cargo itself. S-triage Status: This issue is waiting on initial triage.
#15177 opened Feb 12, 2025 by ehuss
Cargo errors out when build script is not checked into git repository A-build-scripts Area: build.rs scripts A-git Area: anything dealing with git A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15174 opened Feb 12, 2025 by msrd0
Offer different allocator options for building Cargo itself A-cargo-api Area: cargo-the-library API and internal code issues 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-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15171 opened Feb 11, 2025 by weihanglo
Workspace root detection can print warnings without context A-diagnostics Area: Error and warning messages generated by Cargo itself. C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15167 opened Feb 10, 2025 by ehuss
Provide a flag for package to avoid regenerating/generating Cargo.lock, thus decoupling packaging from the registry C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-package S-triage Status: This issue is waiting on initial triage.
#15159 opened Feb 8, 2025 by NoisyCoil
Warning: target filter specified, but no targets matched; this is a no-op C-bug Category: bug S-triage Status: This issue is waiting on initial triage. Z-scrape-examples Nightly: rustdoc scrape examples
#15155 opened Feb 8, 2025 by dtolnay
cargo publish should warn if it fails to detect a README 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-triage Status: This issue is waiting on initial triage.
#15154 opened Feb 7, 2025 by cbiffle
Support patch based on target A-patch Area: [patch] table override A-target-dependencies Area: [target.'cfg(foo)'.dependencies] 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.
#15153 opened Feb 7, 2025 by ahqsoftwares
cargo doc --open fails when there are bugs in my code C-bug Category: bug Command-doc S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15152 opened Feb 7, 2025 by TheKnarf
publishing a crate that depends on itself as a dev dependency C-bug Category: bug Command-package Command-publish S-triage Status: This issue is waiting on initial triage.
#15151 opened Feb 7, 2025 by mockersf
Feature request: expose the Link Time Optimization profile settings to build scripts A-build-scripts Area: build.rs scripts A-profiles Area: profiles 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.
#15144 opened Feb 4, 2025 by JSorngard
Identical target names within different crates in a workspace have colliding docs paths C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15139 opened Feb 3, 2025 by vlovich
can't find crate for 'XYZ' (windows-msvc only) C-bug Category: bug O-windows OS: Windows S-triage Status: This issue is waiting on initial triage.
#15137 opened Feb 3, 2025 by newfla
rerun-if-changed doesn't trigger if a symlink points to a different file with the same mtime A-build-scripts Area: build.rs scripts A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#15134 opened Feb 3, 2025 by ngoldbaum
test = false is newly treated inconsistently (and was already not behaving as documented) C-bug Category: bug regression-from-stable-to-nightly Regression in nightly that previously worked in stable.
#15131 opened Feb 1, 2025 by kpreid
Patches in ~/.cargo/config.toml add [[patch.unused]] to Cargo.lock A-configuration Area: cargo config files and env vars A-patch Area: [patch] table override S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15130 opened Feb 1, 2025 by SamB
SemVer hazards around changes to static items A-semver Area: semver specifications, version matching, etc.
#15126 opened Jan 30, 2025 by obi1kenobi
Profile rustflags are not propagated to target dependencies A-dependency-resolution Area: dependency resolution and the resolver C-bug Category: bug S-triage Status: This issue is waiting on initial triage. Z-profile-rustflags Nightly: profile-rustflags
#15125 opened Jan 30, 2025 by stormshield-fabs
ProTip! Add no:assignee to see everything that’s not assigned.