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

feat: implement RFC 3553 to add SBOM support A-build-execution Area: anything dealing with executing the compiler A-cfg-expr Area: Platform cfg expressions A-configuration Area: cargo config files and env vars A-dep-info Area: dep-info, .d files A-documenting-cargo-itself Area: Cargo's documentation A-layout Area: target output directory layout, naming, and organization A-rebuild-detection Area: rebuild detection and fingerprinting A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13709 by justahero was merged Feb 26, 2025 Loading…
6 tasks
1.87.0
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 by ranger-ross was merged Feb 25, 2025 Loading…
12 of 15 tasks
1.87.0
Check build target supports std when building with -Zbuild-std=std A-cfg-expr Area: Platform cfg expressions S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-build-std Nightly: build-std
#14183 by harmou01 was merged Nov 22, 2024 Loading… 1.85.0
feat: add cargo pkgid support for cargo-script A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-workspaces Area: workspaces Command-install Command-pkgid Command-uninstall S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14961 by Rustin170506 was merged Feb 4, 2025 Loading… 1.86.0
feat(warnings): add build.warnings option A-build-execution Area: anything dealing with executing the compiler A-configuration Area: cargo config files and env vars A-documenting-cargo-itself Area: Cargo's documentation A-unstable Area: nightly unstable support A-workspaces Area: workspaces S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14388 by arlosi was merged Nov 9, 2024 Loading… 1.84.0
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 by linyihai was merged Feb 28, 2025 Loading…
Suggest similar feature names on CLI A-dependency-resolution Area: dependency resolution and the resolver A-diagnostics Area: Error and warning messages generated by Cargo itself. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15133 by DJMcNab was merged Feb 4, 2025 Loading… 1.86.0
fix(fingerprint): Don't throwaway the cache on RUSTFLAGS changes A-layout Area: target output directory layout, naming, and organization A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14830 by epage was merged Dec 6, 2024 Loading… 1.85.0
feat: Implement --depth workspace for cargo tree command A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-workspaces Area: workspaces Command-tree S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14928 by ShoyuVanilla was merged Dec 12, 2024 Loading… 1.85.0
Conditionally mark the test cfg as a well known cfg 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.
#15007 by Urgau was merged Jan 28, 2025 Loading… 1.86.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
Add future-incompat warning against keywords in cfgs and add raw-idents A-build-scripts Area: build.rs scripts A-cfg-expr Area: Platform cfg expressions A-manifest Area: Cargo.toml issues disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#14671 by Urgau was merged Nov 26, 2024 Loading… 1.85.0
simplify SourceID Hash S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14800 by Eh2406 was merged Dec 23, 2024 Loading… 1.85.0
Migrate build-rs to the Cargo repo A-documenting-cargo-itself Area: Cargo's documentation 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.
#14786 by epage was merged Nov 13, 2024 Loading… 1.84.0
fix: env table config can't trigger rebuild with rerun-if-env-changed. A-build-execution Area: anything dealing with executing the compiler A-configuration Area: cargo config files and env vars A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14756 by linyihai was merged Jan 1, 2025 Loading… 1.86.0
feat: Added warning when failing to update index cache A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15014 by ranger-ross was merged Jan 10, 2025 Loading… 1.86.0
feat(build-script): Pass CARGO_CFG_FEATURE A-build-scripts Area: build.rs scripts A-documenting-cargo-itself Area: Cargo's documentation disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#14902 by epage was merged Dec 10, 2024 Loading… 1.85.0
fix: reset $CARGO if the running program is real cargo[.exe] A-configuration Area: cargo config files and env vars A-custom-subcommands Area: custom 3rd party subcommand plugins A-environment-variables Area: environment variables S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15208 by smoelius was merged Feb 28, 2025 Loading…
fix(env): dont track envs set by cargo in dep-info file A-build-execution Area: anything dealing with executing the compiler A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14811 by weihanglo was closed Dec 18, 2024 Loading…
Moved manifest metadata tracking from fingerprint to dep info A-build-execution Area: anything dealing with executing the compiler A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14973 by ranger-ross was merged Dec 24, 2024 Loading… 1.85.0
feat: Stablize CARGO_RUSTC_CURRENT_DIR 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. T-cargo Team: Cargo
#13644 by epage was closed Sep 19, 2024 Loading…
feat(resolver): Stabilize resolver v3 A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues disposition-merge FCP with intent to merge finished-final-comment-period FCP complete relnotes Release-note worthy S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#14754 by epage was merged Nov 15, 2024 Loading… 1.84.0
fix(): error context for git_fetch refspec not found A-diagnostics Area: Error and warning messages generated by Cargo itself. A-git Area: anything dealing with git S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14806 by dacianpascu06 was merged Nov 17, 2024 Loading… 1.84.0
feat: implement workspace feature unification A-configuration Area: cargo config files and env vars A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-fix Command-install S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15157 by aliu was merged Feb 11, 2025 Loading… 1.86.0
fix(login): Deprecate CLI token A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation Command-login disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo to-announce
#15057 by epage was merged Jan 28, 2025 Loading… 1.86.0
ProTip! Filter pull requests by the default branch with base:master.