-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Issues: rust-lang/cargo
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Recompilation across crates in workspace when there is a proc-macro dependency
A-proc-macro
Area: compiling proc-macros
A-rebuild-detection
Area: rebuild detection and fingerprinting
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#15382
opened Apr 3, 2025 by
RedBreadcat
Tracking Issue for Area: rebuild detection and fingerprinting
C-tracking-issue
Category: A tracking issue for something unstable.
Command-doc
S-waiting-on-feedback
Status: An implemented feature is waiting on community feedback for bugs or design concerns.
-Zrustdoc-depinfo
A-rebuild-detection
#15370
opened Mar 31, 2025 by
weihanglo
1 task
cargo build --features "X"
doesn't update binary mtime when list of features change
A-build-system
#15313
opened Mar 15, 2025 by
schultetwin1
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
oriongonza
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
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
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 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
RUSTFLAGS
between cargo build
and cargo clippy
invalidate "core" crate when using build-std
A-rebuild-detection
#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
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
#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 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.
CARGO_TARGET_DIR
, cargo
does not distinguish between 2 path deps with the same name/version
A-rebuild-detection
#12516
opened Aug 16, 2023 by
codyps
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 Area: rebuild detection and fingerprinting
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
src/module.rs
and src/module/mod.rs
on every invocation of cargo build
.
A-rebuild-detection
#10750
opened Jun 12, 2022 by
tysonliddell
Previous Next
ProTip!
Adding no:label will show everything without a label.