summary refs log tree commit diff
path: root/src/librustc_back/target/windows_base.rs
AgeCommit message (Expand)AuthorLines
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-04-07-Z linker-flavorJorge Aparicio-26/+33
2016-12-22Correct target_family messJeremy Soller-0/+1
2016-10-31Changed most vec! invocations to use square bracesiirelu-10/+10
2016-08-01trans: Avoid weak linkage for closures when linking with MinGW.Michael Woerister-0/+1
2016-02-08rustc: Use llvm-ar for custom targets by defaultAlex Crichton-1/+0
2016-02-07rustc: Tweak exe allocator for MinGW/rumprunAlex Crichton-1/+0
2015-10-23Drop `advapi32` and `shell32` from late_link_args.Vadim Chugunov-2/+0
2015-10-21Moar comments.Vadim Chugunov-3/+3
2015-10-19Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ...Vadim Chugunov-4/+26
2015-09-25rustc: Don't use jemalloc when crossing to MSVCAlex Crichton-1/+1
2015-09-22Add `no_default_libraries` target linker optionSebastian Wicki-0/+4
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+1
2015-08-10Remove morestack supportAlex Crichton-1/+0
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-0/+1
2014-11-04Implement flexible target specificationCorey Richardson-0/+66