about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/archive.rs
AgeCommit message (Expand)AuthorLines
2022-10-24Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-0/+1
2022-09-12change rlib format to discern native dependenciesDaniil Belov-35/+37
2022-07-28Introduce an ArchiveBuilderBuilderbjorn3-10/+15
2022-07-28Inline inject_dll_import_libbjorn3-23/+0
2022-07-28Move output argument from ArchiveBuilder::new to .build()bjorn3-2/+2
2022-07-22Enable raw-dylib for binariesDaniel Paoliello-1/+28
2022-06-28Reduce usage of Symbol in the linker codebjorn3-2/+1
2022-06-19Remove the source archive functionality of ArchiveWriterbjorn3-1/+1
2022-06-19Fix "Remove src_files and remove_file"bjorn3-1/+1
2022-06-14Remove src_files and remove_filebjorn3-2/+0
2022-02-10Unconditionally update symbolsbjorn3-1/+0
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+1
2021-09-01Move add_rlib and add_native_library to cg_ssabjorn3-9/+4
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-0/+9
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-4/+12
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-4/+2
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-3/+1
2020-08-30mv compiler to compiler/mark-0/+56