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(metadata): Add profiles information to cargo metadata A-manifest Area: Cargo.toml issues A-profiles Area: profiles Command-metadata S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-cargo Team: Cargo
#12449 by calavera was closed Oct 5, 2023 Loading…
Read environment variables through Config instead of std::env::var(_os) A-build-execution Area: anything dealing with executing the compiler A-cfg-expr Area: Platform cfg expressions A-cli Area: Command-line interface, option parsing, etc. A-configuration Area: cargo config files and env vars A-console-output Area: Terminal output, colors, progress bar, etc. A-diagnostics Area: Error and warning messages generated by Cargo itself. A-git Area: anything dealing with git A-interacts-with-crates.io Area: interaction with registries A-layout Area: target output directory layout, naming, and organization A-profiles Area: profiles A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) Command-doc Command-fix Command-install Command-new S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11727 by kylematsuda was merged Feb 21, 2023 Loading… 1.69.0
refactor(toml): Decouple parsing from interning system A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-workspaces Area: workspaces Command-remove S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12881 by epage was merged Oct 28, 2023 Loading… 1.75.0
Recompile on profile rustflags changes A-profiles Area: profiles S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11981 by Systemcluster was merged Apr 18, 2023 Loading… 1.71.0
[beta-1.70] backport #12165 A-build-execution Area: anything dealing with executing the compiler A-profiles Area: profiles 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.
#12167 by weihanglo was closed May 27, 2023 Loading…
Don't distinguish Debuginfo::None and Debuginfo::Explicit(None) A-build-execution Area: anything dealing with executing the compiler A-profiles Area: profiles S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12205 by jyn514 was merged May 31, 2023 Loading… 1.72.0
fix: pass -C debuginfo after weakening if explicitly set A-profiles Area: profiles beta-nominated Nominated to backport to the beta branch. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12165 by weihanglo was merged May 22, 2023 Loading… 1.71.0
doc: the first line should be a simple sentence instead of a heading A-dependency-resolution Area: dependency resolution and the resolver A-features2 Area: issues specifically related to the v2 feature resolver A-profiles Area: profiles 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.
#12228 by weihanglo was merged Jun 4, 2023 Loading… 1.72.0
Clippy A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cfg-expr Area: Platform cfg expressions A-configuration Area: cargo config files and env vars A-console-output Area: Terminal output, colors, progress bar, etc. A-dependency-resolution Area: dependency resolution and the resolver A-directory-source Area: directory sources (vendoring) A-features2 Area: issues specifically related to the v2 feature resolver A-filesystem Area: issues with filesystems A-future-incompat Area: future incompatible reporting A-git Area: anything dealing with git A-interacts-with-crates.io Area: interaction with registries A-links Area: `links` native library links setting A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-timings Area: timings A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-add Command-fix Command-generate-lockfile Command-package Command-pkgid Command-tree Command-yank S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12667 by Eh2406 was merged Sep 14, 2023 Loading… 1.74.0
feat(trim-paths): set env CARGO_TRIM_PATHS for build scripts A-build-scripts Area: build.rs scripts A-documenting-cargo-itself Area: Cargo's documentation A-environment-variables Area: environment variables A-profiles Area: profiles S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. Z-trim-paths Nightly: path sanitization
#12900 by weihanglo was merged Oct 31, 2023 Loading… 1.75.0
refactor(toml): Pull out the schema A-build-execution Area: anything dealing with executing the compiler A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-package S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12911 by epage was merged Nov 6, 2023 Loading… 1.75.0
refactor(toml): Decouple logic from schema A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-package S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13080 by epage was merged Dec 1, 2023 Loading… 1.76.0
refactor(schemas): Pull out mod for proposed schemas package A-build-execution Area: anything dealing with executing the compiler A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-workspaces Area: workspaces S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13097 by epage was merged Dec 5, 2023 Loading… 1.76.0
Allow named debuginfo options in Cargo.toml A-build-execution Area: anything dealing with executing the compiler A-console-output Area: Terminal output, colors, progress bar, etc. A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues A-profiles Area: profiles S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11958 by jyn514 was merged Apr 22, 2023 Loading… 1.71.0
refactor: Clarify more Config -> Context A-build-execution Area: anything dealing with executing the compiler A-cfg-expr Area: Platform cfg expressions A-cli Area: Command-line interface, option parsing, etc. A-console-output Area: Terminal output, colors, progress bar, etc. A-dependency-resolution Area: dependency resolution and the resolver A-git Area: anything dealing with git 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-networking Area: networking issues, curl, etc. A-profiles Area: profiles A-registry-authentication Area: registry authentication and authorization (authn authz) A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-doc Command-fetch Command-generate-lockfile Command-package Command-publish Command-yank S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13506 by epage was merged Mar 1, 2024 Loading… 1.78.0
refactor: Pull PackageIdSpec into schema A-cli Area: Command-line interface, option parsing, etc. A-dependency-resolution Area: dependency resolution and the resolver A-interacts-with-crates.io Area: interaction with registries A-profiles Area: profiles A-workspaces Area: workspaces Command-clean Command-generate-lockfile Command-install Command-pkgid Command-publish Command-remove Command-tree Command-uninstall S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13128 by epage was merged Dec 8, 2023 Loading… 1.76.0
Strip debuginfo when debuginfo is not requested A-build-execution Area: anything dealing with executing the compiler A-profiles Area: profiles relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13257 by Kobzol was merged Jan 15, 2024 Loading… 1.77.0
feat: implement RFC 3127 -Ztrim-paths A-build-execution Area: anything dealing with executing the compiler A-cache-messages Area: caching of compiler messages A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-unstable Area: nightly unstable support S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. Z-trim-paths Nightly: path sanitization
#12625 by weihanglo was merged Oct 31, 2023 Loading…
7 of 8 tasks
1.75.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…
refactor(schemas): Pull out as cargo-util-schemas 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-dependency-resolution Area: dependency resolution and the resolver A-git Area: anything dealing with git A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-workspaces Area: workspaces Command-add Command-install Command-new 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
#13178 by epage was merged Dec 18, 2023 Loading… 1.77.0
docs: Clean up doc comments A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cache-messages Area: caching of compiler messages A-cfg-expr Area: Platform cfg expressions 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-credential-provider Area: credential provider for storing and retreiving credentials A-dependency-resolution Area: dependency resolution and the resolver A-environment-variables Area: environment variables A-features2 Area: issues specifically related to the v2 feature resolver A-git Area: anything dealing with git A-home Area: the `home` crate A-interacts-with-crates.io Area: interaction with registries A-layout Area: target output directory layout, naming, and organization A-manifest Area: Cargo.toml issues A-profiles Area: profiles A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-registry-authentication Area: registry authentication and authorization (authn authz) A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests A-timings Area: timings A-unstable Area: nightly unstable support A-workspaces Area: workspaces Command-add Command-fix Command-new Command-tree Command-update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14823 by epage was merged Nov 15, 2024 Loading… 1.84.0
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! Updated in the last three days: updated:>2025-02-03.