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
/
src
/
librustc_codegen_ssa
/
back
/
linker.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-27
Disable localization for all linkers
Vadim Petrochenkov
-0
/
+13
2020-04-24
Replace filter_map().next() calls with find_map()
Josh Stone
-5
/
+1
2020-04-19
Replace uses of `parse_opt_*` with `parse_*` where possible.
Nicholas Nethercote
-1
/
+1
2020-04-13
linker: Pass `/NODEFAULTLIB` in a more regular way
Vadim Petrochenkov
-9
/
+1
2020-04-07
linker: Combine argument building into a single function
Vadim Petrochenkov
-17
/
+11
2020-04-07
linker: Make argument building interface in `trait Linker` richer
Vadim Petrochenkov
-19
/
+28
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-16
use direct imports for `rustc::{lint, session}`.
Mazdak Farrokhzad
-3
/
+3
2020-01-28
Add support for Control Flow Guard on Windows.
Andrew Paverd
-0
/
+21
2020-01-23
Add `-Z no-link` flag
Victor Ding
-0
/
+1
2020-01-20
Make sure that all upstream generics get re-exported from Rust dylibs.
Michael Woerister
-7
/
+6
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-163
/
+160
2019-12-03
Change linker for x86_64-fortanix-unknown-sgx to rust-lld
Parth Sane
-1
/
+2
2019-11-01
targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic...
Felix S. Klock II
-15
/
+4
2019-09-23
Allow using upstream generics in a dylib crate type
Alex Crichton
-2
/
+20
2019-09-23
rustc: Convert `dependency_formats` to a query
Alex Crichton
-3
/
+9
2019-09-11
Use `Symbol` in `Linker`.
Nicholas Nethercote
-37
/
+42
2019-08-27
Prevent syntax error in ld linker version script
Logan Wendholt
-4
/
+7
2019-07-29
Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic
Mazdak Farrokhzad
-1
/
+46
2019-07-25
rustc: codegen: Build import library for all windows targets
Hugo Beauzée-Luyssen
-0
/
+20
2019-07-25
std: Use native `#[thread_local]` TLS on wasm
Alex Crichton
-0
/
+7
2019-07-25
rustc: Update wasm32 support for LLVM 9
Alex Crichton
-1
/
+39
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-1
/
+1
2019-06-15
Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton
bors
-15
/
+8
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
Add a limit_rdylib_exports option and disable it for Solaris
John Kåre Alsaker
-7
/
+4
2019-06-12
Limit dylib symbols
John Kåre Alsaker
-9
/
+5
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-2
/
+2
2019-05-03
rustc: Always handle exported symbols on the wasm target
Alex Crichton
-0
/
+10
2019-03-28
Rollup merge of #59320 - alexcrichton:wasm-clang, r=sanxiyn
Mazdak Farrokhzad
-56
/
+21
2019-03-26
Remove the block on natvis for lld-link.
TheGoddessInari
-12
/
+0
2019-03-20
rustc: Allow using `clang` for wasm32 targets
Alex Crichton
-56
/
+21
2019-03-14
Use try blocks in rustc_codegen_ssa
Taiki Endo
-9
/
+6
2019-02-25
librustc_codegen_ssa: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-02-13
Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton
Mazdak Farrokhzad
-14
/
+14
2019-02-12
Fix some rebasing fallout regarding xLTO.
Michael Woerister
-1
/
+1
2019-02-12
Stabilize linker-plugin based LTO.
Michael Woerister
-13
/
+13
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-01-29
Provide PTXLinker with fallback to internal `target-cpu`
Denys Zariaiev
-0
/
+6
2019-01-28
Adjust PTXLinker LTO logic and CLI
Denys Zariaiev
-9
/
+8
2019-01-27
Create `nvptx64-nvidia-cuda` target specification
Denys Zariaiev
-0
/
+125
2019-01-23
Don't export table by default in wasm
Sergey Pepyakin
-3
/
+0
2019-01-04
rustc: Place wasm linker args first instead of last
Alex Crichton
-60
/
+62
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Remove `Session::sysroot()`.
Nicholas Nethercote
-2
/
+1
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-25
Pass `--export-dynamic` to LLD for wasm
Alex Crichton
-0
/
+6
[next]