summary refs log tree commit diff
path: root/src/librustc_target/spec/windows_msvc_base.rs
AgeCommit message (Expand)AuthorLines
2020-04-13rustc_target: Introduce `msvc_base`Vadim Petrochenkov-18/+3
2020-04-13rustc_target: Remove some useless importsVadim Petrochenkov-1/+0
2020-04-13linker: Pass `/NODEFAULTLIB` in a more regular wayVadim Petrochenkov-0/+10
2020-04-13rustc_target: Make sure lld-link is treated as link.exe by defaultVadim Petrochenkov-5/+5
2020-01-28Set lld flavor for MSVC to link.exeJohn Kåre Alsaker-2/+5
2019-12-22Format the worldMark Rousskov-4/+2
2019-06-27Added comment description.CrLF0710-0/+3
2019-06-24Just switch to English linker output using environment variable when using msvc.CrLF0710-0/+1
2019-02-08librustc_target => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-2/+2
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-0/+41