about summary refs log tree commit diff
path: root/src/libcore/rt/local_heap.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-80/+0
This only changes the directory names; it does not change the "real" metadata names.
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-21core::rt: Add the local heap to newsched tasksBrian Anderson-0/+81
Reusing the existing boxed_region implementation from the runtime