about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2015-08-11rollup merge of #27672: eefriedman/ios-target-cpuAlex Crichton-2/+2
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-2/+2
2015-08-11trans: Re-enable unwinding on 64-bit MSVCAlex Crichton-0/+1
2015-08-11Use correct target CPU for iOS simulator.Eli Friedman-2/+2
2015-08-11Rollup merge of #27647 - rust-lang:issue-27646, r=alexcrichtonManish Goregaokar-1/+1
2015-08-11Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonwbors-0/+1
2015-08-10trans: Specify `archive_format` for MSVCAlex Crichton-0/+1
2015-08-10Remove morestack supportAlex Crichton-23/+0
2015-08-10Use pentium4 for base CPU on i686-pc-windows-msvcElaine "See More" Nemo-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-07-30Implement Win64 eh_personality natively.Vadim Chugunov-0/+7
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-19/+9
2015-07-24Rollup merge of #27137 - dhuseby:fixing_bitrig_linking, r=alexcrichtonSteve Klabnik-3/+1
2015-07-23switching to gnu archive formatDave Huseby-1/+1
2015-07-23fixes #27124 for freebsdDave Huseby-1/+1
2015-07-23switching to gnu archive format per review requestDave Huseby-0/+1
2015-07-23review feedback fixesDave Huseby-1/+0
2015-07-23fixes #27124 for bitrigDave Huseby-3/+1
2015-07-20fixes #27124 for openbsdSébastien Marie-1/+1
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-457/+4
2015-07-16trans: Add kind to writeArchiveAlex Crichton-0/+6
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-0/+30
2015-07-10Auto merge of #26926 - alexcrichton:llvm-archive-writer, r=brsonbors-362/+8
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-362/+8
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-4/+2
2015-07-01Add netbsd amd64 supportAlex Newman-5/+68
2015-06-27rustc_back: Learn about i686-pc-windows-msvcAlex Crichton-1/+29
2015-06-21rustc_trans: Use custom PATH for archive commandsAlex Crichton-1/+4
2015-06-17collections: Split the `collections` featureAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-5/+5
2015-06-16Auto merge of #24719 - :patch-1, r=steveklabnikbors-0/+1
2015-06-08Add ability to change `ar` tool from target specification jsonRussell McClellan-0/+1
2015-06-03Rollup merge of #25939 - wca:fix-freebsd-configure, r=alexcrichtonManish Goregaokar-5/+0
2015-05-26rustc_back: Don't pass 'u' to ar invocationsAlex Crichton-1/+1
2015-05-23FreeBSD: Don't add -L/usr/local/lib{,/gcc4[46]}.Will Andrews-5/+0
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-97/+204
2015-05-19rustc_back: Tweak the MSVC target specAlex Crichton-11/+52
2015-05-19rustc_back: Remove unneeded explicit variableAlex Crichton-1/+0
2015-05-19rustc_back: Refactor Archive to better express intentAlex Crichton-87/+87
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-1/+1
2015-05-12Scale back changes madeAlex Crichton-8/+3
2015-05-12Very hacky MSVC hacks.Ricky Taylor-1/+73
2015-05-12rustc_back: Only use archive member filenamesAlex Crichton-0/+15
2015-04-29rollup merge of #24953: tamird/android-pieAlex Crichton-22/+32
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-98/+4
2015-04-29Use PIE on AndroidTamir Duberstein-2/+0
2015-04-29DRY Android targetsTamir Duberstein-20/+32
2015-04-27std: Expand the area of std::fsAlex Crichton-98/+4