-
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
Enhanced configuration discovery for 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-documenting-cargo-itself
Area: Cargo's documentation
Command-install
Command-uninstall
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
cargo install
and cargo uninstall
commands
A-cli
Add a flag for keeping target directory on clean
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-clean
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#11888
by nandesu-utils
was closed May 2, 2023
Loading…
Improve Area: Command-line interface, option parsing, etc.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
cargo --list
output (split output into sections)
A-cli
#12196
by blyxyas
was closed May 28, 2023
Loading…
Pass the --config settings to external subcommands with CARGO_CONFIG env
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#12006
by varphone
was closed Apr 24, 2023
Loading…
Added alias to cargo install
A-cli
Area: Command-line interface, option parsing, etc.
Command-install
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#11845
by gautamprikshit1
was closed Mar 28, 2023
Loading…
added cargo space command easter egg
A-cli
Area: Command-line interface, option parsing, etc.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#12683
by ThomasBaumkircher
was closed Sep 19, 2023
Loading…
vendor: Add --include-path-deps to include path dependencies
A-cli
Area: Command-line interface, option parsing, etc.
Command-vendor
S-waiting-on-author
Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#12858
by stevenroose
was closed Feb 29, 2024
Loading…
Add command Area: selection and definition of targets (lib, bins, examples, tests, benches)
A-cli
Area: Command-line interface, option parsing, etc.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
run-custom-build
.
A-cargo-targets
#13676
by declantsien
was closed Apr 1, 2024
Loading…
Support OUT_DIR located in Area: Command-line interface, option parsing, etc.
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
\\?\
path on Windows
A-cli
introduce no-path-check for install command
A-cli
Area: Command-line interface, option parsing, etc.
A-completions
Area: shell completions
A-configuration
Area: cargo config files and env vars
A-documenting-cargo-itself
Area: Cargo's documentation
Command-install
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14274
by jdknight
was closed Aug 31, 2024
Loading…
Warnings for breaking changes to the configuration discovery of Area: Command-line interface, option parsing, etc.
Command-install
Command-uninstall
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
cargo install
and cargo uninstall
proposed in #11775
A-cli
Better suggestion for unsupported Area: Command-line interface, option parsing, etc.
Command-add
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--path
flag
A-cli
fix: align Area: Command-line interface, option parsing, etc.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
cargo --help
text
A-cli
chore: Fix typos
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-documenting-cargo-itself
Area: Cargo's documentation
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-layout
Area: target output directory layout, naming, and organization
A-rebuild-detection
Area: rebuild detection and fingerprinting
A-registries
Area: registries
A-semver
Area: semver specifications, version matching, etc.
A-unstable
Area: nightly unstable support
Command-metadata
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Fix redundant imports.
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-interacts-with-crates.io
Area: interaction with registries
A-manifest
Area: Cargo.toml issues
A-testing-cargo-itself
Area: cargo's tests
Command-fix
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(alias): dont panic when resolving an empty alias
A-cli
Area: Command-line interface, option parsing, etc.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
replace !Vec::is_empty() then Some(Vec) with bool::then()
A-cli
Area: Command-line interface, option parsing, etc.
Command-rustc
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14516
by srtnnm
was closed Sep 15, 2024
Loading…
fix(complete): Don't complete files for any value
A-cli
Area: Command-line interface, option parsing, etc.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Remove the support for Area: Command-line interface, option parsing, etc.
Command-run
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Cargo.toml
of the cargo-script
A-cli
feat: new 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-metadata
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
--root-only
flag for metadata
A-cli
#15105
by tkr-sh
was closed Jan 26, 2025
Loading…
Add unsupported short flag suggestion for Area: Command-line interface, option parsing, etc.
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--target
and --exclude
flags
A-cli
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.
fix(script): Process config relative to script, not CWD
A-cli
Area: Command-line interface, option parsing, etc.
A-documenting-cargo-itself
Area: Cargo's documentation
Command-run
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
refactor: use Area: Command-line interface, option parsing, etc.
A-interacts-with-crates.io
Area: interaction with registries
Command-init
Command-install
Command-login
Command-logout
Command-new
Command-owner
Command-publish
Command-search
Command-yank
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
RegistryOrIndex
enum to replace two booleans
A-cli
refactor(util): Prepare for splitting out semver logic
A-cli
Area: Command-line interface, option parsing, etc.
A-manifest
Area: Cargo.toml issues
A-semver
Area: semver specifications, version matching, etc.
Command-install
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Previous Next
ProTip!
Updated in the last three days: updated:>2025-02-05.