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

Setting default-member on a workspace makes cargo test only test one project C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#13855 opened May 3, 2024 by gilescope
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-triage Status: This issue is waiting on initial triage.
#13844 opened May 2, 2024 by achary
[regression] cargo vendor keeps workspace inheritance for some things A-workspace-inheritance Area: workspace inheritance RFC 2906 C-bug Category: bug regression-from-stable-to-beta Regression in beta that previously worked in stable. S-triage Status: This issue is waiting on initial triage.
#13843 opened May 2, 2024 by glandium
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-crate-types Area: crate-type declaration (lib, staticlib, dylib, cdylib, etc.) A-features2 Area: issues specifically related to the v2 feature resolver C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#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
Add warning for unused workspace dependency A-diagnostics Area: Error and warning messages generated by Cargo itself. C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13723 opened Apr 8, 2024 by legounix
Cargo packages duplicate files on case-insensitive file systems A-filesystem Area: issues with filesystems C-bug Category: bug Command-package O-macos OS: macOS O-windows OS: Windows S-triage Status: This issue is waiting on initial triage.
#13722 opened Apr 7, 2024 by kornelski
worker.js file should be placed into the output directory when targeting Emscripten with pthread support A-layout Area: target output directory layout, naming, and organization C-bug Category: bug O-wasm OS: WASM target released issues S-needs-team-input Status: Needs input from team on whether/how to proceed.
#13720 opened Apr 7, 2024 by syrel
Cargo updates registry index on every command A-caching Area: caching of dependencies, repositories, and build artifacts C-bug Category: bug S-needs-team-input Status: Needs input from team on whether/how to proceed.
#13712 opened Apr 5, 2024 by Mark-Simulacrum
Develop against local-only packages without ../../ or absolute paths in dependencies A-crate-dependencies Area: [dependencies] of any kind A-local-registry-source Area: local registry sources (vendoring) 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.
#13708 opened Apr 5, 2024 by owl-from-hogvarts
Renaming kebab-case cdylib target to kebab_case in metadata breaks cargo subcommands C-bug Category: bug Command-metadata regression-from-stable-to-beta Regression in beta that previously worked in stable. S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13705 opened Apr 4, 2024 by workingjubilee
cargo add to package within a virtual workspace behaves differently when translating package name C-bug Category: bug Command-add S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13702 opened Apr 4, 2024 by dohse
Include cargo_vcs_info.json even for dirty working directories C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-package S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13695 opened Apr 2, 2024 by kornelski
cargo package --list shows different whether .git is present or not A-git Area: anything dealing with git C-bug Category: bug Command-package S-needs-team-input Status: Needs input from team on whether/how to proceed.
#13691 opened Apr 2, 2024 by MarcoIeni
Unhelpful error messages with env-vars that don't set all fields of a config struct A-configuration Area: cargo config files and env vars A-diagnostics Area: Error and warning messages generated by Cargo itself. A-environment-variables Area: environment variables C-bug Category: bug S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13688 opened Apr 2, 2024 by Nemo157
Build script allowlist mode A-build-scripts Area: build.rs scripts A-security Area: security 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.
#13681 opened Apr 1, 2024 by opeik
ProTip! Mix and match filters to narrow down what you’re looking for.