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
about
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-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
2022-06-14
Remove src_files and remove_file
bjorn3
-2
/
+0
2022-02-10
Unconditionally update symbols
bjorn3
-1
/
+0
2021-10-03
Move rustc_middle::middle::cstore to rustc_session.
Camille GILLOT
-1
/
+1
2021-09-01
Move add_rlib and add_native_library to cg_ssa
bjorn3
-9
/
+4
2021-06-04
Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...
Richard Cobbe
-0
/
+9
2021-05-05
Implement RFC 2951: Native link modifiers
Luqman Aden
-4
/
+12
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-4
/
+2
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-3
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+56