Unlabeled
A-aliases
Area: command aliases
A-build-dependencies
Area: [build-dependencies]
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-build-system
Area: build system integration
A-building-cargo-itself
Area: issues with building cargo
A-cache-messages
Area: caching of compiler messages
A-caching
Area: caching of dependencies, repositories, and build artifacts
A-cargo-api
Area: cargo-the-library API and internal code issues
A-cargo-targets
Area: selection and definition of targets (lib, bins, examples, tests, benches)
A-cfg-expr
Area: Platform cfg expressions
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-completions
Area: shell completions
A-config-cli
Area: --config CLI option
A-config-profile
Area: `[profile]` in cargo config files
A-configuration
Area: cargo config files and env vars
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-crate-dependencies
Area: [dependencies] of any kind
A-crate-types
Area: crate-type declaration (lib, staticlib, dylib, cdylib, etc.)
A-cross-compiling
Area: using --target flag for other platforms
A-custom-subcommands
Area: custom 3rd party subcommand plugins
A-debugging
Area: debug builds and debugging generated code
A-debugging-cargo
Area: debugging cargo itself
A-dep-info
Area: dep-info, .d files
A-dependency-resolution
Area: dependency resolution and the resolver
A-dev-dependencies
Area: [dev-dependencies]
A-directory-source
Area: directory sources (vendoring)
A-doctests
Area: rustdoc --test
A-documenting-cargo-itself
Area: Cargo's documentation
A-edition-next
Area: may require a breaking change over an edition
A-editions
Area: edition-specific issues
A-environment-variables
Area: environment variables
A-errors
Area: Error and warning messages generated by Cargo itself.
A-examples
Area: example targets
A-external-dependencies
Area: dependencies on things outside of cargo
A-features
Area: features — conditional compilation
A-features2
Area: issues specifically related to the v2 feature resolver
A-filesystem
Area: issues with filesystems
A-future-incompat
Area: future incompatible reporting
A-git
Area: anything dealing with git
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-jobserver
Area: jobserver, concurrency, parallelism
A-json-output
Area: JSON message output
A-layout
Area: target output directory layout, naming, and organization
A-license
Area: license handling
A-linkage
Area: linker issues, dylib, cdylib, shared libraries, so
A-links
Area: `links` native library links setting
A-lints
Area: rustc lint configuration
A-local-registry-source
Area: local registry sources (vendoring)
A-lockfile
Area: Cargo.lock issues
A-lto
Area: link-time optimization
A-manifest
Area: Cargo.toml issues
A-namespaced-features
Area: namespaced-features
A-networking
Area: networking issues, curl, etc.
A-new-subcommand
Area: new subcommand
A-offline
Area: offline mode
A-optional-dependencies
Area: dependencies with optional=true
A-overrides
Area: general issues with overriding dependencies (patch, replace, paths)
A-patch
Area: [patch] table override
A-plugins
Area: extending cargo
A-proc-macro
Area: compiling proc-macros
A-profile-overrides
Area: profile-overrides
A-profiles
Area: profiles
A-readme
Area: README file issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-replace
Area: [replace] table override
A-reproducibility
Area: reproducible / deterministic builds
A-required-features
Area: required-features setting
A-rust-version
Area: rust-version in Cargo.toml
A-rustflags
Area: rustflags
A-rustup
Area: rustup interaction
A-security
Area: security
A-semver
Area: semver specifications, version matching, etc.
A-source-replacement
Area: [source] replacement
A-sparse-registry
Area: http sparse registries
A-target-dependencies
Area: [target.'cfg(foo)'.dependencies]
A-target-spec
Area: target JSON spec files
A-testing-cargo-itself
Area: cargo's tests
A-timings
Area: timings
A-toml
Area: TOML parsing and handling
A-tooling
Area: interaction with other tools
A-unstable
Area: nightly unstable support
A-vcs
Area: general VCS issues
A-workspace-inheritance
Area: workspace inheritance RFC 2906
A-workspaces
Area: workspaces
A-yanked
Area: yanked dependencies
beta-nominated
Nominated to backport to the beta branch.
C-bug
Category: bug
C-cleanup
Category: cleanup within the codebase
C-enhancement
Category: enhancement
C-feature-request
Category:*Proposal* for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
C-question
Category: question
C-tracking-issue
Category: A tracking issue for something unstable.
Command-add
Command-bench
Command-build
Command-check
Command-clean
Command-clippy
Command-doc
Command-fetch
Command-fix
Command-fmt
Command-generate-lockfile
Command-git-checkout
Command-init
Command-install
Command-list
Command-locate-project
Command-login
Command-logout
Command-metadata
Command-new
Command-owner
Command-package
Command-pkgid
Command-publish
Command-read-manifest
Command-remove
Command-report
Command-run
Command-rustc
Command-rustdoc
Command-search
Command-test
Command-tree
Command-uninstall
Command-update
Command-vendor
Command-verify-project
Command-version
Command-yank
disposition-close
disposition-merge
FCP with intent to merge
E-easy
Experience: Easy
E-hard
Experience: Hard
E-medium
Experience: Medium
final-comment-period
FCP — a period for last comments before action is taken
finished-final-comment-period
FCP complete
I-nominated-to-discuss
To be discussed during issue triage on the next Cargo team meeting
O-android
OS: Android
O-linux
OS: Linux
O-macos
OS: macOS
O-musl
OS: musl targets
O-openbsd
OS: OpenBSD
O-solaris
OS: Oracle Solaris
O-wasm
OS: WASM target released issues
O-windows
OS: Windows
P-high
Priority: High
P-low
Priority: Low
Performance
Gotta go fast!
proposed-final-comment-period
An FCP proposal has started, but not yet signed off.
regression-from-stable-to-beta
Regression in beta that previously worked in stable.
regression-from-stable-to-nightly
Regression in nightly that previously worked in stable.
regression-from-stable-to-stable
Regression in stable that worked in a previous stable release.
relnotes
Release-note worthy
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
S-needs-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
S-needs-rfc
Status: Needs an RFC to make progress.
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
S-triage
Status: This issue is waiting on initial triage.
S-waiting-on-author
Status: The marked PR is awaiting some action (such as code changes) from the PR author.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
S-waiting-on-feedback
Status: An implemented feature is waiting on community feedback for bugs or design concerns.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-cargo
Team: Cargo
T-crates-io
Team: crates.io
T-infra
Team: infrastructure
to-announce
Z-advanced-env
Nightly: advanced-env
Z-avoid-dev-deps
Nightly: avoid-dev-deps
Z-binary-dep-depinfo
Nightly: binary-dep-depinfo
Z-bindeps
Nightly: binary artifact dependencies
Z-build-plan
Nightly: --build-plan feature
Z-build-std
Nightly: build-std
Z-cargo-config
Nightly: cargo config subcommand
Z-config-include
Nightly: `include` config key
Z-credential-process
Nightly: credential-process
Z-doctest-xcompile
Nightly: doctest-xcompile
Z-dual-proc-macros
Nightly: dual-proc-macros
Z-gitoxide
Nightly: gitoxide integration
Z-host-config
Nightly: host-config
Z-lints-table
Nightly: [lints] table
Z-metabuild
Nightly: metabuild
Z-minimal-versions
Nightly: minimal-versions
Z-mtime-on-use
Nightly: mtime-on-use
Z-no-index-update
Nightly: no-index-update
Z-out-dir
Nightly: --out-dir
Z-per-package-target
Nightly: per-package-target
Z-profile-rustflags
Nightly: profile-rustflags
Z-public-dependency
Nightly: public-dependency
Z-registry-auth
Nightly registry-auth
Z-rustdoc-map
Nightly: rustdoc-map
Z-scrape-examples
Nightly: rustdoc scrape examples
Z-target-applies-to-host
Nightly: target-applies-to-host
Z-trim-paths
Nightly: path sanitization
No labels found. Sorry about that.