about summary refs log tree commit diff
path: root/src/librustc_trans/back/msvc
AgeCommit message (Expand)AuthorLines
2017-06-01Support VS 2017Brian Anderson-497/+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-12-18Fix WindowsSeo Sanghyeon-3/+1
2016-06-28Make MSVC detection ludicrously robustPeter Atashian-168/+241
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-18Do not substitute type aliases during error reportingVadim Petrochenkov-1/+1
2015-12-18Substitute type aliases before checking for privacyVadim Petrochenkov-1/+1
2015-12-18Fix the falloutVadim Petrochenkov-2/+2
2015-12-14Overhaul MSVC linker and Windows SDK detection codePeter Atashian-286/+173
2015-11-09std: Migrate to the new libcAlex Crichton-2/+9
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-7/+8
2015-07-31Add Win10 SDK lib subfolder namePeter Atashian-7/+36
2015-07-27Auto merge of #27250 - alexcrichton:ucrt, r=brsonbors-12/+76
2015-07-24trans: Try to detect the Universal CRT on MSVCAlex Crichton-12/+76
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-1/+2
2015-07-01msvc: Lookup linker in windows registryAlex Crichton-0/+409