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(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
simplify SourceID Ord/Eq 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
#14980 by Eh2406 was merged Jan 7, 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(cargo-rustc): stabilize higher precedence trailing flags A-build-execution Area: anything dealing with executing the compiler Command-rustc 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
#14900 by weihanglo was merged Dec 18, 2024 Loading… 1.85.0
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
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
feat: Stabilize MSRV-aware resolver config A-cli Area: Command-line interface, option parsing, etc. A-documenting-cargo-itself Area: Cargo's documentation A-workspaces Area: workspaces Command-generate-lockfile Command-update disposition-merge FCP with intent to merge finished-final-comment-period FCP complete relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14639 by epage was merged Oct 18, 2024 Loading… 1.84.0
docs: Declare support level for each crate in our Charter / docs A-cfg-expr Area: Platform cfg expressions A-cli-help Area: built-in command-line help A-credential-provider Area: credential provider for storing and retreiving credentials A-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-environment-variables Area: environment variables A-home Area: the `home` crate A-interacts-with-crates.io Area: interaction with registries A-testing-cargo-itself Area: cargo's tests Command-fix disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14600 by epage was merged Oct 2, 2024 Loading… 1.83.0
docs(charter): Declare new Intentional Artifacts as 'small' changes A-documenting-cargo-itself Area: Cargo's documentation disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14599 by epage was merged Oct 2, 2024 Loading… 1.83.0
feat(toml): Add autolib 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 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14591 by epage was merged Sep 27, 2024 Loading… 1.83.0
Allow build scripts to report error messages through cargo::error A-build-execution Area: anything dealing with executing the compiler 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
#14435 by torhovland was closed Oct 29, 2024 Loading…
feat: add CARGO_MANIFEST_PATH env variable A-build-execution Area: anything dealing with executing the compiler 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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14404 by Ifropc was merged Sep 26, 2024 Loading… 1.83.0
[stable-1.80] fix(vendor): Strip excluded build targets A-manifest Area: Cargo.toml issues Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#14369 by epage was closed Aug 8, 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
feat: Add info cargo subcommand A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-completions Area: shell completions A-documenting-cargo-itself Area: Cargo's documentation A-interacts-with-crates.io Area: interaction with registries Command-login Command-logout Command-owner Command-publish Command-search Command-yank disposition-merge FCP with intent to merge finished-final-comment-period FCP complete relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#14141 by Rustin170506 was merged Aug 12, 2024 Loading… 1.82.0
fix(env): cargo:rerun-if-env-changed doesn't work with env configuration A-cfg-expr Area: Platform cfg expressions A-documenting-cargo-itself Area: Cargo's documentation A-rebuild-detection Area: rebuild detection and fingerprinting S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#14058 by heisen-li was closed Nov 1, 2024 Loading…
feat: stabilize cargo update --precise <yanked> A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation A-registries Area: registries disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#13974 by weihanglo was merged May 29, 2024 Loading… 1.80.0
Include vcs_info even if workspace is dirty A-cli-help Area: built-in command-line help A-documenting-cargo-itself Area: Cargo's documentation Command-package disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#13960 by torhovland was merged Jun 24, 2024 Loading… 1.81.0
Add special check-cfg lint config for the unexpected_cfgs lint A-build-execution Area: anything dealing with executing the compiler 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 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#13913 by Urgau was merged May 17, 2024 Loading… 1.80.0
fix(toml)!: Remove support for inheriting badges A-manifest Area: Cargo.toml issues disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#13788 by epage was merged Apr 29, 2024 Loading… 1.80.0
fix(toml): Error on [project] in Edition 2024 A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-workspaces Area: workspaces Command-fix disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#13747 by epage was merged Apr 16, 2024 Loading… 1.79.0
fix(toml): Warn, rather than fail publish, if a target is excluded A-manifest Area: Cargo.toml issues Command-package disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#13713 by epage was merged Apr 29, 2024 Loading… 1.80.0
Switch to using gitoxide by default for listing files A-unstable Area: nightly unstable support Command-package disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#13696 by arlosi was merged Apr 4, 2024 Loading… 1.79.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(add): Stabilize MSRV-aware version req selection A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-completions Area: shell completions A-documenting-cargo-itself Area: Cargo's documentation Command-add disposition-merge FCP with intent to merge finished-final-comment-period FCP complete S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#13608 by epage was merged Apr 8, 2024 Loading… 1.79.0
ProTip! Add no:assignee to see everything that’s not assigned.