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

docs(cargo-package): alwasy include the lockfile A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15067 by weihanglo was merged Jan 16, 2025 Loading… 1.86.0
perf(cargo-package): match certain path prefix with pathspec A-git Area: anything dealing with git Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14997 by weihanglo was merged Jan 13, 2025 Loading… 1.86.0
fix(package): warn if symlinks checked out as plain text files A-git Area: anything dealing with git Command-package Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14994 by weihanglo was merged Dec 31, 2024 Loading… 1.85.0
feat(package): implement vcs status cache A-git Area: anything dealing with git Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14985 by weihanglo was closed Jan 1, 2025 Loading…
refactor(package): split cargo_package to modules A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14982 by weihanglo was merged Dec 25, 2024 Loading… 1.85.0
fix(package): check dirtiness of symlinks source files A-git Area: anything dealing with git Command-package Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14981 by weihanglo was merged Dec 31, 2024 Loading… 1.86.0
fix(package): use relpath to cwd for vcs dirtiness report Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14970 by weihanglo was merged Dec 20, 2024 Loading… 1.85.0
fix(package): show dirty filepaths relative to git workdir Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14968 by weihanglo was merged Dec 19, 2024 Loading… 1.85.0
fix(package): check dirtiness of path fields in manifest Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14966 by weihanglo was merged Dec 24, 2024 Loading… 1.85.0
perf(cargo-package): match certain path prefix with pathspec Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14962 by weihanglo was closed Dec 19, 2024 Loading…
fix(cargo-package): add more traces Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14960 by weihanglo was merged Dec 19, 2024 Loading… 1.85.0
refactor(cargo-package): let-else to flatten code Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14959 by weihanglo was merged Dec 19, 2024 Loading… 1.85.0
Always include Cargo.lock in published crates Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14815 by sdroege was merged Nov 14, 2024 Loading… 1.84.0
chore(deps): update tar to 0.4.42 A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-testing-cargo-itself Area: cargo's tests Command-package S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14632 by xzfc was merged Oct 2, 2024 Loading… 1.83.0
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…
Don't automatically include the current crate when packaging Command-package S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14488 by jneem was merged Sep 3, 2024 Loading… 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…
[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
Publish workspace A-interacts-with-crates.io Area: interaction with registries Command-package Command-publish S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14433 by jneem was merged Sep 6, 2024 Loading… 1.83.0
Be more permissive while packaging unpublishable crates. A-interacts-with-crates.io Area: interaction with registries Command-package S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14408 by jneem was merged Aug 20, 2024 Loading… 1.82.0
Use context instead of with_context A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-configuration Area: cargo config files and env vars A-future-incompat Area: future incompatible reporting A-git Area: anything dealing with git A-manifest Area: Cargo.toml issues A-registries Area: registries A-sparse-registry Area: http sparse registries A-timings Area: timings Command-add Command-fix Command-package Command-vendor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14377 by mo8it was merged Aug 9, 2024 Loading… 1.82.0
[beta-1.81] Fix: cargo package failed on bare commit git repo. Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14374 by weihanglo was closed Aug 14, 2024 Loading…
cargo package --workspace must support publish = false Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14364 by torhovland was closed Aug 16, 2024 Draft
Fix: cargo package failed on bare commit git repo. beta-nominated Nominated to backport to the beta branch. Command-package S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14359 by linyihai was merged Aug 8, 2024 Loading… 1.82.0
refactor(toml): Rename 'resolved' to 'normalized' A-build-execution Area: anything dealing with executing the compiler A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting A-workspaces Area: workspaces Command-fix Command-package Command-publish Command-vendor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14342 by epage was merged Aug 2, 2024 Loading… 1.82.0
ProTip! Add no:assignee to see everything that’s not assigned.