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

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
Implemented build.build-dir config option 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 A-documenting-cargo-itself Area: Cargo's documentation A-filesystem Area: issues with filesystems A-future-incompat Area: future incompatible reporting A-layout Area: target output directory layout, naming, and organization A-rebuild-detection Area: rebuild detection and fingerprinting A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-clean Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15104 opened Jan 26, 2025 by ranger-ross Draft
6 of 14 tasks
Cargo check use older version of code A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15073 opened Jan 16, 2025 by Jeanbouvatt
CARGO_RUSTC_CURRENT_DIR is causing forced rebuilds A-documenting-cargo-itself Area: Cargo's documentation A-environment-variables Area: environment variables 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.
#14798 opened Nov 8, 2024 by ehuss
CARGO_PRIMARY_PACKAGE is not included in the fingerprint, and can change for workspace members A-environment-variables Area: environment variables A-rebuild-detection Area: rebuild detection and fingerprinting A-workspaces Area: workspaces C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14678 opened Oct 11, 2024 by ehuss
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
Different RUSTFLAGS between cargo build and cargo clippy invalidate "core" crate when using build-std A-rebuild-detection Area: rebuild detection and fingerprinting A-rustflags Area: rustflags C-bug Category: bug Command-clippy S-triage Status: This issue is waiting on initial triage. Z-build-std Nightly: build-std
#14551 opened Sep 17, 2024 by schultetwin1
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
Fix passing of linker with target-applies-to-host and an implicit target A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cfg-expr Area: Platform cfg expressions A-rebuild-detection Area: rebuild detection and fingerprinting Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-target-applies-to-host Nightly: target-applies-to-host
#14206 opened Jul 6, 2024 by gmorenz Loading…
Tracking Issue for checksum freshness A-rebuild-detection Area: rebuild detection and fingerprinting C-tracking-issue Category: A tracking issue for something unstable. S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns. Z-checksum-freshness Nightly: rebuild detection on file checksum instead of mtime
#14136 opened Jun 25, 2024 by Xaeroxe
4 tasks
pragmatically compare timestamps (as suggested by kornelski) A-rebuild-detection Area: rebuild detection and fingerprinting disposition-merge FCP with intent to merge proposed-final-comment-period An FCP proposal has started, but not yet signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#13955 opened May 23, 2024 by gilescope Loading…
Show more details on "Dirty ...: dependency info changed" 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-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13859 opened May 4, 2024 by RalfJung
cargo fix: Warnings from inapplicable lint fixes suppress actual errors (deny) from subsequent cargo check runs A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug Command-fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13217 opened Dec 29, 2023 by jinohkang-theori
Cargo always rebuilds the project even when no changes made on WSL A-filesystem Area: issues with filesystems A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug O-windows OS: Windows S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13119 opened Dec 6, 2023 by Yury-Fridlyand
Cargo doesn't run expected binary when it shares a name with another binary in another package in the same workspace A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) 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.
#13105 opened Dec 3, 2023 by IceSentry
cargo check doesn't give correct diagnostics A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug Command-check S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#12896 opened Oct 30, 2023 by cod1r
When sharing CARGO_TARGET_DIR, cargo does not distinguish between 2 path deps with the same name/version 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.
#12516 opened Aug 16, 2023 by codyps
cargo doc doesn't detect dirty sources from parent directories A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug Command-doc S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#12266 opened Jun 13, 2023 by P1n3appl3
Spurious rebuilds due to filesystem rounding file modification timestamps A-filesystem Area: issues with filesystems A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#12060 opened Apr 29, 2023 by kornelski
Moving CARGO_HOME invalidates target caches 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.
#10915 opened Aug 1, 2022 by overdrivenpotato
rerun-if-changed doesn't handle past timestamps A-build-scripts Area: build.rs scripts A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#10791 opened Jun 25, 2022 by ehuss
Cargo does not check for presence of both src/module.rs and src/module/mod.rs on every invocation of cargo build. A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#10750 opened Jun 12, 2022 by tysonliddell
cargo doesn't rerun build scripts when RUSTC is changed A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#10367 opened Feb 7, 2022 by jyn514
cargo check not rebuilding dependency that has changed A-rebuild-detection Area: rebuild detection and fingerprinting S-triage Status: This issue is waiting on initial triage.
#10175 opened Dec 6, 2021 by ehuss
Using git for change detection causes issue when moving/renaming files A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#9986 opened Oct 20, 2021 by vjpr
ProTip! Find all open issues with in progress development work with linked:pr.