rust/src/librustc_back
Alex Crichton 747f0be082 rustc: Don't use jemalloc when crossing to MSVC
This commit updates the compiler to not attempt to use jemalloc for platforms
where jemalloc is never enabled. Currently the compiler attempts to link in
jemalloc based on whether `--disable-jemalloc` was specified at build time for
the compiler itself, but this is only the right decision for the host target,
not for other targets.

This still leaves a hole open where a set of target libraries are downloaded
which were built with `--disable-jemalloc` and the compiler is unaware of that,
but this is a pretty rare case so it can always be fixed later.
2015-09-25 16:26:23 -07:00
..
target rustc: Don't use jemalloc when crossing to MSVC 2015-09-25 16:26:23 -07:00
abi.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lib.rs Add an intital HIR and lowering step 2015-09-03 10:02:36 +12:00
rpath.rs std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
sha2.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
svh.rs Use Names in hir::{Field, ExprMethodCall, ExprField} 2015-09-22 19:53:53 +03:00
tempdir.rs Reduce code bloat from conversion traits in function parameters 2015-09-09 22:37:59 +03:00