summary refs log tree commit diff
path: root/src/librustc_back/target/linux_base.rs
AgeCommit message (Expand)AuthorLines
2017-07-14Support both partial and full RELROJohannes Löthberg-2/+2
2017-07-11Add support for full RELROJohannes Löthberg-0/+1
2017-04-07-Z linker-flavorJorge Aparicio-14/+18
2016-12-22Correct target_family messJeremy Soller-0/+1
2016-02-08rustc: Use llvm-ar for custom targets by defaultAlex Crichton-1/+0
2016-01-21actively disable stack execution on linux and bsdAli Clark-0/+3
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-0/+1
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-10Remove morestack supportAlex Crichton-1/+0
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-0/+1
2015-05-19rustc_back: Remove unneeded explicit variableAlex Crichton-1/+0
2015-04-27rustc_back: Add x86_64-unknown-linux-musl as a targetAlex Crichton-5/+9
2014-11-06fix typo in librustc target specDaniel Micay-1/+1
2014-11-04Implement flexible target specificationCorey Richardson-0/+31