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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Arbitrary code execution during cargo build A-security Area: security C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#13897 opened May 10, 2024 by LOURC0D3
cargo add changes file permissions of Cargo.toml to 600 A-filesystem Area: issues with filesystems C-bug Category: bug Command-add Command-remove S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13896 opened May 10, 2024 by stevenengler
Cargo not running integration tests on cargo test if version number is big, i.e. 5123.0.0 C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13895 opened May 9, 2024 by simple0x47
cargo reports a warning: panic setting is ignored for bench profile. When the value it is not ignored. C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#13894 opened May 9, 2024 by zeroflaw
Migrate away from ad-hoc snapshot testing for rustfix test suite A-testing-cargo-itself Area: cargo's tests C-cleanup Category: cleanup within the codebase Command-fix S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13891 opened May 9, 2024 by weihanglo
Document/standardize the docsrs "well-known" feature A-documenting-cargo-itself Area: Cargo's documentation C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13875 opened May 7, 2024 by zvolin
Call for Testing: MSRV-aware resolver A-dependency-resolution Area: dependency resolution and the resolver S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns.
#13873 opened May 7, 2024 by epage
Flag to not add a crate to a workspace when calling cargo new C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-init Command-new S-triage Status: This issue is waiting on initial triage.
#13871 opened May 6, 2024 by Makogan
Cargo config flag not getting evaluated C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13866 opened May 6, 2024 by PoisonPhang
Unnecessary index fetching upon patching two dependencies with same package name A-dependency-resolution Area: dependency resolution and the resolver A-lockfile Area: Cargo.lock issues C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#13862 opened May 4, 2024 by ldm0
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
Allow registry configuration for disabling checksum validation A-registries Area: registries 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.
#13858 opened May 3, 2024 by stefanvanburen
Support workspace-level crate version denylist / local yanking A-dependency-resolution Area: dependency resolution and the resolver A-patch Area: [patch] table override 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.
#13856 opened May 3, 2024 by demurgos
The cargo build --bins re-builds binaries again after cargo build --all-targets A-features Area: features — conditional compilation A-workspaces Area: workspaces C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13844 opened May 2, 2024 by achary
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
bit-set 0.2.0 compilation failed A-crate-dependencies Area: [dependencies] of any kind C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#13824 opened Apr 29, 2024 by positiveway
Overriding config through nested aliases does not work A-aliases Area: command aliases C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request. S-triage Status: This issue is waiting on initial triage.
#13822 opened Apr 29, 2024 by DaniPopes
Allow setting lints.workspace as false A-lints-table Area: [lints] table A-workspace-inheritance Area: workspace inheritance RFC 2906 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.
#13821 opened Apr 28, 2024 by Kriskras99
Duplicate rustflags should be de-duplicated A-rustflags Area: rustflags C-bug Category: bug E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13774 opened Apr 18, 2024 by StealthyKamereon
"cargo new" should add pre-commit hooks for autoformatter and linter A-vcs Area: general VCS issues C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-init Command-new S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13758 opened Apr 15, 2024 by worldmind
cargo clean fails on projects using cxx for rust <> c++ bindings C-bug Category: bug Command-clean E-easy Experience: Easy O-windows OS: Windows S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13752 opened Apr 13, 2024 by moizzd
Support setting target runner in the [profile] settings A-configuration Area: cargo config files and env vars A-profiles Area: profiles C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13737 opened Apr 11, 2024 by masriomarm
Patching an indirect dependency with package = "xxx" renaming C-question Category: question S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13734 opened Apr 11, 2024 by billy1624
Panic on use of libraries with proc-macro examples 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-features2 Area: issues specifically related to the v2 feature resolver A-proc-macro Area: compiling proc-macros C-bug Category: bug S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#13726 opened Apr 9, 2024 by OliverKillane
non-blocking build error reported in example code since 0d62ae2 A-diagnostics Area: Error and warning messages generated by Cargo itself. A-manifest Area: Cargo.toml issues C-bug Category: bug regression-from-stable-to-stable Regression in stable that worked in a previous stable release. S-triage Status: This issue is waiting on initial triage.
#13724 opened Apr 8, 2024 by ckoehler
ProTip! Adding no:label will show everything without a label.