about summary refs log tree commit diff
path: root/src/librustc_back/target/asmjs_unknown_emscripten.rs
AgeCommit message (Expand)AuthorLines
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-48/+0
2018-04-26rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.Irina Popa-2/+1
2018-03-15setting ABORTING_MALLOC for asmjs backendsnf-1/+3
2018-03-03rustc: Tweak default linker selectionAlex Crichton-3/+0
2018-01-28rustc: Split Emscripten to a separate codegen backendAlex Crichton-0/+1
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-1/+0
2017-09-30rustc: Specify c_int width for each targetDaniel Klauer-0/+1
2017-04-07-Z linker-flavorJorge Aparicio-2/+9
2017-01-19tell emcc stip exception handling if panic rt usedSergey Pepyakin-0/+1
2016-12-31Auto merge of #38601 - schulzch:master, r=brsonbors-2/+3
2016-12-25Move target_family to TargetOptions, not TargetAlex Crichton-1/+1
2016-12-25Emscripten targets are Unix targetsBrian Anderson-0/+1
2016-12-22Partial fix for #38489.Christoph Schulz-2/+3
2016-10-03change max_atomic_width type from u64 to Option<u64>Jorge Aparicio-1/+1
2016-09-30Call emcc with ERROR_ON_UNDEFINED_SYMBOLSBrian Anderson-0/+1
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-1/+0
2016-07-27librustc_back: convert fn target() to return ResultDoug Goldstein-3/+3
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-0/+1
2016-04-19Make data-layout mandatory in target specs.Eduard Burtescu-0/+1
2016-02-08rustc: Use llvm-ar for custom targets by defaultAlex Crichton-1/+0
2016-02-06rustc: Add obj_is_bitcode to TargetOptionsBrian Anderson-0/+1
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+37