-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Issues: rust-lang/cargo
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
link-search-path doesn't have a way to specify priority / doesn't auto deprioritize OS link paths
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#15220
opened Feb 21, 2025 by
vlovich
Add doc comments and doctests to Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-init
Command-new
S-triage
Status: This issue is waiting on initial triage.
lib.rs
generated by cargo init
C-feature-request
#15210
opened Feb 20, 2025 by
sorairolake
Recompilation regression on cdylib on toolchain mixing
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.
#15209
opened Feb 20, 2025 by
mayeul-zama
Cargo should detect changes of 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-triage
Status: This issue is waiting on initial triage.
RUSTC_LOG
A-rebuild-detection
#15194
opened Feb 17, 2025 by
dev-ardi
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-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
#15183
opened Feb 13, 2025 by
dev-ardi
Automatically register workspace members in 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
workspace.dependencies
in cargo new
C-feature-request
#15180
opened Feb 13, 2025 by
epage
ProcessBuilder Allow Use of Area: cargo-the-library API and internal code issues
C-bug
Category: bug
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
raw_arg
for Command
on specific platforms
A-cargo-api
#15179
opened Feb 13, 2025 by
jonatino
add a flag to Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-add
S-triage
Status: This issue is waiting on initial triage.
cargo add
to make it show all features
C-feature-request
#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 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.
package
to avoid regenerating/generating Cargo.lock, thus decoupling packaging from the registry
C-feature-request
#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
#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
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
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.