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

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
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
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
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.72.0] add missing windows-sys features back 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-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.
#12565 by weihanglo was merged Aug 26, 2023 Loading… 1.72.0
Update 1password to the version 2 CLI 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.
#11692 by ehuss was merged Feb 9, 2023 Loading… 1.69.0
Fix Cargo warning about unused sparse configuration key 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.
#11930 by arlosi was merged Apr 4, 2023 Loading… 1.70.0
--help output use line wrap A-registry-authentication Area: registry authentication and authorization (authn authz) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#11991 by heisen-li was closed Apr 21, 2023 Loading…
chore: make credential dependencies platform-specific 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.
#12027 by weihanglo was merged Apr 24, 2023 Loading… 1.71.0
fix(cargo-credential): should enable feature serde/derive 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.
#12396 by weihanglo was merged Jul 24, 2023 Loading… 1.73.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…
Use thiserror for credential provider errors 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.
#12424 by arlosi was merged Jul 31, 2023 Loading… 1.73.0
Fix printing multiple warning messages for unused fields in [registries] table A-configuration Area: cargo config files and env vars 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.
#12439 by arlosi was merged Aug 6, 2023 Loading… 1.73.0
login: allow passing additional args to provider A-cli Area: Command-line interface, option parsing, etc. A-interacts-with-crates.io Area: interaction with registries A-registry-authentication Area: registry authentication and authorization (authn authz) Command-login S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12499 by arlosi was merged Aug 17, 2023 Loading… 1.73.0
chore: window-sys should be a platform-specific dependency 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.
#12483 by weihanglo was merged Aug 13, 2023 Loading… 1.73.0
docs: add example for cargo-credential 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.
#12461 by arlosi was merged Aug 7, 2023 Loading… 1.73.0
Change order of registry.global-credential-providers A-documenting-cargo-itself Area: Cargo's documentation A-registry-authentication Area: registry authentication and authorization (authn authz) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12480 by arlosi was closed Aug 18, 2023 Loading…
credential: rename cargo:basic to cargo:token-from-stdout A-documenting-cargo-itself Area: Cargo's documentation 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.
#12512 by arlosi was merged Aug 16, 2023 Loading… 1.73.0
credential-providers: make 1password no longer built-in A-credential-provider Area: credential provider for storing and retreiving credentials A-documenting-cargo-itself Area: Cargo's documentation 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.
#12507 by arlosi was merged Aug 17, 2023 Loading… 1.73.0
cargo-credential-gnome-secret: dynamically load libsecret A-credential-provider Area: credential provider for storing and retreiving credentials 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.
#12518 by arlosi was merged Aug 17, 2023 Loading… 1.73.0
cargo-credential: change serialization of cache expiration A-documenting-cargo-itself Area: Cargo's documentation 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.
#12622 by arlosi was merged Sep 5, 2023 Loading… 1.74.0
Remove environment variable suggestion from AuthorizationError A-registry-authentication Area: registry authentication and authorization (authn authz) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12628 by arlosi was closed Sep 7, 2023 Loading…
Bump cargo-credential-1password to v0.4.0 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.
#12641 by arlosi was merged Sep 7, 2023 Loading… 1.74.0
Create dedicated unstable flag for asymmetric-token A-documenting-cargo-itself Area: Cargo's documentation A-registry-authentication Area: registry authentication and authorization (authn authz) A-unstable Area: nightly unstable support S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12551 by arlosi was merged Aug 24, 2023 Loading… 1.74.0
refactor: fix lint errors in preparation of [lints] table integration 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-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. 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.
#12669 by weihanglo was merged Sep 14, 2023 Loading… 1.74.0
ProTip! Adding no:label will show everything without a label.