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

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
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
Stabilize -Zcheck-cfg as always enabled 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-documenting-cargo-itself Area: Cargo's documentation A-rebuild-detection Area: rebuild detection and fingerprinting A-unstable Area: nightly unstable support relnotes Release-note worthy S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13571 by Urgau was merged May 3, 2024 Loading… 1.80.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
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… 1.77.0
feat: Add "-Zpublic-dependency" for public-dependency feature. A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues 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.
#13340 by linyihai was merged Feb 27, 2024 Loading… 1.78.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
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: lints feature A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation A-lints-table Area: [lints] table A-manifest Area: Cargo.toml issues 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.
#12148 by epage was merged May 22, 2023 Loading… 1.71.0
Add CARGO_WORKSPACE_DIR env var for integration tests and benchmarks A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#12158 by yerke was closed Nov 24, 2023 Loading…
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
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
Adding display of which target failed to compile A-build-execution Area: anything dealing with executing the compiler S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#11636 by aortizpimentel was merged Mar 7, 2023 Loading… 1.70.0
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
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
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
feat: inherit jobserver from env for all kinds of runner A-build-execution Area: anything dealing with executing the compiler Command-run Command-test S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#12776 by weihanglo was merged Jan 20, 2024 Loading… 1.77.0
Add CARGO_PKG_README A-build-execution Area: anything dealing with executing the compiler A-documenting-cargo-itself Area: Cargo's documentation 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
#11645 by chansuke was merged Mar 7, 2023 Loading… 1.70.0
Conditionally mark the test cfg as a well known cfg 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.
#15007 by Urgau was merged Jan 28, 2025 Loading… 1.86.0
Add option to error when warnings are emitted, or ignore warnings 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-console-output Area: Terminal output, colors, progress bar, etc. 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
#12875 by arlosi was closed Aug 12, 2024 Loading…
fix(compiler): Clarify Finished message A-build-execution Area: anything dealing with executing the compiler S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#13422 by epage was merged Feb 9, 2024 Loading… 1.78.0
Pass rustflags to artifacts built with implicit targets when using target-applies-to-host 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-cfg-expr Area: Platform cfg expressions 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. Z-target-applies-to-host Nightly: target-applies-to-host
#13900 by gmorenz was merged Jul 4, 2024 Loading… 1.81.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… 1.86.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
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…
ProTip! Mix and match filters to narrow down what you’re looking for.