-
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
Strip debuginfo when debuginfo is not requested
A-build-execution
Area: anything dealing with executing the compiler
A-profiles
Area: profiles
relnotes
Release-note worthy
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat(metadata): Add profiles information to Area: Cargo.toml issues
A-profiles
Area: profiles
Command-metadata
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-cargo
Team: Cargo
cargo metadata
A-manifest
#12449
by calavera
was closed Oct 5, 2023
Loading…
Read environment variables through Area: anything dealing with executing the compiler
A-cfg-expr
Area: Platform cfg expressions
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-git
Area: anything dealing with git
A-interacts-with-crates.io
Area: interaction with registries
A-layout
Area: target output directory layout, naming, and organization
A-profiles
Area: profiles
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
Command-doc
Command-fix
Command-install
Command-new
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Config
instead of std::env::var(_os)
A-build-execution
refactor(toml): Decouple parsing from interning system
A-cli
Area: Command-line interface, option parsing, etc.
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-workspaces
Area: workspaces
Command-remove
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Recompile on profile rustflags changes
A-profiles
Area: profiles
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
[beta-1.70] backport #12165
A-build-execution
Area: anything dealing with executing the compiler
A-profiles
Area: profiles
A-testing-cargo-itself
Area: cargo's tests
A-unstable
Area: nightly unstable support
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#12167
by weihanglo
was closed May 27, 2023
Loading…
Don't distinguish Area: anything dealing with executing the compiler
A-profiles
Area: profiles
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Debuginfo::None
and Debuginfo::Explicit(None)
A-build-execution
fix: pass Area: profiles
beta-nominated
Nominated to backport to the beta branch.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
-C debuginfo
after weakening if explicitly set
A-profiles
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.
feat(trim-paths): set env Area: build.rs scripts
A-documenting-cargo-itself
Area: Cargo's documentation
A-environment-variables
Area: environment variables
A-profiles
Area: profiles
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Z-trim-paths
Nightly: path sanitization
CARGO_TRIM_PATHS
for build scripts
A-build-scripts
refactor(toml): Pull out the schema
A-build-execution
Area: anything dealing with executing the compiler
A-cli
Area: Command-line interface, option parsing, etc.
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-package
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
refactor(toml): Decouple logic from schema
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-package
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
refactor(schemas): Pull out mod for proposed schemas package
A-build-execution
Area: anything dealing with executing the compiler
A-cli
Area: Command-line interface, option parsing, etc.
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-workspaces
Area: workspaces
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Allow named debuginfo options in Cargo.toml
A-build-execution
Area: anything dealing with executing the compiler
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-documenting-cargo-itself
Area: Cargo's documentation
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
refactor: Clarify more Config -> Context
A-build-execution
Area: anything dealing with executing the compiler
A-cfg-expr
Area: Platform cfg expressions
A-cli
Area: Command-line interface, option parsing, etc.
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-dependency-resolution
Area: dependency resolution and the resolver
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-manifest
Area: Cargo.toml issues
A-networking
Area: networking issues, curl, etc.
A-profiles
Area: profiles
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-unstable
Area: nightly unstable support
A-workspaces
Area: workspaces
Command-doc
Command-fetch
Command-generate-lockfile
Command-package
Command-publish
Command-yank
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
refactor: Pull PackageIdSpec into schema
A-cli
Area: Command-line interface, option parsing, etc.
A-dependency-resolution
Area: dependency resolution and the resolver
A-interacts-with-crates.io
Area: interaction with registries
A-profiles
Area: profiles
A-workspaces
Area: workspaces
Command-clean
Command-generate-lockfile
Command-install
Command-pkgid
Command-publish
Command-remove
Command-tree
Command-uninstall
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat: implement RFC 3127 Area: anything dealing with executing the compiler
A-cache-messages
Area: caching of compiler messages
A-documenting-cargo-itself
Area: Cargo's documentation
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Z-trim-paths
Nightly: path sanitization
-Ztrim-paths
A-build-execution
Migrate Cargo's &Option<T> into Option<&T>
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-cli
Area: Command-line interface, option parsing, etc.
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-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-registries
Area: registries
A-testing-cargo-itself
Area: cargo's tests
A-timings
Area: timings
A-workspaces
Area: workspaces
Command-fix
Command-package
Command-publish
Command-test
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14609
by nyurik
was closed Oct 2, 2024
Loading…
refactor(schemas): Pull out as Area: anything dealing with executing the compiler
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-git
Area: anything dealing with git
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-manifest
Area: Cargo.toml issues
A-profiles
Area: profiles
A-registries
Area: registries
A-semver
Area: semver specifications, version matching, etc.
A-workspaces
Area: workspaces
Command-add
Command-install
Command-new
disposition-merge
FCP with intent to merge
finished-final-comment-period
FCP complete
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-cargo
Team: Cargo
cargo-util-schemas
A-build-execution
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!
Updated in the last three days: updated:>2025-01-13.