Files
rust/src/librustc_back
Alex Crichton 79a6373573 rustc: Tweak exe allocator for MinGW/rumprun
Both of these targets have jemalloc disabled unconditionally right now, so using
`maybe_jemalloc` here isn't right. This fixes the case where a Linux compiler
(which is itself configured to use jemalloc) attempts to cross-compile to MinGW,
causing it to try to find an `alloc_jemalloc` crate (and failing).
2016-02-07 12:05:03 -08:00
..
2015-03-26 12:10:22 -07:00
2015-12-15 21:20:44 -05:00
2015-10-25 09:36:32 -07:00
2015-12-16 17:12:35 +03:00