about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/archive.rs
AgeCommit message (Expand)AuthorLines
2024-11-09Add a default implementation for CodegenBackend::linkbjorn3-25/+0
2024-09-24Test fixing raw-dylibDaniel Paoliello-1/+2
2024-07-30Move computation of decorated names out of the create_dll_import_lib methodbjorn3-2/+1
2024-07-30Move temp file name generation out of the create_dll_import_lib methodbjorn3-4/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-07-07Sync ar_archive_writer to LLVM 18.1.3bjorn3-2/+2
2024-02-26remove useless lifetime of ArchiveBuilder823984418-1/+1
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-171/+6
2022-10-24Support raw-dylib functions being used inside inlined functionsDaniel Paoliello-0/+1
2022-09-24Add wrapper type for ExitCode for use in RanlibFailureEllis Hoag-1/+1
2022-09-24remove IntoDiagnosticArg impl for OptionEllis Hoag-1/+1
2022-09-24Add RanlibFailureEllis Hoag-1/+3
2022-07-28Introduce an ArchiveBuilderBuilderbjorn3-26/+32
2022-07-28Inline inject_dll_import_libbjorn3-4/+0
2022-07-28Move output argument from ArchiveBuilder::new to .build()bjorn3-11/+7
2022-07-22Enable raw-dylib for binariesDaniel Paoliello-2/+10
2022-06-19Remove the source archive functionality of ArchiveWriterbjorn3-25/+3
2022-06-19Fix "Remove src_files and remove_file"bjorn3-1/+5
2022-06-14Remove src_files and remove_filebjorn3-13/+0
2022-02-10Unconditionally update symbolsbjorn3-3/+0
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-3/+2
2021-09-17Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegenAntoni Boucher-73/+21
2021-08-12Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6...Antoni Boucher-0/+270