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
/
linker.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-07-06
Move LinkerInfo into CrateInfo
bjorn3
-1
/
+1
2021-06-10
Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkov
Yuki Okushi
-4
/
+7
2021-06-09
Make symbols stripping work on MacOS X
David Calavera
-4
/
+7
2021-06-06
linker: Reorder linker arguments
Vadim Petrochenkov
-29
/
+4
2021-06-06
Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkov
Yuki Okushi
-3
/
+5
2021-06-01
Tweak wasm_base target spec to indicate linker is not GNU and update linker i...
Luqman Aden
-3
/
+5
2021-05-23
Pass target features to bpf-linker
Alessandro Decina
-0
/
+4
2021-05-23
Fix formatting
Alessandro Decina
-1
/
+4
2021-05-23
Add BPF target
Alessandro Decina
-0
/
+122
2021-05-18
Rollup merge of #85274 - luqmana:linker-is-gnu-gc-sections, r=petrochenkov
Jack Huey
-9
/
+10
2021-05-18
Don't pass -pie to linker on windows targets.
Luqman Aden
-2
/
+5
2021-05-18
Undo unnecessary changes.
Luqman Aden
-13
/
+4
2021-05-17
Adjust linker_is_gnu branches for cases that don't work on windows.
Luqman Aden
-7
/
+16
2021-05-13
Only pass --[no-]gc-sections if linker is GNU ld.
Luqman Aden
-4
/
+2
2021-05-12
Use () in dependency_formats.
Camille GILLOT
-1
/
+1
2021-05-12
Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
bors
-26
/
+17
2021-05-08
Rollup merge of #85044 - ChrisDenton:file-exists, r=jackh726
Dylan DPC
-1
/
+1
2021-05-07
Use `path.exists()` instead of `fs::metadata(path).is_ok()`
Chris Denton
-1
/
+1
2021-05-07
Rollup merge of #84866 - petrochenkov:wholesome, r=Mark-Simulacrum
Dylan DPC
-2
/
+0
2021-05-06
illumos should put libc last in library search order
Joshua M. Clulow
-0
/
+8
2021-05-06
linker: Avoid library duplication with `/WHOLEARCHIVE`
Vadim Petrochenkov
-2
/
+0
2021-05-06
Rollup merge of #83507 - luqmana:native-link-modifiers, r=petrochenkov
Dylan DPC
-35
/
+89
2021-05-05
Implement RFC 2951: Native link modifiers
Luqman Aden
-35
/
+89
2021-05-02
Pass target_cpu to LinkerInfo::new instead of link_binary
bjorn3
-26
/
+17
2021-04-30
Fix linker_args with --target=sparcv9-sun-solaris
Daniel Silverman
-2
/
+4
2021-04-05
Rollup merge of #80525 - devsnek:wasm64, r=nagisa
Dylan DPC
-1
/
+1
2021-04-04
wasm64
Gus Caplan
-1
/
+1
2021-03-28
linker: Use data execution prevention options by default when linker supports...
Vadim Petrochenkov
-0
/
+13
2021-03-28
linker: Use `--as-needed` by default when linker supports it
Vadim Petrochenkov
-0
/
+7
2021-01-08
Add wasi-exec-model cg option for emitting wasi reactors
Noah
-0
/
+11
2020-11-08
rustc_target: Rename some target options to avoid tautology
Vadim Petrochenkov
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-22
/
+21
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-22
/
+22
2020-10-12
Fix -Clinker-plugin-lto with opt-levels s and z
Jonas Schievink
-3
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+1351