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

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
cargo locate-project --workspace loads all the workspace C-bug Category: bug Command-locate-project Performance Gotta go fast! S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#15107 opened Jan 26, 2025 by tkr-sh
Performance Regression in cargo package on 1.81.0 C-bug Category: bug Command-package Performance Gotta go fast! S-triage Status: This issue is waiting on initial triage.
#14955 opened Dec 18, 2024 by landonxjames
Tracking the performance of -Zchecksum-freshness Performance Gotta go fast! S-triage Status: This issue is waiting on initial triage. Z-checksum-freshness Nightly: rebuild detection on file checksum instead of mtime
#14722 opened Oct 23, 2024 by weihanglo
LTO and CGU in CI dist build for cargo itself A-building-cargo-itself Area: issues with building cargo Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14719 opened Oct 23, 2024 by weihanglo
Downstream dependencies of a crate are rebuilt despite the changes not being public-facing A-build-execution Area: anything dealing with executing the compiler 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` Command-build Performance Gotta go fast! S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#14604 opened Sep 26, 2024 by osiewicz
Loading of a git source is slow due to manifest parsing A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git A-patch Area: [patch] table override C-enhancement Category: enhancement Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14395 opened Aug 13, 2024 by epage
Help users discover overly broad rerun-if-changed directives A-build-scripts Area: build.rs scripts A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14240 opened Jul 12, 2024 by bradzacher
Cargo downloads git dependencies very slowly A-git Area: anything dealing with git C-bug Category: bug E-medium Experience: Medium Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13624 opened Mar 22, 2024 by WaffleLapkin
Optimization of HTML generated by cargo timings A-timings Area: timings 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-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13299 opened Jan 15, 2024 by mox692
cargo fix checks packages serially, even if there is nothing to fix C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-fix Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13214 opened Dec 29, 2023 by epage
cargo -Z minimal-versions update is slow A-dependency-resolution Area: dependency resolution and the resolver C-bug Category: bug Performance Gotta go fast! S-triage Status: This issue is waiting on initial triage. Z-minimal-versions Nightly: minimal-versions
#12514 opened Aug 16, 2023 by d-e-s-o
cargo waits on package cache lock when my crate has 0 dependencies A-caching Area: caching of dependencies, repositories, and build artifacts C-bug Category: bug P-low Priority: Low Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#11924 opened Apr 2, 2023 by matthiaskrgr
Cargo hangs at "Resolving dependency graph..." A-dependency-resolution Area: dependency resolution and the resolver C-bug Category: bug E-hard Experience: Hard Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#11454 opened Dec 5, 2022 by sorpaas
Cargo eating all RAM during aarch64 build under Docker on x86-64 A-git Area: anything dealing with git C-bug Category: bug Performance Gotta go fast! S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#10583 opened Apr 20, 2022 by nazar-pc
Performance enhancement for cargo clean C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-clean Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#10552 opened Apr 10, 2022 by weihanglo
Discussion of defaults settings for build dependencies for fastest compile times 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-triage Status: This issue is waiting on initial triage.
#10481 opened Mar 15, 2022 by lqd
Re-vendoring crates after an update is slow C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-vendor Performance Gotta go fast! S-triage Status: This issue is waiting on initial triage.
#10334 opened Jan 26, 2022 by jyn514
Don't do a full scan on first build A-build-scripts Area: build.rs scripts A-rebuild-detection Area: rebuild detection and fingerprinting E-hard Experience: Hard Performance Gotta go fast! S-triage Status: This issue is waiting on initial triage.
#9931 opened Sep 21, 2021 by ehuss
1 task done
Cargo installing multiple bin crates doesn't build them in parallel C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#9741 opened Jul 28, 2021 by the8472
Introduce 'nice' value under cargo.toml -> [build] A-jobserver Area: jobserver, concurrency, parallelism 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-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#9250 opened Mar 10, 2021 by ShadowJonathan
High CPU usage when cargo updates its index A-git Area: anything dealing with git C-bug Category: bug Performance Gotta go fast! S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#9215 opened Mar 1, 2021 by gsurrel
Cargo-update: exceedingly slow progress on update when local registry/index is used and git-fetch-with-cli is false A-git Area: anything dealing with git C-bug Category: bug Performance Gotta go fast! S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#9167 opened Feb 12, 2021 by datdenkikniet
Support -Zno-link A-linkage Area: linker issues, dylib, cdylib, shared libraries, so 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-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#9019 opened Dec 27, 2020 by bjorn3
ProTip! Add no:assignee to see everything that’s not assigned.