summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
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
2015-04-14More test fixesAlex Crichton-27/+3
2015-04-14std: Remove AsSlice/Str from the preludeAlex Crichton-1/+1
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-1/+1
2015-04-14std: Reexport some unstable rand functionality for nowAlex Crichton-1/+1
2015-04-14rustc_back: Rewrite realpath to not use old_ioAlex Crichton-67/+64
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-03-31rollup merge of #23919: alexcrichton/stabilize-io-errorAlex Crichton-8/+5
2015-03-31std: Stabilize last bits of io::ErrorAlex Crichton-8/+5
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-11/+10
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-11/+10
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-3/+3
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-3/+3
2015-03-31Stabilize std::numAaron Turon-3/+3
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-6/+6