summary refs log tree commit diff
path: root/src/librustc_back/target/windows_base.rs
AgeCommit message (Expand)AuthorLines
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