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

Use a ad hoc trie to avoid slow cases A-dependency-resolution Area: dependency resolution and the resolver A-testing-cargo-itself Area: cargo's tests
#6283 by Eh2406 was merged Nov 9, 2018 Loading… updated Feb 6, 2022 1.32.0
the testing SAT solver was messed up by a refactor A-dependency-resolution Area: dependency resolution and the resolver A-testing-cargo-itself Area: cargo's tests C-bug Category: bug S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#6995 by Eh2406 was merged May 30, 2019 Loading… updated Feb 6, 2022 1.37.0
Revert "#11738" - Use test name for dir when running tests A-documenting-cargo-itself Area: Cargo's documentation 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.
#11812 by weihanglo was merged Mar 8, 2023 Loading… updated Mar 9, 2023 1.70.0
Make some blocking tests non-blocking 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.
#11650 by Rustin170506 was merged Feb 24, 2023 Loading… updated Mar 9, 2023 1.69.0
Scrub more of the test environment 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.
#11757 by ehuss was merged Feb 22, 2023 Loading… updated Mar 9, 2023 1.69.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… updated Mar 9, 2023 1.69.0
Deny warnings in CI, not locally 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.
#11699 by epage was merged Feb 11, 2023 Loading… updated Mar 9, 2023 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… updated Mar 26, 2023 1.70.0
docs: Address warnings 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.
#11856 by epage was merged Mar 15, 2023 Loading… updated Mar 26, 2023 1.70.0
Add delays to network retries. A-documenting-cargo-itself Area: Cargo's documentation A-git Area: anything dealing with git A-registries Area: registries 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.
#11881 by ehuss was merged Apr 1, 2023 Loading… updated Apr 3, 2023 1.70.0
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… updated Apr 16, 2023 1.70.0
Switch benchsuite to the index archive. 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.
#11933 by ehuss was merged Apr 4, 2023 Loading… updated Apr 16, 2023 1.70.0
Update git2 A-git Area: anything dealing with git 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.
#11928 by ehuss was merged Apr 3, 2023 Loading… updated Apr 16, 2023 1.70.0
fix clippy warnings A-cfg-expr Area: Platform cfg expressions A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12050 by Byron was closed Apr 27, 2023 Loading… updated Apr 27, 2023
xtask-unpublished: output a markdown table A-infrastructure Area: infrastructure around the cargo repo, ci, releases, 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.
#12085 by weihanglo was merged May 5, 2023 Loading… updated May 5, 2023 1.71.0
[beta-1.70] backport #12165 A-build-execution Area: anything dealing with executing the compiler A-profiles Area: profiles A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12167 by weihanglo was closed May 27, 2023 Loading… updated May 27, 2023
test: set retry sleep to 1ms for all tests A-networking Area: networking issues, curl, 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.
#12194 by weihanglo was merged May 27, 2023 Loading… updated Jun 2, 2023 1.72.0
refactor: registry source cleanup A-registries Area: 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.
#12240 by weihanglo was merged Jun 8, 2023 Loading… updated Jun 22, 2023 1.72.0
Support registry dependencies for bindeps A-build-execution Area: anything dealing with executing the compiler A-cfg-expr Area: Platform cfg expressions A-crate-dependencies Area: [dependencies] of any kind A-dependency-resolution Area: dependency resolution and the resolver A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues A-registries Area: registries A-testing-cargo-itself Area: cargo's tests Command-fetch Command-fix Command-metadata Command-tree S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#12062 by fee1-dead was closed Jul 31, 2023 Loading… updated Jul 31, 2023
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… updated Aug 2, 2023
1 task done
1.73.0
Fix some typos A-infrastructure Area: infrastructure around the cargo repo, ci, releases, 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.
#12730 by cuishuang was merged Sep 25, 2023 Loading… updated Sep 30, 2023 1.74.0
Fix spurious errors with networking tests. 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.
#12726 by ehuss was merged Sep 22, 2023 Loading… updated Sep 30, 2023 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… updated Sep 30, 2023 1.74.0
libgit2 fixed upstream 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.
#12657 by Eh2406 was merged Sep 12, 2023 Loading… updated Sep 30, 2023 1.74.0
Fix example for creating a git project test. 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.
#12632 by ehuss was merged Sep 7, 2023 Loading… updated Sep 30, 2023 1.74.0
ProTip! Updated in the last three days: updated:>2025-02-04.