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 compiler BuildOutput A-build-scripts Area: build.rs scripts S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#12383 by cuishuang was closed Aug 10, 2023 Loading…
Remove outdated option to -Zcheck-cfg warnings A-build-scripts Area: build.rs scripts S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12884 by Urgau was merged Oct 27, 2023 Loading… 1.75.0
Adjust -Zcheck-cfg for new rustc syntax and behavior 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 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.
#12845 by Urgau was merged Oct 18, 2023 Loading… 1.75.0
Print environment variables for build script executions with -vv A-build-scripts Area: build.rs scripts S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12829 by Noratrieb was merged Oct 18, 2023 Loading… 1.75.0
Make more reads of environment variables go through the Config 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-configuration Area: cargo config files and env vars A-dependency-resolution Area: dependency resolution and the resolver A-features2 Area: issues specifically related to the v2 feature resolver 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.
#11754 by kylematsuda was merged Feb 22, 2023 Loading… 1.69.0
refactor(job_queue): docs and move types around A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts 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.
#11758 by weihanglo was merged Feb 22, 2023 Loading… 1.69.0
Fix CARGO_CFG_ vars for configs defined both with and without value A-build-scripts Area: build.rs scripts S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11790 by vadorovsky was merged Mar 6, 2023 Loading… 1.70.0
clippy: warn disallowed_methods for std::env::var and friends A-build-scripts Area: build.rs scripts 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-dependency-resolution Area: dependency resolution and the resolver A-rebuild-detection Area: rebuild detection and fingerprinting A-unstable Area: nightly unstable support Command-fix S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#11828 by weihanglo was merged Mar 17, 2023 Loading… 1.70.0
refactor: compiler invocations A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12211 by weihanglo was merged May 31, 2023 Loading… 1.72.0
doc: intra-doc links and doc comments for build script A-build-scripts Area: build.rs scripts S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12133 by weihanglo was merged May 13, 2023 Loading… 1.71.0
fix bug: corruption when cargo killed while writing 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-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting Command-fix Command-new Command-remove Command-vendor S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12744 by tompscanlan was merged Oct 2, 2023 Loading… 1.75.0
Bail out an error when using cargo:: in custom build script A-build-scripts Area: build.rs scripts 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
#12332 by Rustin170506 was merged Aug 7, 2023 Loading… 1.73.0
Perform atomic write to avoid corrupting files 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-manifest Area: Cargo.toml issues A-rebuild-detection Area: rebuild detection and fingerprinting Command-fix Command-new Command-remove Command-vendor S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#12362 by marcospb19 was closed Sep 27, 2023 Draft
Fewer temporary needless strings A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-dependency-resolution Area: dependency resolution and the resolver A-manifest Area: Cargo.toml issues A-registry-authentication Area: registry authentication and authorization (authn authz) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12604 by Eh2406 was merged Aug 30, 2023 Loading… 1.74.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
Add support for target.'cfg(..)'.linker 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 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.
#12535 by Rustin170506 was merged Aug 28, 2023 Loading…
3 tasks done
1.74.0
use split_once for cleaner code A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cli-help Area: built-in command-line help A-registries Area: registries S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12615 by Eh2406 was merged Sep 3, 2023 Loading… 1.74.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… 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
DO NOT MERGE: Test for https://github.com/rust-lang/cargo/pull/12201 A-build-scripts Area: build.rs scripts 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.
#13133 by Rustin170506 was closed Dec 10, 2023 Draft
chore: fix a typo A-build-scripts Area: build.rs scripts S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13201 by Rustin170506 was merged Dec 25, 2023 Loading… 1.77.0
Extend the build directive syntax with cargo:: 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 A-rebuild-detection Area: rebuild detection and fingerprinting disposition-merge FCP with intent to merge finished-final-comment-period FCP complete relnotes Release-note worthy S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-cargo Team: Cargo
#12201 by Rustin170506 was merged Dec 24, 2023 Loading… 1.77.0
fix(json-msg): use pkgid spec in in JSON messages A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-cli-help Area: built-in command-line help A-console-output Area: Terminal output, colors, progress bar, etc. A-documenting-cargo-itself Area: Cargo's documentation A-timings Area: timings S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13311 by weihanglo was merged Jan 17, 2024 Loading… 1.77.0
Remove rustc-check-cfg= from the reserved directive prefixes A-build-scripts Area: build.rs scripts S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13439 by Urgau was closed Feb 13, 2024 Loading…
[beta-1.77] Backport ignore cargo::rustc-check-cfg A-build-scripts Area: build.rs scripts S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13500 by ehuss was merged Feb 29, 2024 Loading… 1.77.0
ProTip! Mix and match filters to narrow down what you’re looking for.