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

Do not hash absolute sysroot path into stdlib crates metadata. A-layout Area: target output directory layout, naming, and organization A-reproducibility Area: reproducible / deterministic builds S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-build-std Nightly: build-std
#14951 by Dirbaio was merged Dec 18, 2024 Loading… updated Dec 21, 2024 1.85.0
feature(SourceId): use stable hash from rustc-stable-hash A-cache-messages Area: caching of compiler messages A-caching Area: caching of dependencies, repositories, and build artifacts 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.
#14917 by weihanglo was merged Dec 11, 2024 Loading… updated Dec 14, 2024 1.85.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… updated Dec 8, 2024 1.85.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… updated Nov 28, 2024 1.84.0
refactor(fingerprint): Track the intent for each use of UnitHash A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-layout Area: target output directory layout, naming, and organization Command-test S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14826 by epage was merged Nov 16, 2024 Loading… updated Nov 28, 2024 1.84.0
feat!: use stable hash from rustc-stable-hash A-cache-messages Area: caching of compiler messages A-layout Area: target output directory layout, naming, and organization A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-trim-paths Nightly: path sanitization
#14116 by weihanglo was closed Oct 9, 2024 Draft updated Nov 24, 2024
fix: -Cmetadata includes whether extra rustflags is same as host A-layout Area: target output directory layout, naming, and organization S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14432 by weihanglo was merged Aug 21, 2024 Loading… updated Sep 30, 2024 1.82.0
Add location information in patch error messages A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cli Area: Command-line interface, option parsing, etc. A-cli-help Area: built-in command-line help A-completions Area: shell completions 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-documenting-cargo-itself Area: Cargo's documentation A-environment-variables Area: environment variables A-future-incompat Area: future incompatible reporting A-git Area: anything dealing with git A-home Area: the `home` crate A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-interacts-with-crates.io Area: interaction with registries A-layout Area: target output directory layout, naming, and organization A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-sparse-registry Area: http sparse registries 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-bench Command-build Command-check Command-clean Command-doc Command-fetch Command-fix Command-generate-lockfile Command-info Command-metadata Command-package Command-pkgid Command-publish Command-remove Command-run Command-rustc Command-rustdoc Command-test Command-tree Command-update Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14473 by antoniospg was closed Sep 8, 2024 Loading… updated Sep 8, 2024
Make -Cmetadata consistent across platforms A-layout Area: target output directory layout, naming, and organization relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14107 by alexcrichton was merged Jun 20, 2024 Loading… updated Aug 20, 2024 1.81.0
fix(env): cargo:rerun-if-env-changed doesn't work with env configuration 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-dependency-resolution Area: dependency resolution and the resolver A-documenting-cargo-itself Area: Cargo's documentation A-features2 Area: issues specifically related to the v2 feature resolver A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. A-layout Area: target output directory layout, naming, and organization A-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-testing-cargo-itself Area: cargo's tests A-workspaces Area: workspaces Command-add Command-bench Command-build Command-clean Command-fetch Command-fix Command-install Command-metadata Command-package Command-remove Command-test Command-tree Command-update Command-vendor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14027 by heisen-li was closed Jun 13, 2024 Loading… updated Jun 24, 2024
Rename --out-dir to --artifact-dir A-build-execution Area: anything dealing with executing the compiler 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-documenting-cargo-itself Area: Cargo's documentation A-layout Area: target output directory layout, naming, and organization A-semver Area: semver specifications, version matching, etc. Command-build Command-fix S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13809 by valadaptive was merged Jun 7, 2024 Loading… updated Jun 8, 2024 1.81.0
Add unstable --output-format option to cargo rustdoc A-build-execution Area: anything dealing with executing the compiler 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-layout Area: target output directory layout, naming, and organization Command-doc Command-rustdoc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12252 by charmitro was merged Jan 11, 2024 Loading… updated Jan 13, 2024 1.77.0
Add new package cache lock modes A-configuration Area: cargo config files and env vars A-filesystem Area: issues with filesystems A-future-incompat Area: future incompatible reporting 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-layout Area: target output directory layout, naming, and organization A-lockfile Area: Cargo.lock issues A-registries Area: registries A-sparse-registry Area: http sparse registries A-testing-cargo-itself Area: cargo's tests Command-add Command-generate-lockfile Command-package Command-publish S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12706 by ehuss was merged Oct 9, 2023 Loading… updated Oct 11, 2023 1.75.0
chore: Fix typos A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts 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-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-layout Area: target output directory layout, naming, and organization A-rebuild-detection Area: rebuild detection and fingerprinting A-registries Area: registries A-semver Area: semver specifications, version matching, etc. A-unstable Area: nightly unstable support Command-metadata S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12707 by epage was merged Sep 19, 2023 Loading… updated Sep 30, 2023 1.74.0
Fix typo: "use" -> "used" A-layout Area: target output directory layout, naming, and organization S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12522 by matthiasbeyer was merged Aug 18, 2023 Loading… updated Aug 22, 2023 1.73.0
Compute the right output filenames for rustdoc invocations that request the JSON format A-layout Area: target output directory layout, naming, and organization S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#12100 by LukeMathWalker was closed May 7, 2023 Loading… updated May 7, 2023
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… updated Mar 9, 2023 1.69.0
ProTip! What’s not been updated in a month: updated:<2025-01-07.