about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/base/windows_gnullvm.rs
AgeCommit message (Collapse)AuthorLines
2025-02-17Adds binary_format to rustc target specsPyrode-1/+4
2025-02-08Rustfmtbjorn3-11/+8
2025-01-20Set `DebuginfoKind::Dwarf` for `*-windows-gnu` and `*-windows-gnullvm`Wesley Wiser-1/+1
These targets have always generated DWARF debuginfo and not CodeView/PDB debuginfo like the MSVC Windows targets. Correct their target definitions to reflect this. The newly added tests for the various combinations of `*-windows-gnu*` targets and `-Csplit-debuginfo` show that this does not change any stable behavior.
2024-10-03control libunwind linkage mode via `crt-static` on gnullvm targetsMateusz MikuĊ‚a-0/+2
Co-authored-by: Kleis Auke Wolthuizen <github@kleisauke.nl>
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-9/+12
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.
2023-11-08target: move base specs to spec/baseDavid Wood-0/+47
Signed-off-by: David Wood <david@davidtw.co>