about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/archive.rs
AgeCommit message (Expand)AuthorLines
2024-04-17Use the default file permissions when writingbjorn3-8/+19
2024-04-09Update ar_archive_writer to 0.2.0bjorn3-8/+1
2024-04-04MSVC targets should use COFF as their archive formatDaniel Paoliello-1/+5
2024-02-26remove useless lifetime of ArchiveBuilder823984418-3/+3
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-2/+2
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-2/+2
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-2/+1
2023-04-19Recognize AIX style archive kindQiu Chaofan-0/+1
2023-02-10remove redundant clonesMatthias Krüger-1/+1
2023-01-27Revert "Avoid a temporary file when processing macOS fat archives"bjorn3-34/+36
2022-12-19clippy::complexity fixesMatthias Krüger-1/+1
2022-12-03Avoid a temporary file when processing macOS fat archivesAlex Gaynor-36/+34
2022-12-03Make sure all input archives are unmapped before persisting the output archivebjorn3-1/+7
2022-12-02Write to temp file before renaming to the final namebjorn3-4/+22
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-2/+205
2022-11-14Wrap bundlen static libraries into object filesDaniil Belov-0/+6
2022-11-04UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArgJhonny Bill Mena-15/+14
2022-11-04UPDATE - address PR CommentsJhonny Bill Mena-37/+19
2022-11-04ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ...Jhonny Bill Mena-18/+41
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