summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2017-12-21explanatory note for the workaroundMathieu Poumeyrol-0/+3
2017-12-21disable jemalloc on exectuable for ios targetsMathieu Poumeyrol-0/+1
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+131
2017-11-11Control LLVM's TrapUnreachable feature through rustc's TargetOptions.Dan Gohman-0/+7
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-3/+3
2017-11-03Fix error message for invalid code/reloc modelsAmanieu d'Antras-0/+6
2017-10-25Disable jemalloc for sparcv9-sun-solarisbgermann-0/+1
2017-10-15Auto merge of #45224 - malbarbo:x32, r=alexcrichtonbors-0/+36
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-41/+0
2017-10-11Add x86_64-unknown-linux-gnux32 targetMarco A L Barbosa-0/+36
2017-10-09rustc: Allow target-specific default cgusAlex Crichton-0/+11
2017-10-09cleanup: rustc doesn't use an external archiverVadim Petrochenkov-41/+0
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-52/+0
2017-10-08Rollup merge of #45094 - japaric:strict-align, r=alexcrichtonkennytm-5/+5
2017-10-07enable strict alignment (+strict-align) on ARMv6Jorge Aparicio-5/+5
2017-10-05Remove nacl from librustc_backest31-52/+0
2017-10-02Allow atomic operations up to 32 bitsJames Munns-2/+6
2017-09-30rustc: Use 16bit c_int for msp430Daniel Klauer-1/+1
2017-09-30rustc: Specify c_int width for each targetDaniel Klauer-0/+75
2017-09-23add aarch64-unknown-linux-musl targetBen Cressey-0/+37
2017-09-19rework the README.md for rustc and add other readmesNiko Matsakis-0/+6
2017-09-15Require +thumb-mode to generate thumb2 code for Android/armv7-aMakoto Kato-1/+1
2017-09-08Add `TargetOptions::min_global_align`, with s390x at 16-bitJosh Stone-0/+7
2017-08-26Rollup merge of #44091 - kallisti5:haiku-fix, r=eddybCorey Farwell-1/+0
2017-08-25haiku/librustc_back: Remove incorrect no_integrated_asAlexander von Gluck IV-1/+0
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-24Auto merge of #44011 - TobiasSchaffner:improved_target_spec_clean, r=alexcric...bors-6/+56
2017-08-22Support dynamic linking for musl-based targetsSamuel Holland-7/+0
2017-08-22Introduce target feature crt_static_allows_dylibsSamuel Holland-0/+6
2017-08-22Introduce temporary target feature crt_static_respectedSamuel Holland-0/+8
2017-08-22Return L4Re TargetOptions as a Result type instead of panicTobias Schaffner-6/+6
2017-08-22L4Re Target: Add the needed Libraries and locate themSebastian Humenda-2/+52
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-43/+2
2017-08-16Enable unwinding panics on RedoxIan Douglas Scott-2/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-8/+8
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