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
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
Rename --out-dir to --artifact-dir 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-documenting-cargo-itself Area: Cargo's documentation A-layout Area: target output directory layout, naming, and organization A-semver Area: semver specifications, version matching, etc. Command-build Command-fix S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13809 by valadaptive was merged Jun 7, 2024 Loading… 1.81.0
doc(cargo-login): mention args after -- in manpage A-cli-help Area: built-in command-line help 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.
#12832 by weihanglo was merged Oct 17, 2023 Loading… 1.75.0
docs(cargo-bench): --bench is passed in unconditionally to bench harnesses A-cli-help Area: built-in command-line help 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.
#12850 by weihanglo was merged Oct 18, 2023 Loading… 1.75.0
Fix some doc typos A-cli-help Area: built-in command-line help 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.
#11794 by ehuss was merged Mar 3, 2023 Loading… 1.70.0
Add a flag for keeping target directory on 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 Command-clean S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#11888 by nandesu-utils was closed May 2, 2023 Loading…
Notice for potential unexpected shell expansions in help text of cargo-add A-cli-help Area: built-in command-line help 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.
#11826 by weihanglo was merged Mar 10, 2023 Loading… 1.70.0
docs(pkgid): Consistently use @ A-cli-help Area: built-in command-line help 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.
#11956 by epage was merged Apr 10, 2023 Loading… 1.70.0
Remove repeated definite articles A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-environment-variables Area: environment variables S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12066 by cuishuang was closed May 1, 2023 Loading…
docs(commands): add missed preposition A-cli-help Area: built-in command-line help 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.
#12073 by rojvv was merged May 1, 2023 Loading… 1.71.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
chore: move build-man workflow away from shell A-cli-help Area: built-in command-line help 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.
#12048 by weihanglo was merged Apr 28, 2023 Loading… 1.71.0
docs: some tweaks around cargo test A-cli-help Area: built-in command-line help 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.
#12288 by weihanglo was merged Jun 19, 2023 Loading… 1.72.0
doc: state PackageId/SourceId string is opaque A-cli-help Area: built-in command-line help 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.
#12313 by weihanglo was merged Jul 8, 2023 Loading… 1.73.0
feat: remove --keep-going from cargo test/bench 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 Command-bench Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12478 by weihanglo was merged Aug 13, 2023 Loading… 1.73.0
fix(update): Make -p more convenient by being positional 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-registries Area: registries Command-update 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
#12545 by epage was merged Aug 29, 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
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
docs: warn about upload timeout A-cli-help Area: built-in command-line help 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.
#12733 by tompscanlan was merged Sep 25, 2023 Loading… 1.74.0
docs: clarify config to use vendored source is printed to stdout A-cli-help Area: built-in command-line help 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.
#12893 by weihanglo was merged Oct 30, 2023 Loading… 1.75.0
Fix some broken links in the man pages A-cli-help Area: built-in command-line help 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.
#12929 by ehuss was merged Nov 7, 2023 Loading… 1.75.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
chore(deps): update rust crate handlebars to v4 A-cli-help Area: built-in command-line help S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13090 by renovate bot was closed Dec 13, 2023 Loading…
1 task
chore(deps): update rust crate handlebars to v4.5.0 A-cli-help Area: built-in command-line help 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.
#13168 by leonzchang was merged Dec 20, 2023 Loading… 1.77.0
ProTip! Type g i on any issue or pull request to go back to the issue listing page.