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

fix: Switch more notes/warnings to lowercase A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-configuration Area: cargo config files and env vars A-interacts-with-crates.io Area: interaction with registries A-rebuild-detection Area: rebuild detection and fingerprinting Command-package Command-publish S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13410 by epage was merged Feb 7, 2024 Loading… 1.78.0
Fix doc collision for lib/bin with a dash in the inferred name. A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13640 by ehuss was merged Mar 25, 2024 Loading… 1.79.0
Add command run-custom-build. A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13676 by declantsien was closed Apr 1, 2024 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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. Z-target-applies-to-host Nightly: target-applies-to-host
#13900 by gmorenz was merged Jul 4, 2024 Loading… 1.81.0
Fix passing of links-overrides with target-applies-to-host and an implicit target 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 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. Z-target-applies-to-host Nightly: target-applies-to-host
#14205 by gmorenz was merged Jul 18, 2024 Loading… 1.82.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…
fix: Don't use "did you mean" in errors A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-profiles Area: profiles Command-clean Command-run S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15138 by epage was merged Feb 4, 2025 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.