about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2017-08-04Add L4Re Support in librustc_backTobias Schaffner-0/+66
2017-07-22rustc: Add some build scripts for librustc cratesAlex Crichton-0/+15
2017-07-19Pass debugging arguments to emccThomas Lively-1/+4
2017-07-18Implement FromStr for RelroLevel rather than duplicating the matchJohannes Löthberg-4/+17
2017-07-14Make partial RELRO default on ppc64 due to segfaultJohannes Löthberg-1/+5
2017-07-14Support both partial and full RELROJohannes Löthberg-21/+63
2017-07-11Add support for full RELROJohannes Löthberg-0/+13
2017-07-07Auto merge of #43099 - japaric:msp430, r=alexcrichtonbors-0/+55
2017-07-06add a built-in MSP430 targetJorge Aparicio-0/+55
2017-07-06rustc: Implement stack probes for x86Alex Crichton-0/+31
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-33/+23
2017-06-24Auto merge of #42784 - tlively:wasm-bot, r=alexcrichtonbors-0/+33
2017-06-23Add Target (de)serialization for environment varsThomas Lively-0/+28
2017-06-23rustc: Enable #[thread_local] for WindowsAlex Crichton-0/+1
2017-06-22Add target option for linker environment variablesThomas Lively-0/+5
2017-06-20Auto merge of #42571 - tlively:wasm-dev, r=alexcrichtonbors-0/+54
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-16Add target to use LLVM wasm backendThomas Lively-0/+54
2017-05-30ARMv5 needs +strict-alignJan Niehusmann-1/+1
2017-05-24add thiscall calling convention supportNathan Froyd-1/+1
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-02Rollup merge of #41657 - malbarbo:android-armv7-linker, r=alexcrichtonCorey Farwell-0/+2
2017-04-30Add -march=armv7-a parameter to armv7 android linkerMarco A L Barbosa-0/+2
2017-04-30Change arm-linux-androideabi to correspond to the armeabi official ABIMarco A L Barbosa-1/+2
2017-04-26Rollup merge of #41456 - jessicah:haiku-support, r=alexcrichtonAriel Ben-Yehuda-1/+4
2017-04-24Haiku: add missing cases of using LIBRARY_PATHJessica Hamilton-0/+2
2017-04-22Haiku: fix initial platform supportJessica Hamilton-1/+2
2017-04-20Add x86_64-linux-android targetMarco A L Barbosa-0/+35
2017-04-14Compile WASM as WASM instead of asm.jsChristopher Serr-1/+1
2017-04-07-Z linker-flavorJorge Aparicio-187/+475
2017-03-23Remove internal liblogAlex Crichton-1/+1
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-6/+6
2017-02-16add solaris sparcv9 supportShawn Walker-Salas-0/+36
2017-02-07Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichtonCorey Farwell-0/+31
2017-02-06Rename i686-unknown-netbsdelf target to i686-unknown-netbsdJonathan A. Kollasch-1/+1
2017-02-05Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcric...Corey Farwell-0/+35
2017-02-05Rollup merge of #39193 - pepyakin:emcc-strip-panic-rt, r=alexcrichtonCorey Farwell-0/+9
2017-02-03Add `aarch64-unknown-freebsd` to the supported targetsJean-Sébastien Pédron-0/+35
2017-01-31Add i686-unknown-netbsdelf targetJonathan A. Kollasch-0/+31
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-20Json encoding/decoding for is_like_emscriptenSergey Pepyakin-0/+2
2017-01-19tell emcc stip exception handling if panic rt usedSergey Pepyakin-0/+7
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