summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
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-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
2015-03-28Fix some typosVadim Petrochenkov-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-25/+24
2015-03-23Test fixes and rebase conflicts, round 3Alex Crichton-1/+0
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-3/+2
2015-03-23Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-4/+5
2015-03-23Add generic conversion traitsAaron Turon-5/+6
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-23Fix regression in -C rpath that causes failures with symlinksBrian Anderson-15/+43
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-2/+2
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-4/+0
2015-03-16Auto merge of #23347 - aturon:stab-misc, r=alexcrichtonbors-2/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-4/+0
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-2/+2
2015-03-13Fallout of std::old_io deprecationAlex Crichton-5/+4
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+3