about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/base/windows_msvc.rs
AgeCommit message (Collapse)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-1/+1
Add `unreachable_pub`, round 4 A follow-up to #129732. r? `@Urgau`
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-1/+1
2024-09-02chore: Fix typos in 'compiler' (batch 3)Alexander Cyon-1/+1
2024-03-11Update /NODEFAUTLIB comment for msvcChris Denton-8/+12
2023-11-08target: move base specs to spec/baseDavid Wood-0/+34
Signed-off-by: David Wood <david@davidtw.co>