-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Pull requests: rust-lang/cargo
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Make more reads of environment variables go through the Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cache-messages
Area: caching of compiler messages
A-configuration
Area: cargo config files and env vars
A-dependency-resolution
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
A-rebuild-detection
Area: rebuild detection and fingerprinting
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Config
A-build-execution
doc: the first line should be a simple sentence instead of a heading
A-dependency-resolution
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
A-profiles
Area: profiles
A-rebuild-detection
Area: rebuild detection and fingerprinting
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Clippy
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cfg-expr
Area: Platform cfg expressions
A-configuration
Area: cargo config files and env vars
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-dependency-resolution
Area: dependency resolution and the resolver
A-directory-source
Area: directory sources (vendoring)
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-interacts-with-crates.io
Area: interaction with registries
A-links
Area: `links` native library links setting
A-lockfile
Area: Cargo.lock issues
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-timings
Area: timings
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-add
Command-fix
Command-generate-lockfile
Command-package
Command-pkgid
Command-tree
Command-yank
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
dont make new constant InternedString in hot path
A-dependency-resolution
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
Command-tree
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(cli): Trace core cargo operations
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cache-messages
Area: caching of compiler messages
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-dependency-resolution
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
A-lockfile
Area: Cargo.lock issues
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat(resolver): Add v3 resolver for MSRV-aware resolving
A-dependency-resolution
Area: dependency resolution and the resolver
A-documenting-cargo-itself
Area: Cargo's documentation
A-features2
Area: issues specifically related to the v2 feature resolver
A-manifest
Area: Cargo.toml issues
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Fix dep/feat syntax with hidden implicit optional dependencies
A-dependency-resolution
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(env): Area: Platform cfg expressions
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-configuration
Area: cargo config files and env vars
A-dependency-resolution
Area: dependency resolution and the resolver
A-documenting-cargo-itself
Area: Cargo's documentation
A-features2
Area: issues specifically related to the v2 feature resolver
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-layout
Area: target output directory layout, naming, and organization
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-testing-cargo-itself
Area: cargo's tests
A-workspaces
Area: workspaces
Command-add
Command-bench
Command-build
Command-clean
Command-fetch
Command-fix
Command-install
Command-metadata
Command-package
Command-remove
Command-test
Command-tree
Command-update
Command-vendor
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
cargo:rerun-if-env-changed
doesn't work with env configuration
A-cfg-expr
#14027
by heisen-li
was closed Jun 13, 2024
Loading…
fix: proc-macro example from dep no longer affects feature resolution
A-dependency-resolution
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
A-proc-macro
Area: compiling proc-macros
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
improve error reporting when feature not found in Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
activated_features
A-dependency-resolution
Fix panic when running cargo tree on a package with a cross compiled bindep
A-build-execution
Area: anything dealing with executing the compiler
A-dep-info
Area: dep-info, .d files
A-dependency-resolution
Area: dependency resolution and the resolver
A-documenting-cargo-itself
Area: Cargo's documentation
A-features2
Area: issues specifically related to the v2 feature resolver
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-testing-cargo-itself
Area: cargo's tests
A-unstable
Area: nightly unstable support
Command-tree
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Support dependencies from registries for artifact dependencies, take 2
A-cfg-expr
Area: Platform cfg expressions
A-crate-dependencies
Area: [dependencies] of any kind
A-dependency-resolution
Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
A-interacts-with-crates.io
Area: interaction with registries
A-manifest
Area: Cargo.toml issues
A-registries
Area: registries
A-testing-cargo-itself
Area: cargo's tests
Command-fetch
Command-fix
Command-metadata
Command-publish
Command-tree
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Fix panic when running Area: dependency resolution and the resolver
A-features2
Area: issues specifically related to the v2 feature resolver
Command-tree
S-waiting-on-author
Status: The marked PR is awaiting some action (such as code changes) from the PR author.
cargo tree
on a package with a cross compiled bindep
A-dependency-resolution
#13207
by rukai
was closed Nov 2, 2024
Loading…
feat(cli): Allow logging to chrome traces
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cache-messages
Area: caching of compiler messages
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-dependency-resolution
Area: dependency resolution and the resolver
A-documenting-cargo-itself
Area: Cargo's documentation
A-features2
Area: issues specifically related to the v2 feature resolver
A-lockfile
Area: Cargo.lock issues
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
docs: Clean up doc comments
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cache-messages
Area: caching of compiler messages
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-configuration
Area: cargo config files and env vars
A-credential-provider
Area: credential provider for storing and retreiving credentials
A-dependency-resolution
Area: dependency resolution and the resolver
A-environment-variables
Area: environment variables
A-features2
Area: issues specifically related to the v2 feature resolver
A-git
Area: anything dealing with git
A-home
Area: the `home` crate
A-interacts-with-crates.io
Area: interaction with registries
A-layout
Area: target output directory layout, naming, and organization
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-semver
Area: semver specifications, version matching, etc.
A-testing-cargo-itself
Area: cargo's tests
A-timings
Area: timings
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-add
Command-fix
Command-new
Command-tree
Command-update
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
ProTip!
Follow long discussions with comments:>50.