Skip to content

Pull requests: rust-lang/cargo

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Enhanced configuration discovery for cargo install and cargo uninstall commands 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-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.
#11775 by jofas was closed Mar 1, 2023 Draft
3 of 5 tasks
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 cargo --list output (split output into sections) A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#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 run-custom-build. A-cargo-targets 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.
#13676 by declantsien was closed Apr 1, 2024 Loading…
Support OUT_DIR located in \\?\ path on Windows A-cli 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.
#13914 by dtolnay was closed May 16, 2024 Draft
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 cargo install and cargo uninstall proposed in #11775 A-cli 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.
#11786 by jofas was closed Mar 1, 2023 Draft
Better suggestion for unsupported --path flag A-cli 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.
#12811 by Rustin170506 was merged Oct 12, 2023 Loading… 1.75.0
fix: align cargo --help text 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.
#12418 by weihanglo was merged Jul 31, 2023 Loading… 1.73.0
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.
#12707 by epage was merged Sep 19, 2023 Loading… 1.74.0
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.
#13464 by ehuss was merged Feb 20, 2024 Loading… 1.78.0
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.
#13613 by weihanglo was merged Mar 21, 2024 Loading… 1.79.0
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.
#14653 by epage was merged Oct 8, 2024 Loading… 1.83.0
Remove the support for Cargo.toml of the cargo-script A-cli 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.
#14670 by Rustin170506 was merged Oct 11, 2024 Loading… 1.84.0
feat: new --root-only flag for metadata 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-metadata S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15105 by tkr-sh was closed Jan 26, 2025 Loading…
Add unsupported short flag suggestion for --target and --exclude flags 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.
#12805 by Rustin170506 was merged Oct 11, 2023 Loading… 1.75.0
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.
#12881 by epage was merged Oct 28, 2023 Loading… 1.75.0
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.
#12303 by epage was merged Jun 22, 2023 Loading… 1.72.0
refactor: use RegistryOrIndex enum to replace two booleans A-cli 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.
#12677 by weihanglo was merged Sep 17, 2023 Loading… 1.74.0
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.
#12926 by epage was merged Nov 8, 2023 Loading… 1.75.0
ProTip! Updated in the last three days: updated:>2025-02-05.