You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue will track every issue and PR related to improving Rust itself on Windows. Please keep discussion of specific issues to separate issues. Comments here should only be to suggest changes to this list.
Not started
Pure Rust Windows target with no external C toolchain dependency, taking advantage of LLD and raw-dylib.
Add debug CRT option. Has some old stagnant PRs that can be revived to easily get this going.
Do something to finally stabilize the functionality of kind="static-nobundle" in some form.
Uh oh!
There was an error while loading. Please reload this page.
This issue will track every issue and PR related to improving Rust itself on Windows. Please keep discussion of specific issues to separate issues. Comments here should only be to suggest changes to this list.
Not started
raw-dylib
.kind="static-nobundle"
in some form.PATH
is modifiedCommand
does its own logic to locate the exe to match unix behavior and it is different from what Windows does.env_clear
on Windows.Proposal in progress
Implementation in progress
#[link(kind="raw-dylib")]
Completed
The text was updated successfully, but these errors were encountered: