summary refs log tree commit diff
path: root/src/librustc_back/target/mod.rs
AgeCommit message (Expand)AuthorLines
2016-01-13Add powerpc64 and powerpc64le supportAnton Blanchard-1/+3
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-0/+5
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-6/+2
2015-11-18Expose archive_format to target specificationsJohn Kåre Alsaker-0/+1
2015-11-04target_family configurationarcnmx-0/+4
2015-11-03Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrcbors-2/+4
2015-11-01Auto merge of #29471 - pierzchalski:custom-target-custom-unwind-json, r=alexc...bors-0/+1
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-5/+16
2015-10-30Add JSON parser rule for custom_unwind_resume.pierzchalski-0/+1
2015-10-27Make fatal errors more consistent.Eli Friedman-2/+4
2015-10-21Add the PNaCl/JS targets to the backend.Richard Diamond-1/+3
2015-10-19Don't use GCC's startup objects (crtbegin.o/crtend.o); build and use our own ...Vadim Chugunov-5/+16
2015-09-28Auto merge of #28668 - alexcrichton:crossing-with-jemalloc, r=nrcbors-1/+1
2015-09-26Add support for the rumprun unikernelSebastian Wicki-0/+1
2015-09-25rustc: Don't use jemalloc when crossing to MSVCAlex Crichton-1/+1
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-2/+10
2015-09-22Add `no_default_libraries` target linker optionSebastian Wicki-0/+5
2015-09-09Refactor `TargetOptions::data_layout` into an `Option`al value to reflect cur...Richard Diamond-3/+11
2015-08-25Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichtonbors-0/+1
2015-08-23Auto merge of #27927 - DiamondLovesYou:no-asm, r=alexcrichtonbors-0/+4
2015-08-23New cross target: i686-linux-androidTim JIANG-0/+1
2015-08-21Add a `allow_asm` option so virtual ISA based targets (JS/PNaCl/WAsm) can dis...Richard Diamond-0/+4
2015-08-19rustc_back: add configure options for default linker and arMarc-Antoine Perennou-2/+2
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-0/+14
2015-08-10Remove morestack supportAlex Crichton-5/+0
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+6
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-3/+4
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-0/+1
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-0/+6
2015-07-01Add netbsd amd64 supportAlex Newman-0/+2
2015-06-27rustc_back: Learn about i686-pc-windows-msvcAlex Crichton-1/+2
2015-06-08Add ability to change `ar` tool from target specification jsonRussell McClellan-0/+1
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-9/+18
2015-05-19rustc_back: Tweak the MSVC target specAlex Crichton-8/+12
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-1/+1
2015-05-12Scale back changes madeAlex Crichton-0/+1
2015-05-12Very hacky MSVC hacks.Ricky Taylor-1/+5
2015-04-29DRY Android targetsTamir Duberstein-5/+6
2015-04-27rustc: Add support for linking arbitrary objectsAlex Crichton-5/+15
2015-04-27rustc_back: Add x86_64-unknown-linux-musl as a targetAlex Crichton-26/+2
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-0/+4
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-23Add generic conversion traitsAaron Turon-2/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-15/+19
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+2
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-1/+1
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+3
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-3/+3
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-2/+2