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
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
[prev]