summary refs log tree commit diff
path: root/src/librustc_back/target/windows_msvc_base.rs
AgeCommit message (Expand)AuthorLines
2018-03-03rustc: Tweak default linker selectionAlex Crichton-1/+0
2018-02-26Add specific target option for returning struct as an integer.Bryan Drewery-0/+1
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-31/+0
2017-08-22Introduce target feature crt_static_allows_dylibsSamuel Holland-0/+1
2017-08-22Introduce temporary target feature crt_static_respectedSamuel Holland-0/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-1/+0
2017-04-07-Z linker-flavorJorge Aparicio-5/+8
2016-12-22Correct target_family messJeremy Soller-0/+1
2016-02-08rustc: Use llvm-ar for custom targets by defaultAlex Crichton-1/+0
2015-09-25rustc: Don't use jemalloc when crossing to MSVCAlex Crichton-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+1
2015-08-11Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonwbors-0/+1
2015-08-10trans: Specify `archive_format` for MSVCAlex Crichton-0/+1
2015-08-10Remove morestack supportAlex Crichton-1/+0
2015-05-19rustc_back: Tweak the MSVC target specAlex Crichton-2/+36
2015-05-12Scale back changes madeAlex Crichton-2/+1
2015-05-12Very hacky MSVC hacks.Ricky Taylor-0/+33