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 option to error when warnings are emitted, or ignore warnings 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-console-output Area: Terminal output, colors, progress bar, etc. A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#12875 by arlosi was closed Aug 12, 2024 Loading…
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
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
Pass the --config settings to external subcommands with CARGO_CONFIG env A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12006 by varphone was closed Apr 24, 2023 Loading…
Enhanced configuration discovery for cargo install and cargo uninstall commands 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 Command-install Command-uninstall S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#11775 by jofas was closed Mar 1, 2023 Draft
3 of 5 tasks
Add try_canonicalize and use it over std::fs::canonicalize A-configuration Area: cargo config files and env vars A-rebuild-detection Area: rebuild detection and fingerprinting Command-vendor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11866 by Zoxc was merged Apr 8, 2023 Loading… 1.70.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
Config file loaded via CLI takes priority over env vars A-config-cli Area: --config CLI option A-configuration Area: cargo config files and env vars S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11077 by weihanglo was merged Oct 9, 2022 Loading… 1.66.0
chore: Update to toml v0.6, toml_edit v0.18 A-configuration Area: cargo config files and env vars A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces Command-metadata Command-new Command-vendor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11618 by epage was merged Feb 12, 2023 Loading… 1.69.0
Make more reads of environment variables go through the Config A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cache-messages Area: caching of compiler messages A-configuration Area: cargo config files and env vars A-dependency-resolution Area: dependency resolution and the resolver A-features2 Area: issues specifically related to the v2 feature resolver A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11754 by kylematsuda was merged Feb 22, 2023 Loading… 1.69.0
[beta-1.69] backport #11824 A-configuration Area: cargo config files and env vars S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11863 by weihanglo was merged Mar 17, 2023 Loading… 1.69.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
fix: disable multiplexing for some versions of curl A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars A-interacts-with-crates.io Area: interaction with registries A-networking Area: networking issues, curl, etc. 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.
#12234 by weihanglo was merged Jun 7, 2023 Loading… 1.72.0
[beta-1.71] backport #12234 A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars A-interacts-with-crates.io Area: interaction with registries A-networking Area: networking issues, curl, etc. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12242 by weihanglo was merged Jun 8, 2023 Loading… 1.71.0
refactor(registry): extract and rearrange items to their own modules A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars 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-networking Area: networking issues, curl, etc. A-registries Area: registries 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.
#12290 by weihanglo was merged Jun 24, 2023 Loading… 1.72.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
Improve deserialization errors of untagged enums A-configuration Area: cargo config files and env vars A-manifest Area: Cargo.toml issues S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12574 by dtolnay was merged Aug 28, 2023 Loading… 1.74.0
more specific registry index not found msg A-configuration Area: cargo config files and env vars S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12732 by tompscanlan was merged Sep 25, 2023 Loading… 1.74.0
refactor: move cached crates.io SourceID to config module A-configuration Area: cargo config files and env vars S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12711 by weihanglo was merged Sep 20, 2023 Loading… 1.74.0
Add .toml file extension restriction for -Zconfig-include A-configuration Area: cargo config files and env vars 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. Z-config-include Nightly: `include` config key
#12298 by weihanglo was merged Jun 21, 2023 Loading… 1.72.0
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
refactor: centralize git checkouts and db paths A-configuration Area: cargo config files and env vars A-git Area: anything dealing with git S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13187 by weihanglo was merged Dec 22, 2023 Loading… 1.77.0
refactor: clean up for GlobalContext rename 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-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-environment-variables Area: environment variables A-manifest Area: Cargo.toml issues Command-clean Command-install S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13486 by weihanglo was merged Feb 23, 2024 Loading… 1.78.0
chore: remove repetitive word A-configuration Area: cargo config files and env vars S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13575 by pavedroad was merged Mar 12, 2024 Loading… 1.78.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.