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

chore(deps): update compatible S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14174 opened Jul 1, 2024 by renovate bot Loading…
1 task
test: mirgate fix* and future_incompat_report to snapbox S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14173 opened Jun 30, 2024 by eth3lbert Loading…
test: Migrate git_auth to snapbox S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14172 opened Jun 30, 2024 by dieterplex Draft
test:migrate doc/directory/docscrape to snapbox S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14171 opened Jun 30, 2024 by heisen-li Loading…
test: migrate install* and inheritable_workspace_fields to snapbox S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14170 opened Jun 30, 2024 by eth3lbert Loading…
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-review Status: Awaiting review from the assignee but also interested parties.
#14169 opened Jun 30, 2024 by epage Loading…
Unify no-library-target error into no-target warn A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14163 opened Jun 28, 2024 by ryoqun Loading…
test: migrate metabuild, metadata and net_config to snapbox S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14162 opened Jun 27, 2024 by eth3lbert Loading…
test: Auto-redact ... after last build at ...; Migrate freshness to Snapbox A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14161 opened Jun 27, 2024 by choznerol Loading…
WIP: feat: Add info cargo subcommand A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14141 opened Jun 25, 2024 by hi-rustin Draft
2 tasks
Add capability of making breaking changes in update --precise A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14140 opened Jun 25, 2024 by torhovland Loading…
initial version of checksum based freshness A-build-execution Area: anything dealing with executing the compiler A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars A-rebuild-detection Area: rebuild detection and fingerprinting A-unstable Area: nightly unstable support S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14137 opened Jun 25, 2024 by Xaeroxe Loading…
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-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-trim-paths Nightly: path sanitization
#14116 opened Jun 20, 2024 by weihanglo Draft
test: migrate some files to snapbox A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14113 opened Jun 20, 2024 by heisen-li Loading…
Allowing '--extern' usage in build scripts and in config files A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14101 opened Jun 18, 2024 by notdanilo Draft
fix(env): cargo:rerun-if-env-changed doesn't work with env configuration A-cfg-expr Area: Platform cfg expressions A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14058 opened Jun 13, 2024 by heisen-li Loading…
[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 opened Jun 13, 2024 by weihanglo Draft
fix: improve message for inactive weak optional feature with edition2024 through unused dep collection A-dependency-resolution Area: dependency resolution and the resolver A-manifest Area: Cargo.toml issues A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14026 opened Jun 7, 2024 by linyihai Loading…
WIP: feat(crates-io): add the downloads API A-interacts-with-crates.io Area: interaction with registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13972 opened May 28, 2024 by hi-rustin Draft
pragmatically compare timestamps (as suggested by kornelski) A-rebuild-detection Area: rebuild detection and fingerprinting disposition-merge FCP with intent to merge proposed-final-comment-period An FCP proposal has started, but not yet signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#13955 opened May 23, 2024 by gilescope Loading…
Package workspaces 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-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-package Command-publish S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13947 opened May 22, 2024 by jneem Loading…
3 of 4 tasks
Verify build-std resolve against original lockfile A-dependency-resolution Area: dependency resolution and the resolver A-lockfile Area: Cargo.lock issues A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13916 opened May 15, 2024 by adamgemmell Loading…
Pass rustflags to artifacts built with implicit targets when using target-applies-to-host 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-cfg-expr Area: Platform cfg expressions A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-target-applies-to-host Nightly: target-applies-to-host
#13900 opened May 11, 2024 by gmorenz Loading…
Case insensitive file name matching when packaging files Command-package S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted. S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#13885 opened May 8, 2024 by torhovland Draft
[WIP] feat(gc): record workspace manifest and target dir in global cache tracker A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13846 opened May 2, 2024 by baby230211 Draft
ProTip! Follow long discussions with comments:>50.