summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2017-01-29Fix backtraces on i686-pc-windows-gnu by disabling FPOSegev Finer-0/+1
2017-01-22travis: Enable testing i686 muslAlex Crichton-0/+14
2017-01-12Disable jemalloc on s390x as well (closes #38596)Ximin Luo-0/+2
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-04Auto merge of #38707 - redox-os:master, r=brsonbors-9/+1
2017-01-03Remove -lc, -lm from the target spec - the cross compiler will link thoseJeremy Soller-9/+1
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon-4/+24
2016-12-30sparc64-linux supportJorge Aparicio-0/+32
2016-12-31Auto merge of #38601 - schulzch:master, r=brsonbors-4/+24
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29Add sparc64-unknown-netbsd targetJonathan A. Kollasch-0/+31
2016-12-28Auto merge of #38579 - whitequark:min_atomic_width, r=alexcrichtonbors-0/+12
2016-12-26Use cfg!() to get type checking everywhere.Christoph Schulz-7/+5
2016-12-25Move target_family to TargetOptions, not TargetAlex Crichton-2/+2
2016-12-25Emscripten targets are Unix targetsBrian Anderson-0/+2
2016-12-24Add a min_atomic_width target option, like max_atomic_width.whitequark-0/+12
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-0/+95
2016-12-22Correct target_family messJeremy Soller-1/+13
2016-12-22Remove start functions, use newlib instead of openlibm + rallocJeremy Soller-5/+6
2016-12-22Partial fix for #38489.Christoph Schulz-4/+26
2016-12-21In order to successfully build, go back to rallocJeremy Soller-2/+2
2016-12-20Switch back to alloc_systemJeremy Soller-2/+2
2016-12-20Link openlibm only in libstdJeremy Soller-4/+0
2016-12-20Rollup merge of #38463 - japaric:asm-args, r=alexcrichtonAlex Crichton-0/+6
2016-12-18target spec: add an asm-args field to pass arguments to the external ..Jorge Aparicio-0/+6
2016-12-16rustc: Link to Android ABI requirements.Ralph Giles-0/+9
2016-12-16rustc: Disable NEON on armv7 android.Ralph Giles-2/+2
2016-12-15Add openlibm to redoxJeremy Soller-0/+4
2016-12-15Add start functions, switch allocation crate to rallocJeremy Soller-2/+2
2016-12-15Use alloc_system as default allocation crateJeremy Soller-0/+2
2016-12-15Use panic abort by defaultJeremy Soller-0/+2
2016-12-15Fix issue with setting cfg(unix)Jeremy Soller-0/+1
2016-12-15Fix typoJeremy Soller-2/+1
2016-12-15Add redox targetJeremy Soller-0/+78
2016-12-04Auto merge of #38086 - semarie:openbsd-i686, r=alexcrichtonbors-0/+40
2016-12-04OpenBSD under x86 has particular ABI for returning a struct.Sébastien Marie-0/+7
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-11-30Add i686-unknown-openbsd target.Sébastien Marie-0/+33
2016-11-16rustc: Implement #[link(cfg(..))] and crt-staticAlex Crichton-1/+9
2016-11-12use write::run_assemblerJorge Aparicio-6/+7
2016-11-12use msp430-as to emit object files from the assembly that LLVM emitsJorge Aparicio-0/+7
2016-11-12Rollup merge of #37615 - atilag:armv5te-support, r=alexcrichtonEduard-Mihai Burtescu-0/+35
2016-11-10Set max_atomic_width to 0 because there's no atomic instructions on ARMv5Juan Gomez-1/+2
2016-11-06use arm abi blacklist for aarch64 fuchsiaTim Neumann-2/+5
2016-11-06Add support for ARMv5TE architectureJuan Gomez-0/+34
2016-10-31Changed most vec! invocations to use square bracesiirelu-21/+21
2016-10-30Replace all uses of SHA-256 with BLAKE2b.Michael Woerister-682/+1
2016-10-30Auto merge of #37392 - alexcrichton:more-disable-jemalloc, r=brsonbors-0/+45
2016-10-29Auto merge of #37387 - raphlinus:fuchsia_aarch64, r=alexcrichtonbors-0/+29
2016-10-27Disable jemalloc on aarch64/powerpcAlex Crichton-0/+45