about summary refs log tree commit diff
path: root/src/librustc_trans/back/msvc/mod.rs
AgeCommit message (Expand)AuthorLines
2017-06-01Support VS 2017Brian Anderson-305/+0
2017-05-27Remove trans-internal re-exports of rustc modulesRobin Kruppe-2/+2
2017-05-12Remove some unused macros from the rust codebaseest31-0/+1
2016-06-28Make MSVC detection ludicrously robustPeter Atashian-168/+185
2016-01-20Add host toolchain DLLs to PATH when executing link.exePeter Atashian-83/+103
2015-12-21Fix Universal CRT detection on weird setupsPeter Atashian-2/+9
2015-12-14Overhaul MSVC linker and Windows SDK detection codePeter Atashian-245/+173
2015-07-31Add Win10 SDK lib subfolder namePeter Atashian-7/+36
2015-07-24trans: Try to detect the Universal CRT on MSVCAlex Crichton-12/+76
2015-07-01msvc: Lookup linker in windows registryAlex Crichton-0/+239