| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -0/+30 |
| | | | | | This should be a snapshot transition. | ||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -30/+0 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 1 | -2/+2 |
| | | |||||
| * | Reformat standard library; no code changes. | Graydon Hoare | 2010-09-22 | 1 | -14/+22 |
| | | |||||
| * | Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call. | Graydon Hoare | 2010-07-05 | 1 | -0/+1 |
| | | |||||
| * | Only translate or dwarf-emit items or stubs locally defined or used. Avoids ↵ | Graydon Hoare | 2010-06-27 | 1 | -0/+13 |
| | | | | | instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13. | ||||
| * | Add callable gc method exposed to user code, use it in mlist-cycle.rs test ↵ | Graydon Hoare | 2010-06-25 | 1 | -0/+1 |
| | | | | | (still not quite working; some memory corruption in the recursive tag constructors, not the GC) | ||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+7 |