rust/mk
Alex Crichton 639759b7f4 std: Refactor liballoc out of lib{std,sync}
This commit is part of the libstd facade RFC, issue #13851. This creates a new
library, liballoc, which is intended to be the core allocation library for all
of Rust. It is pinned on the basic assumption that an allocation failure is an
abort or failure.

This module has inherited the heap/libc_heap modules from std::rt, the owned/rc
modules from std, and the arc module from libsync. These three pointers are
currently the three most core pointer implementations in Rust.

The UnsafeArc type in std::sync should be considered deprecated and replaced by
Arc<Unsafe<T>>. This commit does not currently migrate to this type, but future
commits will continue this refactoring.
2014-05-17 21:52:23 -07:00
..
clean.mk
crates.mk std: Refactor liballoc out of lib{std,sync} 2014-05-17 21:52:23 -07:00
ctags.mk
dist.mk mk: Bundle jemalloc with make dist 2014-05-11 17:41:36 -04:00
docs.mk Render not_found with an absolute path to the rust stylesheet 2014-05-15 13:50:45 -07:00
host.mk mk: Add libcore 2014-05-07 08:12:48 -07:00
install.mk
llvm.mk
main.mk Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
perf.mk
platform.mk Get rid of the android-cross-path flag to rustc. 2014-05-14 02:16:14 -04:00
prepare.mk mk: Fix make install 2014-05-07 23:23:17 -07:00
reconfig.mk
rt.mk mk: Don't build jemalloc with -g3 2014-05-15 15:45:55 -07:00
rustllvm.mk
snap.mk
stage0.mk
target.mk
tests.mk mk: Don't run benchmarks with make check 2014-05-15 13:50:14 -07:00
util.mk