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_back
/
target
/
asmjs_unknown_emscripten.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-48
/
+0
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-2
/
+1
2018-03-15
setting ABORTING_MALLOC for asmjs backend
snf
-1
/
+3
2018-03-03
rustc: Tweak default linker selection
Alex Crichton
-3
/
+0
2018-01-28
rustc: Split Emscripten to a separate codegen backend
Alex Crichton
-0
/
+1
2017-10-09
cleanup: rustc doesn't use an external archiver
Vadim Petrochenkov
-1
/
+0
2017-09-30
rustc: Specify c_int width for each target
Daniel Klauer
-0
/
+1
2017-04-07
-Z linker-flavor
Jorge Aparicio
-2
/
+9
2017-01-19
tell emcc stip exception handling if panic rt used
Sergey Pepyakin
-0
/
+1
2016-12-31
Auto merge of #38601 - schulzch:master, r=brson
bors
-2
/
+3
2016-12-25
Move target_family to TargetOptions, not Target
Alex Crichton
-1
/
+1
2016-12-25
Emscripten targets are Unix targets
Brian Anderson
-0
/
+1
2016-12-22
Partial fix for #38489.
Christoph Schulz
-2
/
+3
2016-10-03
change max_atomic_width type from u64 to Option<u64>
Jorge Aparicio
-1
/
+1
2016-09-30
Call emcc with ERROR_ON_UNDEFINED_SYMBOLS
Brian Anderson
-0
/
+1
2016-09-12
crate-ify compiler-rt into compiler-builtins
Jorge Aparicio
-1
/
+0
2016-07-27
librustc_back: convert fn target() to return Result
Doug Goldstein
-3
/
+3
2016-05-09
Add #[cfg(target_has_atomic)] to get atomic support for the current target
Amanieu d'Antras
-0
/
+1
2016-04-19
Make data-layout mandatory in target specs.
Eduard Burtescu
-0
/
+1
2016-02-08
rustc: Use llvm-ar for custom targets by default
Alex Crichton
-1
/
+0
2016-02-06
rustc: Add obj_is_bitcode to TargetOptions
Brian Anderson
-0
/
+1
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-0
/
+37