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

fix(update): Make -p more convenient by being positional A-cli 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 A-registries Area: registries Command-update 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
#12545 by epage was merged Aug 29, 2023 Loading… 1.74.0
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.
#13128 by epage was merged Dec 8, 2023 Loading… 1.76.0
refactor(toml): Flatten manifest parsing A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars 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-workspaces Area: workspaces Command-new Command-package Command-publish Command-read-manifest Command-remove Command-vendor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13589 by epage was merged Mar 15, 2024 Loading… 1.78.0
Rename --out-dir to --artifact-dir A-build-execution Area: anything dealing with executing the compiler 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 A-layout Area: target output directory layout, naming, and organization A-semver Area: semver specifications, version matching, etc. Command-build Command-fix S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13809 by valadaptive was merged Jun 7, 2024 Loading… 1.81.0
Support package selection options like --exclude in cargo publish 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-publish S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14659 by jneem was merged Oct 15, 2024 Loading… 1.84.0
Add unsupported lowercase -z flag suggestion for -Z flag 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.
#12788 by Rustin170506 was merged Oct 10, 2023 Loading… 1.75.0
Add --ignore-rust-version flag to cargo install A-cli 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-install S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11859 by chaitanyav was merged Mar 17, 2023 Loading… 1.70.0
Remove duplicate binaries during install A-cli Area: Command-line interface, option parsing, etc. Command-install S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12868 by Rustin170506 was merged Oct 27, 2023 Loading… 1.75.0
feat: stabilize credential-process and registry-auth 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-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-interacts-with-crates.io Area: interaction with registries A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-sparse-registry Area: http sparse registries A-unstable Area: nightly unstable support Command-login Command-publish relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12649 by arlosi was merged Sep 18, 2023 Loading… 1.74.0
Index summary enum 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-dependency-resolution Area: dependency resolution and the resolver A-lockfile Area: Cargo.lock issues A-registries Area: registries A-testing-cargo-itself Area: cargo's tests S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12643 by Eh2406 was merged Sep 11, 2023 Loading… 1.74.0
cargo install: suggest --git when package name is url A-cli Area: Command-line interface, option parsing, etc. Command-install S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12575 by cardoso was merged Aug 29, 2023 Loading… 1.74.0
fix: using --release/debug and --profile together becomes an error A-cli 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.
#13971 by heisen-li was merged Jun 9, 2024 Loading… 1.81.0
fix(embedded): Don't append hash to bin names A-cli Area: Command-line interface, option parsing, etc. A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-manifest Area: Cargo.toml issues A-workspaces Area: workspaces Command-package Command-run S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12269 by epage was merged Jun 14, 2023 Loading… 1.72.0
Change config paths to only check CARGO_HOME for 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.
#14749 by Rustin170506 was merged Nov 4, 2024 Loading… 1.84.0
fix(embedded): Align package name sanitization with cargo-new A-cli Area: Command-line interface, option parsing, etc. Command-new Command-run S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12255 by epage was merged Jun 17, 2023 Loading… 1.72.0
refactor(schemas): Pull out as cargo-util-schemas A-build-execution 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
#13178 by epage was merged Dec 18, 2023 Loading… 1.77.0
fix(login): Deprecate CLI token 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-login disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo to-announce
#15057 by epage was merged Jan 28, 2025 Loading… 1.86.0
Stabilize cargo logout 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-logout relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11950 by ehuss was merged Apr 13, 2023 Loading… 1.70.0
Stabilize --keep-going 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 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12568 by dtolnay was merged Aug 26, 2023 Loading… 1.74.0
fix(update): Clarify meaning of --aggressive as --recursive A-cli 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-generate-lockfile Command-update 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
#12544 by epage was merged Aug 30, 2023 Loading… 1.74.0
refactor: Switch from termcolor to anstream A-build-execution Area: anything dealing with executing the compiler A-cli Area: Command-line interface, option parsing, etc. A-console-output Area: Terminal output, colors, progress bar, etc. A-future-incompat Area: future incompatible reporting A-testing-cargo-itself Area: cargo's tests Command-report S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12751 by epage was merged Sep 29, 2023 Loading… 1.74.0
Add better error message when it can not find the search section A-cli Area: Command-line interface, option parsing, etc. A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues Command-remove S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12865 by Rustin170506 was merged Nov 7, 2023 Loading… 1.75.0
doc: Hide cargo-fetch description in offline man page 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-fetch S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13364 by linyihai was merged Jan 31, 2024 Loading… 1.78.0
Clarify flag behavior in cargo remove --help A-cli Area: Command-line interface, option parsing, etc. Command-remove S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12823 by calavera was merged Oct 17, 2023 Loading… 1.75.0
Implement support for base paths (RFC 3529) 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-manifest Area: Cargo.toml issues A-unstable Area: nightly unstable support Command-add S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12974 by dpaoliello was closed Aug 6, 2024 Draft
ProTip! Add no:assignee to see everything that’s not assigned.