Tracking Issue for removing windows-targets dependency
Open
Nobody has claimed this yet.
C-tracking-issue
F-raw_dylib
O-windows
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
windows-sys 0.61 uses raw-dylib rather than shipping binary import libraries. This reduces the vendor size and makes cross-compilation easier.
- Bootstrap: https://github.com/rust-lang/rust/pull/156006
- Library: https://github.com/rust-lang/rust/pull/155681
- Compiler
- rustc_codegen_gcc: https://github.com/rust-lang/rustc_codegen_gcc/pull/886 (needs sync)
- rustc_codegen_cranelift
- Cargo (needs sync)
- Rust-analyzer
- https://github.com/rust-lang/rust-analyzer/pull/22155
- Update to notify 0.9 once it releases
- Miri
- Rustfmt: https://github.com/rust-lang/rustfmt/pull/6895
- Clippy: https://github.com/rust-lang/rust-clippy/pull/17000
- ci-tool
- rustc-perf
- https://github.com/rust-lang/rustc-perf/pull/2477
- https://github.com/rust-lang/rustc-perf/pull/2478
- Update ring and reqwest
- Docs
- rustbook: https://github.com/rust-lang/rust/pull/156543
- book
- https://github.com/rust-lang/book/pull/4752
- Update ring
- Update lockfiles for all listings (optional as they aren't vendored)
- rustc-dev-guide: https://github.com/rust-lang/rustc-dev-guide/pull/2870
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the unchecked entries in the tracking checklist, especially rustc_codegen_cranelift, ci-tool, rustc-perf, and Docs, along with their linked pull requests and issues. Confirm which items remain actionable and whether the listed projects need synchronization. Done means the remaining checklist work is addressed and the windows-targets dependency removal is complete across the tracked components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100