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
fix(test): Add back in newlines to diffs 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.
#12753 by epage was merged Sep 30, 2023 Loading… 1.75.0
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… 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… 1.37.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
Remove wrong url in benchsuite manifest. 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.
#12020 by ehuss was merged Apr 24, 2023 Loading… 1.71.0
Update windows-sys A-console-output Area: Terminal output, colors, progress bar, etc. A-environment-variables Area: environment variables A-registry-authentication Area: registry authentication and authorization (authn authz) 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.
#12021 by ehuss was merged Apr 24, 2023 Loading… 1.71.0
Accurately show status when downgrading dependencies A-testing-cargo-itself Area: cargo's tests Command-generate-lockfile 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
#11839 by djc was merged Mar 14, 2023 Loading… 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… 1.70.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
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
feat: Initial support for single-file packages A-cli Area: Command-line interface, option parsing, etc. A-documenting-cargo-itself Area: Cargo's documentation A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-manifest Area: Cargo.toml issues A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-run S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12245 by epage was merged Jun 12, 2023 Loading… 1.72.0
Show a better error when container tests fail. 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.
#12264 by ehuss was merged Jun 13, 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
feat: 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.
#11738 by Muscraft was merged Mar 1, 2023 Loading… 1.70.0
Correct the bug report for cargo clippy --fix A-build-execution Area: anything dealing with executing the compiler A-diagnostics Area: Error and warning messages generated by Cargo itself. 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.
#11882 by Rustin170506 was merged Apr 14, 2023 Loading… 1.71.0
fix(cli): Provide next steps for bad -Z flag A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-doc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12857 by epage was merged Oct 19, 2023 Loading… 1.75.0
feat(doc): Print the generated docs links A-testing-cargo-itself Area: cargo's tests Command-doc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12859 by epage was merged Oct 27, 2023 Loading… 1.75.0
Do not call it "Downgrading" when difference is only build metadata A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests Command-generate-lockfile S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12796 by dtolnay was merged Oct 11, 2023 Loading… 1.75.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… 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… 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… 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
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… 1.69.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… 1.70.0
ProTip! Add no:assignee to see everything that’s not assigned.