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

initial version of checksum based freshness A-build-execution Area: anything dealing with executing the compiler A-dep-info Area: dep-info, .d files A-rebuild-detection Area: rebuild detection and fingerprinting 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-checksum-freshness Nightly: rebuild detection on file checksum instead of mtime
#14137 by Xaeroxe was merged Oct 8, 2024 Loading… 1.83.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…
Fix: trace config [env] table in dep-info. 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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#14701 by linyihai was merged Oct 25, 2024 Loading… 1.84.0
Revert "feat: Add 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.
#14799 by epage was merged Nov 8, 2024 Loading… 1.84.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
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
feat(cli): Allow logging to chrome traces 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-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-documenting-cargo-itself Area: Cargo's documentation A-features2 Area: issues specifically related to the v2 feature resolver A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues 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.
#13399 by epage was merged Mar 5, 2024 Loading…
1 task
1.78.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… 1.84.0
feat(rustdoc): diplay env vars in extra verbose mode A-build-execution Area: anything dealing with executing the compiler S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14812 by weihanglo was merged Nov 13, 2024 Loading… 1.84.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(build-std): always link to std when testing proc-macros A-build-execution Area: anything dealing with executing the compiler A-proc-macro Area: compiling proc-macros S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-build-std Nightly: build-std
#14850 by weihanglo was merged Nov 26, 2024 Loading… 1.85.0
refactor: use Path::push to construct remap-path-prefix A-build-execution Area: anything dealing with executing the compiler S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. Z-trim-paths Nightly: path sanitization
#14908 by weihanglo was merged Dec 9, 2024 Loading… 1.85.0
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…
Add the test cfg as a well known cfg before of compiler change A-build-execution Area: anything dealing with executing the compiler S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14963 by Urgau was merged Dec 19, 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
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
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…
ProTip! no:milestone will show everything without a milestone.