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

[DO NOT MERGE] Force edition 2024 lint into action on crater 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-cli-help Area: built-in command-line help A-crate-dependencies Area: [dependencies] of any kind A-documenting-cargo-itself Area: Cargo's documentation 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-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces Command-add Command-check Command-fix Command-login Command-metadata Command-new Command-owner Command-package Command-publish Command-read-manifest Command-remove Command-rustc Command-search Command-update Command-yank S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14447 by dingxiangfei2009 was closed Nov 25, 2024 Draft updated Nov 25, 2024
feat!: use stable hash from rustc-stable-hash A-cache-messages Area: caching of compiler messages A-layout Area: target output directory layout, naming, and organization A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-trim-paths Nightly: path sanitization
#14116 by weihanglo was closed Oct 9, 2024 Draft updated Nov 24, 2024
Support dependencies from registries for artifact dependencies, take 2 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-features2 Area: issues specifically related to the v2 feature 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-publish Command-tree S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12421 by fee1-dead was merged Aug 25, 2023 Loading… updated Oct 25, 2024 1.74.0
fix(registry): make sure to process a download after it has completed A-registries Area: registries A-sparse-registry Area: http sparse registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14680 by x-hgg-x was closed Oct 15, 2024 Loading… updated Oct 15, 2024
Migrate Cargo's &Option<T> into Option<&T> A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars A-credential-provider Area: credential provider for storing and retreiving credentials A-dependency-resolution Area: dependency resolution and the resolver 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-profiles Area: profiles A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-timings Area: timings A-workspaces Area: workspaces Command-fix Command-package Command-publish Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14609 by nyurik was closed Oct 2, 2024 Loading… updated Oct 2, 2024
Remove unnecessary symbols A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14519 by cuishuang was merged Sep 9, 2024 Loading… updated Sep 16, 2024 1.83.0
Add location information in patch error messages 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-completions Area: shell completions 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-documenting-cargo-itself Area: Cargo's documentation A-environment-variables Area: environment variables A-future-incompat Area: future incompatible reporting A-git Area: anything dealing with git 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-layout Area: target output directory layout, naming, and organization A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-sparse-registry Area: http sparse registries A-testing-cargo-itself Area: cargo's tests A-timings Area: timings A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-add Command-bench Command-build Command-check Command-clean Command-doc Command-fetch Command-fix Command-generate-lockfile Command-info Command-metadata Command-package Command-pkgid Command-publish Command-remove Command-run Command-rustc Command-rustdoc Command-test Command-tree Command-update Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14473 by antoniospg was closed Sep 8, 2024 Loading… updated Sep 8, 2024
Allow fields to be omitted in registry index metadata A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14491 by kornelski was closed Sep 4, 2024 Loading… updated Sep 4, 2024
Workaround for type inference breakage in the time crate A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14452 by kornelski was closed Aug 28, 2024 Draft updated Aug 28, 2024
feat: index cache in SQLite3 A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-registries Area: registries A-unstable Area: nightly unstable support Performance Gotta go fast! S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13584 by weihanglo was closed Jul 18, 2024 Draft updated Aug 16, 2024
[experiment] patch with patch files (re-resolve) A-configuration Area: cargo config files and env vars A-manifest Area: Cargo.toml issues A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14055 by weihanglo was closed Aug 9, 2024 Draft updated Aug 9, 2024
Package workspaces A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-completions Area: shell completions A-configuration Area: cargo config files and env vars A-dependency-resolution Area: dependency resolution and the resolver A-directory-source Area: directory sources (vendoring) A-documenting-cargo-itself Area: Cargo's documentation A-git Area: anything dealing with git A-interacts-with-crates.io Area: interaction with registries A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-add Command-install Command-package Command-publish Command-uninstall Command-update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13947 by jneem was merged Jul 26, 2024 Loading… updated Jul 28, 2024 1.82.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… updated Jul 17, 2024 1.81.0
Add more profiling traces A-git Area: anything dealing with git A-registries Area: registries A-workspaces Area: workspaces Command-read-manifest S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14238 by epage was merged Jul 11, 2024 Loading… updated Jul 17, 2024 1.81.0
refactor: more comments and variable rename A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13924 by weihanglo was merged May 17, 2024 Loading… updated Jul 9, 2024 1.80.0
refactor(source): Clean up after PathSource/RecursivePathSource split A-directory-source Area: directory sources (vendoring) A-git Area: anything dealing with git A-registries Area: registries Command-add Command-install Command-package Command-uninstall S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14169 by epage was merged Jul 1, 2024 Loading… updated Jul 3, 2024 1.81.0
fix(env): cargo:rerun-if-env-changed doesn't work with env configuration 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-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-features2 Area: issues specifically related to the v2 feature resolver A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-layout Area: target output directory layout, naming, and organization A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces Command-add Command-bench Command-build Command-clean Command-fetch Command-fix Command-install Command-metadata Command-package Command-remove Command-test Command-tree Command-update Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14027 by heisen-li was closed Jun 13, 2024 Loading… updated Jun 24, 2024
Add local registry overlays A-configuration Area: cargo config files and env vars A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces Command-add Command-package Command-update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13926 by jneem was merged Jun 11, 2024 Loading… updated Jun 12, 2024 1.81.0
feat: stabilize cargo update --precise <yanked> A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-registries Area: registries 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
#13974 by weihanglo was merged May 29, 2024 Loading… updated Jun 8, 2024 1.80.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… updated Apr 10, 2024 1.79.0
doc: comments on PackageRegistry A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13698 by weihanglo was merged Apr 4, 2024 Loading… updated Apr 6, 2024 1.79.0
test: Add asserts to catch BorrowMutError's A-filesystem Area: issues with filesystems A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13651 by weihanglo was merged Mar 26, 2024 Loading… updated Mar 30, 2024 1.79.0
test: Add asserts to catch BorrowMutError's A-filesystem Area: issues with filesystems A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13650 by epage was closed Mar 26, 2024 Loading… updated Mar 26, 2024
test: Add asserts to catch BorrowMutError's A-filesystem Area: issues with filesystems A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13649 by epage was closed Mar 26, 2024 Loading… updated Mar 26, 2024
Warn when a dependency is available from multiple registries A-directory-source Area: directory sources (vendoring) A-documenting-cargo-itself Area: Cargo's documentation A-git Area: anything dealing with git A-overrides Area: general issues with overriding dependencies (patch, replace, paths) A-registries Area: registries A-source-replacement Area: [source] replacement S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#11906 by LawnGnome was closed Mar 6, 2024 Loading… updated Mar 6, 2024
ProTip! no:milestone will show everything without a milestone.