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_trans
/
back
/
write.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-03
Don't run LTO passes in rustc when cross-lang LTO is enabled.
Michael Woerister
-0
/
+4
2018-05-03
Use correct section name for embedded LLVM bitcode on OSX.
Michael Woerister
-2
/
+6
2018-05-03
Add -Z cross-lang-lto flag in order to support linker-based LTO.
Michael Woerister
-1
/
+2
2018-05-03
Declare embedded LLVM bitcode section readonly.
Michael Woerister
-0
/
+1
2018-04-28
Add `-C target-feature` to all functions
Alex Crichton
-26
/
+5
2018-04-23
make rustdoc test follow the jobserver limit of threadsfix that to many threa...
Andreas Jonson
-8
/
+1
2018-04-10
Make Session.crate_types thread-safe
John Kåre Alsaker
-5
/
+8
2018-04-10
Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister
bors
-3
/
+3
2018-03-28
Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix
bors
-2
/
+2
2018-03-28
Make LLVM worker channel thread-safe
John Kåre Alsaker
-3
/
+3
2018-03-26
Introduce a TargetTriple enum to support absolute target paths
Philipp Oppermann
-2
/
+2
2018-03-25
librustc_trans: Turn PGO diagnostics into warnings.
Emilio Cobos Álvarez
-1
/
+1
2018-03-25
librustc: Convert -C pgo-gen and -C pgo-use into -Z flags.
Emilio Cobos Álvarez
-2
/
+2
2018-03-25
librustc_llvm: Show PGO diagnostics properly.
Emilio Cobos Álvarez
-2
/
+7
2018-03-25
rustc_llvm: rustc_trans: Thread the PGO config down to the pass manager builder.
Emilio Cobos Álvarez
-5
/
+32
2018-03-13
rustc: Embed LLVM bitcode by default on iOS
Alex Crichton
-1
/
+77
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-6
/
+15
2018-03-06
Compute symbol names more lazily.
Michael Woerister
-13
/
+24
2018-03-03
rustc: Tweak default linker selection
Alex Crichton
-1
/
+1
2018-03-03
rust: Import LLD for linking wasm objects
Alex Crichton
-77
/
+8
2018-02-16
lookup exported symbols only when needed.
andjo403
-7
/
+18
2018-02-07
Rollup merge of #47883 - yurydelendik:wasm-map, r=alexcrichton
Manish Goregaokar
-3
/
+15
2018-01-30
Export wasm source map when debug information is enabled
Yury Delendik
-3
/
+15
2018-01-30
Implement extensible syscall interface for wasm
Diggory Blake
-4
/
+2
2018-01-26
Merge branch 'no-stderr-sink' of https://github.com/Zoxc/rust into rollup
Alex Crichton
-2
/
+2
2018-01-26
Do not capture stderr in the compiler. Instead just panic silently for fatal ...
John Kåre Alsaker
-2
/
+2
2018-01-25
Merge branch 'configure-lto' of https://github.com/alexcrichton/rust into rollup
Alex Crichton
-43
/
+45
2018-01-25
Rollup merge of #47710 - alexcrichton:llvm-6-compat, r=nikomatsakis
Alex Crichton
-17
/
+19
2018-01-25
Rollup merge of #47453 - pftbest:nointas, r=alexcrichton
Alex Crichton
-52
/
+57
2018-01-24
llvm6: Don't clone LLVM modules on wasm
Alex Crichton
-2
/
+2
2018-01-24
llvm6: CodeModel::{JIT,}Default no longer exists
Alex Crichton
-15
/
+17
2018-01-23
rustc: Add `-C lto=val` option
Alex Crichton
-43
/
+45
2018-01-19
Hide even more of rustc_trans
bjorn3
-11
/
+11
2018-01-18
Rollup merge of #47302 - andjo403:commentfix, r=michaelwoerister
kennytm
-9
/
+4
2018-01-15
Fix no_integrated_as option to work with new codegen architecture.
Vadzim Dambrouski
-52
/
+57
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-9
/
+6
2018-01-09
fix faulty comment
andjo403
-9
/
+4
2018-01-05
Use name-discarding LLVM context
Simonas Kazlauskas
-0
/
+2
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-2
/
+2
2017-11-30
rustc: Prepare to enable ThinLTO by default
Alex Crichton
-2
/
+3
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-11
/
+90
2017-11-11
Control LLVM's TrapUnreachable feature through rustc's TargetOptions.
Dan Gohman
-0
/
+2
2017-11-07
Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton
bors
-3
/
+8
2017-11-03
Add support for specifying the TLS model
Amanieu d'Antras
-0
/
+7
2017-11-03
Fix error message for invalid code/reloc models
Amanieu d'Antras
-3
/
+1
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-3
/
+3
2017-10-21
rustc: Move bytecode compression into codegen
Alex Crichton
-62
/
+93
2017-10-18
rustc: Add `_imp_` symbols later in compilation
Alex Crichton
-1
/
+60
2017-10-15
rustc: Fix some ThinLTO internalization
Alex Crichton
-4
/
+6
2017-10-13
Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma...
bors
-7
/
+3
[next]