summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
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
2015-04-27rustc: Add support for linking arbitrary objectsAlex Crichton-6/+15
2015-04-27rustc_back: Add x86_64-unknown-linux-musl as a targetAlex Crichton-31/+96
2015-04-27rustc: Add target_env for triples by defaultAlex Crichton-0/+28
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
2015-04-23Add another security warning for using the SHA-2 implementationChristian Stadelmann-0/+1
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-7/+4
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+2
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-5/+2
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-28/+46
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1