-
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
Make target dir self-ignoring
A-git
Area: anything dealing with git
A-layout
Area: target output directory layout, naming, and organization
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.
#15061
opened Jan 14, 2025 by
senekor
Re-organize build-dir by package + hash, rather than artifact type
A-layout
Area: target output directory layout, naming, and organization
C-cleanup
Category: cleanup within the codebase
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#15010
opened Jan 3, 2025 by
epage
Use the replacement source instead of the original source when generating Area: selection and definition of targets (lib, bins, examples, tests, benches)
A-layout
Area: target output directory layout, naming, and organization
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
-C metadata
and -C extra-filename
A-cargo-targets
#14822
opened Nov 14, 2024 by
P-E-Meunier
•
Draft
Optionally generate "dep-info for external build system integration" for test and example binaries
A-build-system
Area: build system integration
A-dep-info
Area: dep-info, .d files
A-layout
Area: target output directory layout, naming, and organization
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.
#14050
opened Jun 12, 2024 by
gsrushton
allow Area: target output directory layout, naming, and organization
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-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
cargo --profile debug
for simpler Makefiles
A-layout
#13495
opened Feb 27, 2024 by
lolbinarycat
split-debuginfo="packed"
create incorrect *.dSYM
bundle on macOS
A-debugging
#13365
opened Jan 29, 2024 by
inflation
unstable Area: selection and definition of targets (lib, bins, examples, tests, benches)
A-layout
Area: target output directory layout, naming, and organization
C-bug
Category: bug
O-wasm
OS: WASM target released issues
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
different-binary-name
is not compatible with wasm32-unknown-emscripten
A-cargo-targets
#13358
opened Jan 27, 2024 by
weihanglo
[wasm32-unknown-emscripten] Js and Wasm files have different names.
A-layout
Area: target output directory layout, naming, and organization
C-bug
Category: bug
O-wasm
OS: WASM target released issues
S-propose-close
Status: A team member has nominated this for closing, pending further input from the team
#13355
opened Dec 4, 2023 by
ahaoboy
Remap target dir
A-caching
Area: caching of dependencies, repositories, and build artifacts
A-configuration
Area: cargo config files and env vars
A-layout
Area: target output directory layout, naming, and organization
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.
#11156
opened Sep 28, 2022 by
alepez
Remove special cased OUT_DIR for Area: target output directory layout, naming, and organization
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-triage
Status: This issue is waiting on initial triage.
bench
, test
, and dev
profiles
A-layout
#11053
opened Sep 5, 2022 by
banool
Cannot have more than one target with the same name
A-layout
Area: target output directory layout, naming, and organization
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.
#9780
opened Aug 11, 2021 by
jquesada2016
Need a reliable way to get the target dir from the build script
A-build-scripts
Area: build.rs scripts
A-layout
Area: target output directory layout, naming, and organization
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-propose-close
Status: A team member has nominated this for closing, pending further input from the team
#9661
opened Jul 7, 2021 by
kennykerr
Cargo fails to build in Area: build.rs scripts
A-dev-dependencies
Area: [dev-dependencies]
A-layout
Area: target output directory layout, naming, and organization
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
release
mode when using a cdylib
dependency in the build script
A-build-scripts
#9261
opened Mar 13, 2021 by
abizjak
Binary project output within one workspace depends on build order
A-layout
Area: target output directory layout, naming, and organization
A-rebuild-detection
Area: rebuild detection and fingerprinting
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#8941
opened Dec 4, 2020 by
mineichen
Make CompilationFiles struct public for crates.io users
A-cargo-api
Area: cargo-the-library API and internal code issues
A-layout
Area: target output directory layout, naming, and organization
S-propose-close
Status: A team member has nominated this for closing, pending further input from the team
#8145
opened Apr 22, 2020 by
est31
Which parts of target directory worth caching?
A-documenting-cargo-itself
Area: Cargo's documentation
A-layout
Area: target output directory layout, naming, and organization
S-triage
Status: This issue is waiting on initial triage.
#7757
opened Dec 31, 2019 by
tesuji
Duplicate artifact tracking issue.
A-layout
Area: target output directory layout, naming, and organization
C-tracking-issue
Category: A tracking issue for something unstable.
S-needs-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#6313
opened Nov 13, 2018 by
ehuss
cargo check should be able to run in parallel to cargo build/run
A-layout
Area: target output directory layout, naming, and organization
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-build
Command-check
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#5169
opened Mar 12, 2018 by
Boscop
cargo ./target fills with outdated artifacts as toolchains are updated/changed
A-caching
Area: caching of dependencies, repositories, and build artifacts
A-layout
Area: target output directory layout, naming, and organization
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-clean
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Z-gc
Nightly: garbage collection
#5026
opened Feb 9, 2018 by
alexheretic
More granular locking in cargo_rustc
A-build-execution
Area: anything dealing with executing the compiler
A-layout
Area: target output directory layout, naming, and organization
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-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#4282
opened Jul 13, 2017 by
alexcrichton
emscripten support broken by cargo file layout changes
A-layout
Area: target output directory layout, naming, and organization
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-build
S-triage
Status: This issue is waiting on initial triage.
#4087
opened May 22, 2017 by
CryZe
doctest with crate of same name as a dependency fails with Area: rustdoc --test
A-layout
Area: target output directory layout, naming, and organization
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
multiple rlib candidates
A-doctests
#3599
opened Jan 26, 2017 by
vitiral
Previous Next
ProTip!
no:milestone will show everything without a milestone.