| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -0/+74 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -74/+0 |
| * | Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro... | Graydon Hoare | 2011-03-09 | 1 | -2/+0 |
| * | Add std.dbg.trap(str msg) for help debugging. | Graydon Hoare | 2010-12-31 | 1 | -0/+5 |
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 1 | -0/+3 |
| * | Reformat standard library; no code changes. | Graydon Hoare | 2010-09-22 | 1 | -15/+24 |
| * | Add a little pointer-cast helper to dbg. | Roy Frostig | 2010-09-06 | 1 | -0/+5 |
| * | Comment on env var required for std.dbg to do any logging. | Roy Frostig | 2010-08-24 | 1 | -0/+3 |
| * | Add support in dbg.debug_obj for printing the obj body. | Roy Frostig | 2010-08-24 | 1 | -3/+12 |
| * | Add std.dbg module for inspecting rust values in memory. | Roy Frostig | 2010-08-24 | 1 | -0/+42 |