| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-08-31 | rt: Fix box annihilator to deallocate exchange heap boxes properly. | Elliott Slaughter | -1/+7 | |
| 2012-08-31 | rt: Add interface to box annihilator. | Elliott Slaughter | -0/+1 | |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 | |
| 2012-06-24 | Remove resources | Tim Chevalier | -4/+3 | |
| Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485 | ||||
| 2012-06-12 | Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic. | Michael Sullivan | -0/+4 | |
| 2012-06-11 | Get rid of a bunch of dead shape code. Closes #2552. | Michael Sullivan | -13/+6 | |
| 2012-06-11 | Add emacs settings to some runtime files where they were missing. | Michael Sullivan | -0/+9 | |
| 2012-05-03 | More shape fixes for evecs. | Graydon Hoare | -2/+2 | |
| 2012-05-03 | Implement better shape code for evec, estr. | Graydon Hoare | -0/+12 | |
| 2012-05-02 | Remove unused sp_size arg passed through walk_vec{1,2} in shape code. | Graydon Hoare | -1/+1 | |
| 2012-04-03 | Refactor includes structure, getting rid of rust_internal.h | Jon Morton | -1/+3 | |
| 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 | ||||
| 2012-03-31 | rt: Fix whitespace | Brian Anderson | -2/+3 | |
| 2012-03-29 | rt: Make the box annihilator walk and delete contents | Brian Anderson | -1/+194 | |
| 2012-03-29 | rt: Free all outstanding boxes at task death | Brian Anderson | -0/+15 | |
