about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/base/msvc.rs
AgeCommit message (Collapse)AuthorLines
2025-05-15Revert "Fix linking statics on Arm64EC #140176"Jieyou Xu-13/+1
Unfortunately, multiple people are reporting linker warnings related to `__rust_no_alloc_shim_is_unstable` after this change. The solution isn't quite clear yet, let's revert to green for now, and try a reland with a determined solution for `__rust_no_alloc_shim_is_unstable`. This reverts commit c8b7f32434c0306db5c1b974ee43443746098a92, reversing changes made to 667247db71ea18c4130dd018d060e7f09d589490.
2025-05-07[Arm64EC] Only decorate functions with `#`Daniel Paoliello-1/+13
2025-02-17Adds binary_format to rustc target specsPyrode-1/+2
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-04-04MSVC targets should use COFF as their archive formatDaniel Paoliello-0/+1
2023-11-08target: move base specs to spec/baseDavid Wood-0/+26
Signed-off-by: David Wood <david@davidtw.co>