summary refs log tree commit diff
path: root/src/librustc/back/lto.rs
AgeCommit message (Expand)AuthorLines
2013-12-31Disallow LTO with a preference to dynamic linkingAlex Crichton-0/+6
2013-12-26librustc: De-`@mut` `outputs` in the sessionPatrick Walton-1/+2
2013-12-25Method-ify CStoreSteven Fackler-2/+2
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-2/+3
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-3/+2
2013-12-11Disable all unwinding on -Z no-landing-pads LTOAlex Crichton-0/+6
2013-12-09Implement LTOAlex Crichton-0/+96