about summary refs log tree commit diff
path: root/src/librustc_back/target/dragonfly_base.rs
AgeCommit message (Expand)AuthorLines
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-39/+0
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-2/+1
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-11/+15
2016-12-22Correct target_family messJeremy Soller-0/+1
2016-10-31Changed most vec! invocations to use square bracesiirelu-2/+2
2016-04-24librustc_back: remove explicit linkerTamir Duberstein-1/+0
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-09-25rustc: Don't use jemalloc when crossing to MSVCAlex Crichton-1/+1
2015-09-05DragonFly: Remove -L paths from pre_link_args.Michael Neumann-2/+0
2015-08-30fixes #27124 for DragonFlyMichael Neumann-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+1
2015-08-10Remove morestack supportAlex Crichton-1/+0
2015-07-16trans: Add kind to writeArchiveAlex Crichton-0/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2014-12-19Several fixes for DragonFly (rebase)Michael Neumann-3/+8
2014-11-04Implement flexible target specificationCorey Richardson-0/+30