about summary refs log tree commit diff
path: root/src/librustc_trans/back/archive.rs
AgeCommit message (Expand)AuthorLines
2018-05-17Rename trans to codegen everywhere.Irina Popa-325/+0
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-4/+3
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-5/+3
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-3/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2017-07-21Thread through the original error when opening archivesAlex Crichton-4/+3
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-3/+2
2017-03-27Fix various useless derefs and slicingsOliver Schneider-2/+2
2016-11-21Add --crate-type metadataNick Cameron-1/+1
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-5/+22
2016-08-03audit LLVM C++ types in ArchiveWrapper and PassWrapperAriel Ben-Yehuda-1/+1
2016-06-10Remove linking with ARJake Goulding-241/+15
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+0
2016-03-22fix alignmentJorge Aparicio-2/+2
2016-03-22try! -> ?Jorge Aparicio-14/+14
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-4/+4
2016-01-29trans: Upgrade LLVMAlex Crichton-5/+32
2015-12-30use structured errorsNick Cameron-5/+6
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-1/+1
2015-11-26remove csearch from the rest of rustcAriel Ben-Yehuda-2/+5
2015-09-26Don't ICE if an archive isn't actually an archiveWilliam Throwe-2/+5
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-3/+4
2015-07-16trans: Add kind to writeArchiveAlex Crichton-11/+18
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-0/+504