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

Make sure search paths inside OUT_DIR precede external paths 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.
#15221 opened Feb 22, 2025 by vlovich Loading…
fix: reset $CARGO if the running program is real cargo[.exe] A-configuration Area: cargo config files and env vars S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15208 opened Feb 20, 2025 by smoelius Loading…
Fingerprint out of root targets S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15205 opened Feb 19, 2025 by krtab Loading…
Get all members as available targets even though default-members was specified. A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-cli Area: Command-line interface, option parsing, etc. A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15199 opened Feb 18, 2025 by linyihai Loading…
Uplift windows Cygwin DLL import libraries A-cfg-expr Area: Platform cfg expressions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15193 opened Feb 17, 2025 by Berrysoft Loading…
test: add fix_tests to validate cargo fix functionality A-cli Area: Command-line interface, option parsing, etc. Command-fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15192 opened Feb 16, 2025 by Rustin170506 Draft
docs(cargo-fix): troubleshooting failing fixes A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15148 opened Feb 5, 2025 by weihanglo Loading…
Check token validity when loading registry config A-interacts-with-crates.io Area: interaction with registries A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-sparse-registry Area: http sparse registries A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15127 opened Jan 31, 2025 by kornelski Loading…
Arbitrary self types v2: shadowing semver break. A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15117 opened Jan 28, 2025 by adetaylor Loading…
Improve the markdown source files of The Cargo Book A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15113 opened Jan 27, 2025 by ShapelessCat Draft
Implemented build.build-dir config option 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-documenting-cargo-itself Area: Cargo's documentation A-filesystem Area: issues with filesystems A-future-incompat Area: future incompatible reporting A-layout Area: target output directory layout, naming, and organization A-rebuild-detection Area: rebuild detection and fingerprinting A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-clean Command-package S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15104 opened Jan 26, 2025 by ranger-ross Loading…
12 of 15 tasks
added the third_party_subcommands function in the cli.rs file A-cli Area: Command-line interface, option parsing, etc. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15100 opened Jan 24, 2025 by ibilalkayy Draft
Experiment: Render timing pipeline in SVG A-timings Area: timings S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15091 opened Jan 22, 2025 by eth3lbert Loading…
[WIP] chore: add aarch64 linux runner A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-testing-cargo-itself Area: cargo's tests S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15077 opened Jan 17, 2025 by weihanglo Draft
Make target dir self-ignoring A-workspaces Area: workspaces Command-new S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15060 opened Jan 13, 2025 by senekor Loading…
feat(manifest)!: implement feature-metadata RFC3416 A-documenting-cargo-itself Area: Cargo's documentation A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues A-unstable Area: nightly unstable support Command-publish S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15056 opened Jan 12, 2025 by AudaciousAxiom Loading…
fix: add error message for github PR url in dep A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15003 opened Jan 2, 2025 by joshka Loading…
Added logic to preserve carriage returns when updating the manifest file A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14983 opened Dec 26, 2024 by ranger-ross Loading…
Hash paths relative to the workspace into metadata. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14953 opened Dec 18, 2024 by Dirbaio Loading…
perf(package): Speed up verify with 'check' Command-package Command-publish S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14930 opened Dec 12, 2024 by epage Loading…
fix(doctest): warn only once if doctest xcompile is skipped Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14920 opened Dec 11, 2024 by progressive-galib Loading…
Introduce CARGO_PKG_EDITION env var A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14873 opened Nov 29, 2024 by nyurik Loading…
feat: make package, manifest and virtualManfest sync by using Arc not Rc A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14837 opened Nov 19, 2024 by washanhanzi Draft
Use the replacement source instead of the original source when generating -C metadata and -C extra-filename A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-layout Area: target output directory layout, naming, and organization S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14822 opened Nov 14, 2024 by P-E-Meunier Draft
ProTip! Type g i on any issue or pull request to go back to the issue listing page.