| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-04-03 | Refactor includes structure, getting rid of rust_internal.h | Jon Morton | -2/+2 | |
| Many changes to code structure are included: - removed TIME_SLICE_IN_MS - removed sychronized_indexed_list - removed region_owned - kernel_owned move to kernel.h, task_owned moved to task.h - global configs moved to rust_globals.h - changed #pragma once to standard guard in rust_upcall.h - got rid of memory.h | ||||
| 2011-09-23 | rt: Get RUST_TRACK_ORIGINS working. You can now call 'debug::dump_origin' in ↵ | Patrick Walton | -35/+3 | |
| gdb and get a backtrace saying where a box came from. | ||||
| 2011-09-23 | rt: Fix message formatting issues in rust_debug | Patrick Walton | -3/+4 | |
| 2011-09-23 | rt: ifdef out backtrace() on Windows | Patrick Walton | -3/+15 | |
| 2011-09-23 | rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruption | Patrick Walton | -0/+70 | |
