index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_codegen_ssa
/
src
/
back
/
archive.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-09
Add a default implementation for CodegenBackend::link
bjorn3
-0
/
+8
2024-11-07
Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser
Jubilee
-26
/
+37
2024-09-24
Test fixing raw-dylib
Daniel Paoliello
-26
/
+37
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-09-17
Minimize visibilities.
Nicholas Nethercote
-1
/
+1
2024-08-24
Fix `elided_named_lifetimes` in code
Pavel Grigorenko
-1
/
+1
2024-08-20
Make import libraries compatible with wholearchive
Chris Denton
-1
/
+5
2024-08-17
Always use ar_archive_writer for import libs
Chris Denton
-3
/
+83
2024-08-11
Fix review comments and other improvements
bjorn3
-4
/
+2
2024-08-10
Support reading thin archives in ArArchiveBuilder
bjorn3
-4
/
+11
2024-08-07
Rollup merge of #128206 - bjorn3:import_lib_writing_refactor, r=jieyouxu
Guillaume Gomez
-5
/
+130
2024-08-01
Rollup merge of #128450 - dpaoliello:coff, r=bjorn3
Matthias Krüger
-5
/
+1
2024-07-31
Create COFF archives for non-LLVM backends
Daniel Paoliello
-5
/
+1
2024-07-31
Rollup merge of #127830 - tgross35:archive-failure-message, r=BoxyUwU
Matthias Krüger
-1
/
+3
2024-07-30
Move mingw dlltool invocation to cg_ssa
bjorn3
-0
/
+127
2024-07-30
Move computation of decorated names out of the create_dll_import_lib method
bjorn3
-2
/
+1
2024-07-30
Move temp file name generation out of the create_dll_import_lib method
bjorn3
-3
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-12
/
+10
2024-07-28
adopt object changes
klensy
-13
/
+9
2024-07-16
When an archive fails to build, print the path
Trevor Gross
-1
/
+3
2024-07-07
Fix review comments
bjorn3
-1
/
+1
2024-07-07
Sync ar_archive_writer to LLVM 18.1.3
bjorn3
-13
/
+12
2024-04-17
Use the default file permissions when writing
bjorn3
-8
/
+19
2024-04-09
Update ar_archive_writer to 0.2.0
bjorn3
-8
/
+1
2024-04-04
MSVC targets should use COFF as their archive format
Daniel Paoliello
-1
/
+5
2024-02-26
remove useless lifetime of ArchiveBuilder
823984418
-3
/
+3
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-2
/
+2
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+1
2023-04-19
Recognize AIX style archive kind
Qiu Chaofan
-0
/
+1
2023-02-10
remove redundant clones
Matthias Krüger
-1
/
+1
2023-01-27
Revert "Avoid a temporary file when processing macOS fat archives"
bjorn3
-34
/
+36
2022-12-19
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-12-03
Avoid a temporary file when processing macOS fat archives
Alex Gaynor
-36
/
+34
2022-12-03
Make sure all input archives are unmapped before persisting the output archive
bjorn3
-1
/
+7
2022-12-02
Write to temp file before renaming to the final name
bjorn3
-4
/
+22
2022-11-26
Rewrite LLVM's archive writer in Rust
bjorn3
-2
/
+205
2022-11-14
Wrap bundlen static libraries into object files
Daniil Belov
-0
/
+6
2022-11-04
UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArg
Jhonny Bill Mena
-15
/
+14
2022-11-04
UPDATE - address PR Comments
Jhonny Bill Mena
-37
/
+19
2022-11-04
ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ...
Jhonny Bill Mena
-18
/
+41
2022-10-24
Support raw-dylib functions being used inside inlined functions
Daniel Paoliello
-0
/
+1
2022-09-12
change rlib format to discern native dependencies
Daniil Belov
-35
/
+37
2022-07-28
Introduce an ArchiveBuilderBuilder
bjorn3
-10
/
+15
2022-07-28
Inline inject_dll_import_lib
bjorn3
-23
/
+0
2022-07-28
Move output argument from ArchiveBuilder::new to .build()
bjorn3
-2
/
+2
2022-07-22
Enable raw-dylib for binaries
Daniel Paoliello
-1
/
+28
2022-06-28
Reduce usage of Symbol in the linker code
bjorn3
-2
/
+1
2022-06-19
Remove the source archive functionality of ArchiveWriter
bjorn3
-1
/
+1
2022-06-19
Fix "Remove src_files and remove_file"
bjorn3
-1
/
+1
[next]