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

Use the replacement source instead of the original source when generating -C metadata and -C extra-filename A-cargo-targets 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.
#14822 opened Nov 14, 2024 by P-E-Meunier Draft
cargo check --all-targets gives bad error details when tests are disabled but benches aren't A-build-execution Area: anything dealing with executing the compiler A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14571 opened Sep 20, 2024 by Nemo157
Invalid binary already exists error from cargo install in case of binary disabled by feature A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug Command-install S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14384 opened Aug 10, 2024 by senia-psm
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…
Unify no-library-target error into no-target warn A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14163 opened Jun 28, 2024 by ryoqun Loading…
cargo doesn't include test = false tests in --tests or --all-targets A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#13828 opened Apr 29, 2024 by vojtechkral
Replacment of - vs _ in package names inconsistent A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-documenting-cargo-itself Area: Cargo's documentation S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#13541 opened Mar 5, 2024 by nuke-web3
cargo clippy and cargo clippy --fix --allow-dirty have different reports A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug Command-clippy Command-fix S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#13527 opened Mar 4, 2024 by Rustin170506
cargo test: option to run all tests under the same binary A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13450 opened Feb 16, 2024 by Astlaan
cargo doc should suggest --lib override if documenting a crate with only doc = false targets A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-diagnostics Area: Error and warning messages generated by Cargo itself. C-enhancement Category: enhancement Command-doc S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#13437 opened Feb 13, 2024 by obi1kenobi
[rustdoc] Integration test documentation build failure A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug Command-rustdoc S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13427 opened Feb 10, 2024 by bwidawsk
unstable different-binary-name is not compatible with wasm32-unknown-emscripten A-cargo-targets 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.
#13358 opened Jan 27, 2024 by weihanglo
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
Add an option to skip building binaries when there are integration tests A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12980 opened Nov 15, 2023 by xxchan
Support [target.'cfg(...)'.lib] sections A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-crate-types Area: crate-type declaration (lib, staticlib, dylib, cdylib, etc.) A-manifest Area: Cargo.toml issues C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12260 opened Jun 13, 2023 by mcclure
Support per-pkg-target for -Zbuild-std, take two A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#11969 opened Apr 13, 2023 by fee1-dead Loading…
feat(profile): panic behavior can be specified for custom harness A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues A-profiles Area: profiles S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#11272 opened Oct 21, 2022 by weihanglo Loading…
Provide an option to cargo check everything except benchmarks A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#10958 opened Aug 9, 2022 by RalfJung
cargo run without --bin builds lib.rs A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug Command-run S-triage Status: This issue is waiting on initial triage.
#9235 opened Mar 3, 2021 by cecton
Target configuration for binaries A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-manifest Area: Cargo.toml issues C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#9208 opened Feb 25, 2021 by MichaelMcDonnell
Allow hyphens in cdylib names A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) 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.
#9038 opened Jan 2, 2021 by pbor
Support discoverability of test targets accepted by cargo test --test A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-diagnostics Area: Error and warning messages generated by Cargo itself. A-documenting-cargo-itself Area: Cargo's documentation 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.
#8717 opened Sep 19, 2020 by rrnewton
Make it easy to list and run all examples A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cli Area: Command-line interface, option parsing, etc. A-examples Area: example targets 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.
#8356 opened Jun 12, 2020 by robinmoussu
cargo test --all-targets also runs binaries marked as test=false A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#8338 opened Jun 6, 2020 by Ekleog
Provide a way to generate hardlinks for binaries under different names A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) 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.
#8213 opened May 6, 2020 by luser
ProTip! Adding no:label will show everything without a label.