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 new package cache lock modes A-configuration Area: cargo config files and env vars 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-layout Area: target output directory layout, naming, and organization A-lockfile Area: Cargo.lock issues A-registries Area: registries A-sparse-registry Area: http sparse registries A-testing-cargo-itself Area: cargo's tests Command-add 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.
#12706 by ehuss was merged Oct 9, 2023 Loading… 1.75.0
crates-io: Add doc comment for NewCrate struct A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12782 by Turbo87 was merged Oct 6, 2023 Loading… 1.75.0
refactor: put Source trait under cargo::sources A-cargo-api Area: cargo-the-library API and internal code issues A-dependency-resolution Area: dependency resolution and the resolver A-directory-source Area: directory sources (vendoring) 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-overrides Area: general issues with overriding dependencies (patch, replace, paths) A-registries Area: registries A-source-replacement Area: [source] replacement Command-add Command-install Command-publish S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12527 by weihanglo was merged Sep 7, 2023 Loading… 1.74.0
refactor(SourceId): merge name and alt_registry_key into one enum A-configuration Area: cargo config files and env vars A-interacts-with-crates.io Area: interaction with registries A-registry-authentication Area: registry authentication and authorization (authn authz) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12675 by weihanglo was merged Sep 22, 2023 Loading… 1.74.0
Fix redacting tokens in http debug. A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12095 by ehuss was merged May 7, 2023 Loading… 1.71.0
chore: Use [workspace.dependencies] A-cfg-expr Area: Platform cfg expressions A-cli-help Area: built-in command-line help A-dependency-resolution Area: dependency resolution and the resolver A-environment-variables Area: environment variables A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-interacts-with-crates.io Area: interaction with registries 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.
#12057 by Muscraft was merged May 3, 2023 Loading… 1.71.0
fix: Set MSRV for internal packages A-cfg-expr Area: Platform cfg expressions A-cli-help Area: built-in command-line help A-dependency-resolution Area: dependency resolution and the resolver A-environment-variables Area: environment variables A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-interacts-with-crates.io Area: interaction with registries 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 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
#12381 by epage was merged Aug 24, 2023 Loading… 1.74.0
Bump version of crates-io due to unintentional semver-breaking change A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12357 by arlosi was merged Jul 13, 2023 Loading… 1.73.0
[beta-1.72] Bump version of crates-io due to unintentional semver-breaking change A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12356 by arlosi was merged Jul 13, 2023 Loading… 1.72.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
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
chore: Make dependencies alphabetical order A-dependency-resolution Area: dependency resolution and the resolver A-interacts-with-crates.io Area: interaction with 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.
#11719 by Muscraft was merged Feb 15, 2023 Loading… 1.69.0
Read environment variables through Config instead of std::env::var(_os) A-build-execution Area: anything dealing with executing the compiler 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-console-output Area: Terminal output, colors, progress bar, etc. A-diagnostics Area: Error and warning messages generated by Cargo itself. A-git Area: anything dealing with git A-interacts-with-crates.io Area: interaction with registries A-layout Area: target output directory layout, naming, and organization A-profiles Area: profiles A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) Command-doc Command-fix Command-install Command-new S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11727 by kylematsuda was merged Feb 21, 2023 Loading… 1.69.0
[stable-1.71] Bump version of crates-io due to unintentional semver-breaking change A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12355 by arlosi was merged Jul 13, 2023 Loading… 1.71.0
Improve the margin calculation for the search command's UI A-interacts-with-crates.io Area: interaction with registries Command-search S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12890 by Rustin170506 was merged Oct 29, 2023 Loading… 1.75.0
refactor(shell): Write at once rather than in fragments A-console-output Area: Terminal output, colors, progress bar, etc. A-interacts-with-crates.io Area: interaction with registries Command-add Command-search S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12880 by epage was merged Oct 26, 2023 Loading… 1.75.0
Error on invalid alphanumeric token for crates.io A-interacts-with-crates.io Area: interaction with registries relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11600 by Akida31 was merged Feb 16, 2023 Loading… 1.69.0
Add more information to wait-for-publish A-console-output Area: Terminal output, colors, progress bar, etc. A-directory-source Area: directory sources (vendoring) A-git Area: anything dealing with git A-interacts-with-crates.io Area: interaction with registries A-local-registry-source Area: local registry sources (vendoring) A-overrides Area: general issues with overriding dependencies (patch, replace, paths) A-registries Area: registries A-source-replacement Area: [source] replacement A-sparse-registry Area: http sparse 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.
#11713 by ehuss was merged Mar 15, 2023 Loading… 1.70.0
reuse url encoding from url crate, don't use separate percent-encoding A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11750 by klensy was merged Feb 21, 2023 Loading… 1.69.0
Add a note to cargo logout that it does not revoke the token. A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11919 by ehuss was merged Mar 31, 2023 Loading… 1.70.0
Bump crates-io to 0.36.0 A-interacts-with-crates.io Area: interaction with registries 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.
#11820 by weihanglo was merged Mar 9, 2023 Loading… 1.70.0
[beta-1.69] backport #11820 A-documenting-cargo-itself Area: Cargo's documentation A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11823 by weihanglo was merged Mar 10, 2023 Loading… 1.69.0
Fix credential token format validation. A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11951 by ehuss was merged Apr 10, 2023 Loading… 1.70.0
Validate token on publish. A-interacts-with-crates.io Area: interaction with registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11952 by ehuss was merged Apr 10, 2023 Loading… 1.70.0
Bump versions of local crates A-cfg-expr Area: Platform cfg expressions A-interacts-with-crates.io Area: interaction with registries 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.
#12019 by ehuss was merged Apr 23, 2023 Loading… 1.71.0
ProTip! Adding no:label will show everything without a label.