rust/src/liballoc_jemalloc
bors 630e02f25b Auto merge of #43648 - RalfJung:jemalloc-debug, r=alexcrichton
Fix alloc_jemalloc debug feature

At least, I think that's how it should be.  'debug' is how the feature is called in liballoc_jemalloc/Cargo.toml and libstd/Cargo.toml. I verified this by making the build script panic rather than adding `--enable-debug`, and without this PR, the panic does not occur even when I set `debug-jemalloc = true` in config.toml. With the PR, the panic occurs as expected.

However, I actually have no idea what I am doing here.
2017-08-29 17:32:13 +00:00
..
build.rs give up on trying to fix the assertion failure 2017-08-29 16:10:13 +02:00
Cargo.toml Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
lib.rs Whitelist for dummy_jemalloc 2017-08-27 19:02:24 +09:00
pthread_atfork_dummy.c std: Compile libbacktrace with -fvisibility=hidden 2017-01-26 23:48:08 -08:00