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

[DO NOT MERGE] Migrate to edition 2024 A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cfg-expr Area: Platform cfg expressions 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-dep-info Area: dep-info, .d files 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-networking Area: networking issues, curl, etc. A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-timings Area: timings A-unstable Area: nightly unstable support A-vcs Area: general VCS issues A-workspaces Area: workspaces Command-add Command-build Command-fix Command-install Command-publish Command-remove Command-update Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15156 by weihanglo was closed Feb 8, 2025 Draft
Allow fields to be omitted in registry index metadata A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14491 by kornelski was closed Sep 4, 2024 Loading…
test: Add asserts to catch BorrowMutError's A-filesystem Area: issues with filesystems A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13649 by epage was closed Mar 26, 2024 Loading…
fix(add): Don't select yanked versions when normalizing names A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14895 by epage was merged Dec 5, 2024 Loading… 1.85.0
fix(resolver): Don't report all versions as rejected A-dependency-resolution Area: dependency resolution and the resolver A-directory-source Area: directory sources (vendoring) A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14921 by epage was merged Dec 11, 2024 Loading… 1.85.0
fix(resolver): Report invalid index entries A-dependency-resolution Area: dependency resolution and the resolver A-registries Area: registries A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14927 by epage was merged Dec 13, 2024 Loading… 1.85.0
test: Add asserts to catch BorrowMutError's A-filesystem Area: issues with filesystems A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13650 by epage was closed Mar 26, 2024 Loading…
fix(registry): make sure to process a download after it has completed A-registries Area: registries A-sparse-registry Area: http sparse registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14680 by x-hgg-x was closed Oct 15, 2024 Loading…
Allow patch to point to the same source A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#11854 by fralalonde was closed Mar 19, 2023 Loading…
Don't query permutations of the path prefix. A-registries Area: registries A-testing-cargo-itself Area: cargo's tests beta-nominated Nominated to backport to the beta branch. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11936 by ehuss was merged Apr 5, 2023 Loading… 1.70.0
Stop using UncanonicalizedIter for QueryKind::Exact A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11937 by arlosi was merged Apr 6, 2023 Loading… 1.70.0
[beta 1.69] Backport #11936 - Don't query permutations of the path prefix A-registries Area: registries A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#11940 by arlosi was closed Apr 11, 2023 Loading…
fix broken markdown in docs A-cfg-expr Area: Platform cfg expressions A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12049 by lukas-code was merged Apr 27, 2023 Loading… 1.71.0
refactor: de-depulicate make_dep_prefix implementation A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12203 by weihanglo was merged May 30, 2023 Loading… 1.72.0
doc: should be .cargo-ok A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12318 by weihanglo was merged Jun 28, 2023 Loading… 1.72.0
feat: also try to auth for config if server returns status 403 A-documenting-cargo-itself Area: Cargo's documentation A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-sparse-registry Area: http sparse registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12446 by Fishrock123 was closed Aug 7, 2023 Loading…
Fix CVE-2023-38497 for master A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12443 by pietroalbini was merged Aug 3, 2023 Loading… 1.73.0
Fix elided lifetime in associated const A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12475 by compiler-errors was merged Aug 11, 2023 Loading… 1.73.0
fix: don't print _TOKEN suggestion when not applicable A-credential-provider Area: credential provider for storing and retreiving credentials A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-sparse-registry Area: http sparse registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12644 by arlosi was merged Sep 8, 2023 Loading… 1.74.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
chore: remove duplicate words A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14229 by tianyeyouyou was merged Jul 10, 2024 Loading… 1.81.0
refactor: Clarify PackageId constructor names A-dependency-resolution Area: dependency resolution and the resolver A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13123 by epage was merged Dec 6, 2023 Loading… 1.76.0
test: Add asserts to catch BorrowMutError's A-filesystem Area: issues with filesystems A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13651 by weihanglo was merged Mar 26, 2024 Loading… 1.79.0
doc: comments on PackageRegistry A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13698 by weihanglo was merged Apr 4, 2024 Loading… 1.79.0
refactor(source): Clean up after PathSource/RecursivePathSource split A-directory-source Area: directory sources (vendoring) A-git Area: anything dealing with git A-registries Area: registries Command-add Command-install Command-package Command-uninstall S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14169 by epage was merged Jul 1, 2024 Loading… 1.81.0
ProTip! Mix and match filters to narrow down what you’re looking for.