-
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
refactor(fingerprint): Track the intent for each use of Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-layout
Area: target output directory layout, naming, and organization
Command-test
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
UnitHash
A-build-execution
cargo test --help: clarify --tests and --benches
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
Command-bench
Command-build
Command-check
Command-fix
Command-rustc
Command-rustdoc
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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…
Add location information in patch error messages
A-build-execution
Area: anything dealing with executing the compiler
A-build-scripts
Area: build.rs scripts
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-completions
Area: shell completions
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-documenting-cargo-itself
Area: Cargo's documentation
A-environment-variables
Area: environment variables
A-future-incompat
Area: future incompatible reporting
A-git
Area: anything dealing with git
A-home
Area: the `home` crate
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-layout
Area: target output directory layout, naming, and organization
A-lockfile
Area: Cargo.lock issues
A-manifest
Area: Cargo.toml issues
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-semver
Area: semver specifications, version matching, etc.
A-sparse-registry
Area: http sparse registries
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-bench
Command-build
Command-check
Command-clean
Command-doc
Command-fetch
Command-fix
Command-generate-lockfile
Command-info
Command-metadata
Command-package
Command-pkgid
Command-publish
Command-remove
Command-run
Command-rustc
Command-rustdoc
Command-test
Command-tree
Command-update
Command-vendor
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14473
by antoniospg
was closed Sep 8, 2024
Loading…
fix: doctest respects Cargo's color options
A-interacts-with-crates.io
Area: interaction with registries
Command-info
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Add Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-lockfile
Area: Cargo.lock issues
A-workspaces
Area: workspaces
Command-add
Command-bench
Command-build
Command-check
Command-clean
Command-doc
Command-fetch
Command-fix
Command-generate-lockfile
Command-metadata
Command-package
Command-pkgid
Command-publish
Command-remove
Command-run
Command-rustc
Command-rustdoc
Command-test
Command-tree
Command-update
Command-vendor
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--lockfile-path
flag
A-cli
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: using Area: Command-line interface, option parsing, etc.
Command-bench
Command-clean
Command-install
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--release/debug
and --profile
together becomes an error
A-cli
Recategorize cargo test's Area: Command-line interface, option parsing, etc.
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--doc
flag under "Target Selection"
A-cli
feat(resolve): Fallback to 'rustc -V' for MSRV resolving
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-workspaces
Area: workspaces
Command-add
Command-bench
Command-build
Command-check
Command-doc
Command-fix
Command-generate-lockfile
Command-run
Command-rustc
Command-rustdoc
Command-test
Command-update
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat(cli): Add --ignore-rust-version to update/generate-lockfile
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-workspaces
Area: workspaces
Command-add
Command-bench
Command-build
Command-check
Command-doc
Command-fix
Command-generate-lockfile
Command-run
Command-rustc
Command-rustdoc
Command-test
Command-update
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(help): Generalize --ignore-rust-version
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-workspaces
Area: workspaces
Command-add
Command-bench
Command-build
Command-check
Command-doc
Command-fix
Command-run
Command-rustc
Command-rustdoc
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Apply Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
-Zpanic-abort-tests
to doctests too
Command-test
S-waiting-on-bors
Clarify the function of the test options
A-cli
Area: Command-line interface, option parsing, etc.
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(cli): Clarify --test is for targets, not test functions
A-cli
Area: Command-line interface, option parsing, etc.
A-workspaces
Area: workspaces
Command-bench
Command-build
Command-check
Command-fix
Command-rustc
Command-rustdoc
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(help):Clarify install's positional
A-cli
Area: Command-line interface, option parsing, etc.
Command-bench
Command-init
Command-install
Command-login
Command-new
Command-owner
Command-pkgid
Command-run
Command-rustc
Command-rustdoc
Command-search
Command-test
Command-uninstall
Command-yank
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat: inherit jobserver from env for all kinds of runner
A-build-execution
Area: anything dealing with executing the compiler
Command-run
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
feat(help): Add styling to help output
A-cli
Area: Command-line interface, option parsing, etc.
Command-add
Command-bench
Command-build
Command-check
Command-clean
Command-doc
Command-fetch
Command-fix
Command-generate-lockfile
Command-init
Command-install
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-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
refactor: Use clap to suggest alternative argument for unsupported arguments
A-cli
Area: Command-line interface, option parsing, etc.
Command-bench
Command-build
Command-check
Command-doc
Command-fix
Command-install
Command-package
Command-publish
Command-run
Command-rustc
Command-rustdoc
Command-test
Command-vendor
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(lints): Doctest extraction should respect Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
[lints]
Command-test
S-waiting-on-bors
Print environment variables for Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
cargo run
in extra verbose mode
Command-run
Command-test
S-waiting-on-bors
feat: remove Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-completions
Area: shell completions
A-documenting-cargo-itself
Area: Cargo's documentation
Command-bench
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--keep-going
from cargo test/bench
A-cli
prompt the use of Area: Error and warning messages generated by Cargo itself.
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--nocapture
flag if cargo test
process is terminated via a signal.
A-diagnostics
Clarify in Area: Command-line interface, option parsing, etc.
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--help
that cargo test --all-targets
excludes doctests
A-cli
Enable Area: built-in command-line help
A-documenting-cargo-itself
Area: Cargo's documentation
A-unstable
Area: nightly unstable support
Command-test
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
doctest-in-workspace
by default
A-cli-help
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.