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

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
fix(update): Clarify meaning of --aggressive as --recursive 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-generate-lockfile 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
#12544 by epage was merged Aug 30, 2023 Loading… 1.74.0
feat(resolver): **Very** preliminary MSRV resolver support A-dependency-resolution Area: dependency resolution and the resolver A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces Command-fix Command-generate-lockfile Command-metadata Command-package Command-tree S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12560 by epage was merged Aug 28, 2023 Loading… 1.74.0
Read/write the encoded cargo update --precise in the same place A-registries Area: registries Command-generate-lockfile S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12629 by Eh2406 was merged Sep 6, 2023 Loading… 1.74.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: Consolidate clap/shell styles A-cli Area: Command-line interface, option parsing, etc. A-console-output Area: Terminal output, colors, progress bar, etc. A-filesystem Area: issues with filesystems A-interacts-with-crates.io Area: interaction with registries A-timings Area: timings Command-add Command-generate-lockfile Command-search S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12655 by epage was merged Sep 13, 2023 Loading… 1.74.0
Clippy A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cfg-expr Area: Platform cfg expressions 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-directory-source Area: directory sources (vendoring) A-features2 Area: issues specifically related to the v2 feature resolver A-filesystem Area: issues with filesystems A-future-incompat Area: future incompatible reporting A-git Area: anything dealing with git A-interacts-with-crates.io Area: interaction with registries A-links Area: `links` native library links setting A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-timings Area: timings A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-add Command-fix Command-generate-lockfile Command-package Command-pkgid Command-tree Command-yank S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12667 by Eh2406 was merged Sep 14, 2023 Loading… 1.74.0
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
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 the precise field of a source an Enum A-crate-dependencies Area: [dependencies] of any kind A-dependency-resolution Area: dependency resolution and the resolver A-git Area: anything dealing with git A-lockfile Area: Cargo.lock issues A-registries Area: registries Command-generate-lockfile Command-vendor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12849 by Eh2406 was merged Oct 19, 2023 Loading… 1.75.0
feat: respect rust-version when generating lockfile A-dependency-resolution Area: dependency resolution and the resolver A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-testing-cargo-itself Area: cargo's tests Command-fix Command-generate-lockfile Command-metadata Command-package Command-tree 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
#12861 by weihanglo was merged Feb 19, 2024 Loading… 1.78.0
fix(resolver): Don't do git fetches when updating workspace members Command-generate-lockfile S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12975 by epage was merged Nov 18, 2023 Loading… 1.76.0
refactor: Pull PackageIdSpec into schema A-cli Area: Command-line interface, option parsing, etc. A-dependency-resolution Area: dependency resolution and the resolver A-interacts-with-crates.io Area: interaction with registries A-profiles Area: profiles A-workspaces Area: workspaces Command-clean Command-generate-lockfile Command-install Command-pkgid Command-publish Command-remove Command-tree Command-uninstall S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13128 by epage was merged Dec 8, 2023 Loading… 1.76.0
fix(cargo-update): --precise accept arbitrary git revisions A-git Area: anything dealing with git Command-generate-lockfile S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13250 by weihanglo was merged Jan 15, 2024 Loading… 1.77.0
feat(update): Tell users when they are still behind 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.
#13372 by epage was merged Feb 5, 2024 Loading… 1.78.0
refactor: Clarify more Config -> Context 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-console-output Area: Terminal output, colors, progress bar, etc. A-dependency-resolution Area: dependency resolution and the resolver 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-networking Area: networking issues, curl, etc. A-profiles Area: profiles A-registry-authentication Area: registry authentication and authorization (authn authz) A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-doc Command-fetch Command-generate-lockfile Command-package Command-publish Command-yank S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13506 by epage was merged Mar 1, 2024 Loading… 1.78.0
feat: Report some dependency changes on any command A-lockfile Area: Cargo.lock issues 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.
#13561 by epage was merged Mar 20, 2024 Loading… 1.79.0
refactor(lockfile): Make diffing/printing more reusable Command-generate-lockfile S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13564 by epage was merged Mar 12, 2024 Loading… 1.78.0
fix: do not borrow shell across registry query Command-generate-lockfile S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13647 by weihanglo was merged Mar 26, 2024 Loading… 1.79.0
fix(generate-lockfile): hold lock before querying index Command-generate-lockfile S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13657 by weihanglo was merged Mar 26, 2024 Loading… 1.79.0
refactor: make resolve_with_previous clearer A-registries Area: registries Command-generate-lockfile S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13727 by weihanglo was merged Apr 10, 2024 Loading… 1.79.0
feat(cli): Add --ignore-rust-version to update/generate-lockfile 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-workspaces Area: workspaces Command-add Command-bench Command-build Command-check Command-doc Command-fix Command-generate-lockfile Command-run Command-rustc Command-rustdoc Command-test Command-update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13742 by epage was merged Apr 12, 2024 Loading… 1.79.0
feat(resolve): Fallback to 'rustc -V' for MSRV resolving 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-workspaces Area: workspaces Command-add Command-bench Command-build Command-check Command-doc Command-fix Command-generate-lockfile Command-run Command-rustc Command-rustdoc Command-test Command-update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13743 by epage was merged Apr 12, 2024 Loading… 1.79.0
ProTip! Filter pull requests by the default branch with base:master.