| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-04-03 | Refactor includes structure, getting rid of rust_internal.h | Jon Morton | -6/+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-12-19 | rt: Zero the bottom frame's return address and base pointer | Brian Anderson | -1/+5 | |
| My reading of libunwind leads me to believe this is expected. Closes #1322 | ||||
| 2011-11-08 | correct stack alignment | Niko Matsakis | -1/+2 | |
| 2011-11-08 | correct calling convention for x86_64 | Niko Matsakis | -9/+6 | |
| 2011-11-08 | fix alignment of xmm register storage | Niko Matsakis | -1/+1 | |
| 2011-11-02 | start going back to an i386 build | Niko Matsakis | -1/+1 | |
| 2011-11-02 | hack around on makefiles trying to get a 64 bit build | Niko Matsakis | -0/+38 | |
| right now there are many temporary hacks, search for NDM to find them | ||||
