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
/
linker.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-18
Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa
bors
-1
/
+7
2022-10-15
The illumos linker does not support --strip-debug
Andy Fiddaman
-1
/
+7
2022-10-07
Address PR comments
Jhonny Bill Mena
-3
/
+3
2022-10-07
UPDATE - migrate linker.rs to new diagnostics infra
Jhonny Bill Mena
-18
/
+17
2022-10-07
UPDATE - LibDefWriteFailure to accept type instead of formatted string
Jhonny Bill Mena
-6
/
+6
2022-10-07
ADD - migrate lib.def write fatal error
Jhonny Bill Mena
-3
/
+4
2022-10-06
rustc_target: Refactor internal linker flavors
Vadim Petrochenkov
-45
/
+37
2022-09-29
Only export `__tls_*` on wasm32-unknown-unknown.
Dan Gohman
-6
/
+9
2022-09-29
Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisa
Michael Howell
-6
/
+0
2022-09-28
Don't export `__wasm_init_memory` on WebAssembly.
Dan Gohman
-6
/
+0
2022-09-27
Don't export `__heap_base` and `__data_end` on wasm32-wasi.
Dan Gohman
-4
/
+6
2022-09-20
fix verbatim with upstream dependencies
bors
-6
/
+12
2022-09-12
change rlib format to discern native dependencies
Daniil Belov
-2
/
+2
2022-09-06
change stdlib circular dependencies handling
Daniil Belov
-42
/
+0
2022-09-01
rustc_target: Refactor internal linker flavors slightly
Vadim Petrochenkov
-12
/
+9
2022-07-31
Add issue reference
bjorn3
-1
/
+1
2022-07-30
Limit symbols exported from proc macros
bjorn3
-3
/
+1
2022-07-28
fix: remove fake no_dead_strip for osx
csmoe
-3
/
+1
2022-07-25
feat: impl export-executable-symbols
csmoe
-4
/
+13
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-06-28
Reduce usage of Symbol in the linker code
bjorn3
-49
/
+48
2022-06-21
Update Emscripten's no_default_libraries handling
Hood Chatham
-1
/
+1
2022-06-18
ENH Move --memory-init-file flag from EmLinker to asmjs target spec
Hood Chatham
-2
/
+0
2022-06-17
Replace -g4 with -gsource-map
Hood Chatham
-2
/
+2
2022-06-03
Fix emscripten linker invocation
bjorn3
-13
/
+6
2022-06-03
Avoid rustc_serialize in linker.rs
bjorn3
-16
/
+13
2022-05-24
Add support for embedding pretty printers via the `#[debugger_visualizer]` at...
ridwanabdillahi
-3
/
+3
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-8
/
+15
2022-05-02
Auto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser
bors
-13
/
+2
2022-04-27
Use decorated names for linked_symbols on Windows
Gary Guo
-1
/
+1
2022-04-26
linker: Generate `symbols.o` for dylibs
Vadim Petrochenkov
-2
/
+2
2022-04-26
linker: Stop using whole-archive on dependencies of dylibs
Vadim Petrochenkov
-11
/
+0
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-22
/
+50
2022-04-18
Refactor exported_symbols and linked_symbols for code reuse
Gary Guo
-44
/
+26
2022-04-18
Synthesis object file for `#[used]` and exported symbols
Gary Guo
-0
/
+46
2022-04-18
Add `SymbolExportInfo`
Gary Guo
-4
/
+4
2022-04-03
Replace every `String` in Target(Options) with `Cow<'static, str>`
Loïc BRANSTETT
-2
/
+2
2022-03-30
Stabilize native library modifier syntax and the `whole-archive` modifier spe...
Vadim Petrochenkov
-0
/
+11
2022-03-01
compiler: fix some typos
cuishuang
-1
/
+1
2022-01-21
adapt L4Bender implementation
Benjamin Lamowski
-80
/
+62
2022-01-21
Add L4Bender as linker variant
Sebastian Humenda
-1
/
+171
2021-11-14
Only use the -dynamiclib flag when the linker is not ld
kit
-1
/
+4
2021-11-14
Refactor linker argument generation
kit
-30
/
+18
2021-11-14
Add a helper method for linker arguments
kit
-11
/
+28
2021-10-06
Enable AutoFDO.
Michael Benfield
-0
/
+3
2021-09-08
Move get_tools_search_paths from FileSearch to Session
bjorn3
-2
/
+1
2021-07-06
Fold LinkerInfo into CrateInfo
bjorn3
-77
/
+29
2021-07-06
Don't store the full LinkerInfo inside Linker impls
bjorn3
-27
/
+44
2021-07-06
Merge LinkerInfo::to_linker into get_linker
bjorn3
-39
/
+33
2021-07-06
Move get_linker to linker.rs
bjorn3
-1
/
+95
[next]