]> git.lizzy.rs Git - rust.git/commit
Use the GlobalAlloc trait for #[global_allocator]
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 3 Apr 2018 15:12:57 +0000 (17:12 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Thu, 12 Apr 2018 20:53:12 +0000 (22:53 +0200)
commit86753ce1cc520bfe50ae89f09ec47f313ce900eb
tree5611452336d4e8dbf10c2f21b9516d46743092f8
parenteb69593f73be1e41d9e2ef065010a47478c14924
Use the GlobalAlloc trait for #[global_allocator]
17 files changed:
src/Cargo.lock
src/doc/unstable-book/src/language-features/global-allocator.md
src/liballoc/alloc.rs
src/liballoc_jemalloc/Cargo.toml
src/liballoc_jemalloc/lib.rs
src/librustc_allocator/expand.rs
src/librustc_allocator/lib.rs
src/librustc_trans/allocator.rs
src/libstd/alloc.rs
src/llvm
src/rustllvm/llvm-rebuild-trigger
src/test/compile-fail/allocator/not-an-allocator.rs
src/test/run-make-fulldeps/std-core-cycle/bar.rs
src/test/run-pass/allocator/auxiliary/custom.rs
src/test/run-pass/allocator/custom.rs
src/test/run-pass/allocator/xcrate-use.rs
src/test/run-pass/allocator/xcrate-use2.rs