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
/
src
/
librustc_codegen_llvm
/
back
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-29
rust: Add a `-C default-linker-libraries` option
Alex Crichton
-6
/
+10
2018-09-28
Move `filename_for_metadata` to codegen_utils
Igor Matuszewski
-10
/
+2
2018-09-05
Allow for opting out of ThinLTO and clean up LTO related cli flag handling.
Michael Woerister
-1
/
+0
2018-08-21
Rollup merge of #53465 - bjorn3:remove_link_meta_struct, r=varkor
kennytm
-2
/
+1
2018-08-20
Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton
bors
-33
/
+82
2018-08-19
fix: preserve msvc linker fallback logic
Jorge Aparicio
-1
/
+3
2018-08-19
fix: use detected MSVC's link.exe
Jorge Aparicio
-2
/
+5
2018-08-19
LinkerFlavor::Gcc defaults to cc, not gcc
Jorge Aparicio
-1
/
+1
2018-08-18
fatal -> bug
Jorge Aparicio
-1
/
+1
2018-08-18
add lld_flavor info to target spec
Jorge Aparicio
-0
/
+2
2018-08-18
Remove LinkMeta struct
bjorn3
-2
/
+1
2018-08-15
Use CGU name as LLVM module name and add some caching to CGU name generation.
Michael Woerister
-7
/
+0
2018-08-09
address review comments
Jorge Aparicio
-49
/
+35
2018-08-09
try to infer linker flavor from linker name and vice versa
Jorge Aparicio
-26
/
+82
2018-08-09
Move rustc::util::fs into separate (new) crate
Mark Rousskov
-1
/
+1
2018-08-08
Address review comments for #53031 and fix some merge fallout.
Michael Woerister
-5
/
+5
2018-08-07
Make sure upstream object files are added to staticlibs when compiling
Michael Woerister
-1
/
+5
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-3
/
+3
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-20
/
+20
2018-07-30
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
bors
-2
/
+2
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-28
Don't format!() string literals
ljedrz
-2
/
+2
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-26
Improve a few vectors - calculate capacity or build from iterators
ljedrz
-2
/
+3
2018-07-18
rustc: Stabilize #[wasm_import_module] as #[link(...)]
Alex Crichton
-23
/
+36
2018-07-16
Revert "Clean up LLVM module naming (just use CodegenUnit names)."
Michael Woerister
-0
/
+7
2018-07-13
Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...
bors
-7
/
+0
2018-07-11
Clean up LLVM module naming (just use CodegenUnit names).
Michael Woerister
-7
/
+0
2018-07-11
Deny bare trait objects in in src/librustc_codegen_llvm
ljedrz
-8
/
+8
2018-07-10
Upgrade to LLVM's master branch (LLVM 7)
Alex Crichton
-4
/
+2
2018-07-04
Shorten the line
CrLF0710
-2
/
+2
2018-07-04
Include VS 2017 in error message.
CrLF0710
-1
/
+1
2018-06-20
Fix tidy
Bastien Orivel
-1
/
+4
2018-06-20
Replace tempdir by tempfile in librustc_trans
Bastien Orivel
-3
/
+3
2018-05-31
musl: don't use the included startfiles with -crt-static
Johannes Nixdorf
-0
/
+16
2018-05-17
Revert "musl: don't use the included startfiles with -crt-static"
Alex Crichton
-16
/
+0
2018-05-17
Revert "musl: link crt{begin,end}.o from the system compiler"
Alex Crichton
-11
/
+0
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-0
/
+1630