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

Add cargo update --breaking A-cli Area: Command-line interface, option parsing, etc. A-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-manifest Area: Cargo.toml issues A-testing-cargo-itself Area: cargo's tests Command-add Command-clean Command-fetch Command-fix Command-install Command-metadata Command-new Command-package Command-remove 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.
#13979 by torhovland was merged Jun 7, 2024 Loading…
6 tasks done
1.81.0
Support cargo owner add 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-interacts-with-crates.io Area: interaction with registries Command-owner S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#11879 by heisen-li was closed Oct 4, 2024 Loading…
Add cache garbage collection A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars A-documenting-cargo-itself Area: Cargo's documentation A-filesystem Area: issues with filesystems A-future-incompat Area: future incompatible reporting 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-registries Area: registries A-sparse-registry Area: http sparse registries A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-add Command-clean Command-fetch Command-generate-lockfile Command-package Command-publish S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12634 by ehuss was merged Nov 11, 2023 Loading… 1.76.0
feat: Add info cargo subcommand 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-interacts-with-crates.io Area: interaction with registries Command-login Command-logout Command-owner Command-publish Command-search Command-yank disposition-merge FCP with intent to merge finished-final-comment-period FCP complete relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14141 by Rustin170506 was merged Aug 12, 2024 Loading… 1.82.0
Add unstable --output-format option to cargo rustdoc 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-documenting-cargo-itself Area: Cargo's documentation A-layout Area: target output directory layout, naming, and organization Command-doc Command-rustdoc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12252 by charmitro was merged Jan 11, 2024 Loading… 1.77.0
Add a --dry-run flag to the install command 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-testing-cargo-itself Area: cargo's tests Command-install S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14280 by Flowrey was merged Sep 21, 2024 Loading… 1.83.0
Package workspaces 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-dependency-resolution Area: dependency resolution and the resolver A-directory-source Area: directory sources (vendoring) A-documenting-cargo-itself Area: Cargo's documentation A-git Area: anything dealing with git A-interacts-with-crates.io Area: interaction with registries A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-add Command-install Command-package Command-publish Command-uninstall Command-update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13947 by jneem was merged Jul 26, 2024 Loading… 1.82.0
feat: Initial support for single-file packages A-cli Area: Command-line interface, option parsing, etc. A-documenting-cargo-itself Area: Cargo's documentation A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-manifest Area: Cargo.toml issues A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-run S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12245 by epage was merged Jun 12, 2023 Loading… 1.72.0
Consider rust-version when selecting packages for cargo add 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-add S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12078 by cassaundra was merged May 23, 2023 Loading… 1.71.0
Add '-C' flag for changing current dir before build 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 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
#10952 by compenguy was merged Feb 10, 2023 Loading… 1.69.0
credential provider implementation A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars 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-manifest Area: Cargo.toml issues A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-sparse-registry Area: http sparse registries A-testing-cargo-itself Area: cargo's tests Command-login Command-logout Command-owner Command-publish Command-yank S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12334 by arlosi was merged Jul 22, 2023 Loading…
1 task done
1.73.0
Implement path-bases (RFC 3529) 2/n: cargo [add|remove|update] support 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 Command-add Command-remove Command-update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14427 by dpaoliello was merged Sep 6, 2024 Loading… 1.83.0
fix bug: corruption when cargo killed while writing 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-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting Command-fix Command-new Command-remove Command-vendor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12744 by tompscanlan was merged Oct 2, 2023 Loading… 1.75.0
Fix cargo remove incorrectly removing used patches 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.
#12454 by alcolmenar was merged Aug 10, 2023 Loading… 1.73.0
feat: Add native comlpetion with CompleteEnv under the nightly A-cli Area: Command-line interface, option parsing, etc. A-documenting-cargo-itself Area: Cargo's documentation A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14493 by shannmu was merged Sep 10, 2024 Loading… 1.83.0
Add --public for cargo add A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues Command-add S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. Z-public-dependency Nightly: public-dependency
#13046 by linyihai was merged Dec 1, 2023 Loading… 1.76.0
feat: lockfile path implies --locked on cargo install A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars A-workspaces Area: workspaces Command-install S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14556 by Ifropc was merged Sep 27, 2024 Loading… 1.83.0
Add some enhancements to cargo 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 A-testing-cargo-itself Area: cargo's tests Command-clean S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12638 by ehuss was merged Sep 20, 2023 Loading… 1.74.0
Include public/private dependency status in cargo metadata A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-crate-dependencies Area: [dependencies] of any kind A-documenting-cargo-itself Area: Cargo's documentation Command-metadata Command-read-manifest S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. Z-public-dependency Nightly: public-dependency
#14504 by eopb was merged Sep 9, 2024 Loading… 1.83.0
feat: Stabilize MSRV-aware resolver config A-cli Area: Command-line interface, option parsing, etc. A-documenting-cargo-itself Area: Cargo's documentation A-workspaces Area: workspaces Command-generate-lockfile Command-update disposition-merge FCP with intent to merge finished-final-comment-period FCP complete relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14639 by epage was merged Oct 18, 2024 Loading… 1.84.0
Support "default" option for build.jobs 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-interacts-with-crates.io Area: interaction with registries Command-fetch Command-package S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12222 by charmitro was merged Jun 3, 2023 Loading… 1.72.0
clippy: warn disallowed_methods for std::env::var and friends A-build-scripts Area: build.rs scripts 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-dependency-resolution Area: dependency resolution and the resolver A-rebuild-detection Area: rebuild detection and fingerprinting A-unstable Area: nightly unstable support Command-fix S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#11828 by weihanglo was merged Mar 17, 2023 Loading… 1.70.0
chore: dogfood Cargo -Zlints table feature A-building-cargo-itself Area: issues with building cargo 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-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-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-lints-table Area: [lints] table 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 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12178 by weihanglo was merged Nov 16, 2023 Loading… 1.76.0
ProTip! Updated in the last three days: updated:>2025-01-27.