summary refs log tree commit diff
path: root/src/rt/boxed_region.cpp
AgeCommit message (Expand)AuthorLines
2012-06-13Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.Michael Sullivan-9/+17
2012-05-15get preservation of boxes working, at least in simple casesNiko Matsakis-1/+0
2012-05-15make poison-on-free work, disable copying if borrowck is enabledNiko Matsakis-2/+8
2012-04-19add a new runtime log (::rt::box) and make boxed_region use itNiko Matsakis-10/+8
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-2/+4
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-0/+59
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-59/+0
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-0/+59