| Commit message (Expand) | Author | Age | Files | Lines |
| * | Teach rustc about const tag value, begin work on trans_copy_ty, make uint's t... | Graydon Hoare | 2010-11-09 | 1 | -19/+9 |
| * | Implement a map2() function in std._vec | Patrick Walton | 2010-11-09 | 1 | -0/+18 |
| * | Support a special const-value refcount, use it for const strings. | Graydon Hoare | 2010-11-09 | 3 | -4/+17 |
| * | Add a check for binding an alias. Good thing, as we had two instances in our ... | Graydon Hoare | 2010-11-08 | 2 | -2/+2 |
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 7 | -47/+70 |
| * | Revert "Move the option type to its own module" | Patrick Walton | 2010-11-05 | 5 | -54/+31 |
| * | Move the option type to its own module | Patrick Walton | 2010-11-05 | 5 | -31/+54 |
| * | Shift obj, type, param decls to have strata rather than effects. | Graydon Hoare | 2010-11-02 | 1 | -15/+15 |
| * | Split out stratum-checking pass, implement more-strict (overly aggressive) im... | Graydon Hoare | 2010-11-02 | 2 | -19/+19 |
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 2 | -3/+3 |
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by v... | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| * | Revert "rustboot: Emit an error instead of asserting in trans when a T is pas... | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| * | rustboot: Emit an error instead of asserting in trans when a T is passed by v... | Patrick Walton | 2010-10-28 | 1 | -1/+1 |
| * | rustc: Add an "_" prefix to assembler-generated symbols on Mac | Patrick Walton | 2010-10-22 | 3 | -0/+11 |
| * | Add some filename helpers to os. | Graydon Hoare | 2010-10-22 | 3 | -0/+25 |
| * | Change vec slice to use uint, add push/pop/shift/unshift. | Graydon Hoare | 2010-10-22 | 1 | -6/+29 |
| * | eliminated bitv.test, which now lives in test/run-pass | Dave Herman | 2010-10-21 | 1 | -283/+0 |
| * | line length police; moved comp.util.bits to std.bitv | Dave Herman | 2010-10-21 | 2 | -0/+464 |
| * | Disable use of parametric tail call in map.rs, they don't presently work. | Graydon Hoare | 2010-10-18 | 1 | -1/+3 |
| * | Make list.find return an option of different type than the list element. | Graydon Hoare | 2010-10-18 | 1 | -7/+7 |
| * | Flesh out the std.list module a touch. | Graydon Hoare | 2010-10-18 | 1 | -0/+49 |
| * | Encode and decode tag types in dwarf properly. Add list module to std. Shift ... | Graydon Hoare | 2010-10-15 | 2 | -1/+17 |
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ... | Graydon Hoare | 2010-09-29 | 1 | -15/+15 |
| * | Add 'items' iter to hashmap. | Graydon Hoare | 2010-09-22 | 1 | -0/+12 |
| * | Reformat standard library; no code changes. | Graydon Hoare | 2010-09-22 | 16 | -708/+852 |
| * | Add some basic string functions: index, rindes, find, substr, split, concat, ... | Graydon Hoare | 2010-09-22 | 1 | -0/+119 |
| * | Tighten pattern parsing on 0-ary constructors. | Graydon Hoare | 2010-09-21 | 1 | -2/+2 |
| * | Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate... | Graydon Hoare | 2010-09-20 | 3 | -24/+24 |
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly wo... | Graydon Hoare | 2010-09-09 | 4 | -3/+11 |
| * | Add a little pointer-cast helper to dbg. | Roy Frostig | 2010-09-06 | 1 | -0/+5 |
| * | Test multi-ref'ed vec growth more seriously than before. | Roy Frostig | 2010-09-03 | 1 | -0/+5 |
| * | Test the hashmap more, exercising hash collision, element removal, and a forc... | Roy Frostig | 2010-08-26 | 1 | -6/+11 |
| * | Make vreg constrs per-quad, regfence on nontrivial constrs, back out workarou... | Graydon Hoare | 2010-08-26 | 1 | -3/+1 |
| * | Workaround issue #152 in _uint.next_power_of_two | Roy Frostig | 2010-08-26 | 1 | -1/+3 |
| * | Actually switch to using the bigger hashmap once a it finishes growing and re... | Roy Frostig | 2010-08-25 | 1 | -2/+4 |
| * | Fix edge case in uint->string conversion. | Graydon Hoare | 2010-08-25 | 1 | -1/+1 |
| * | 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 | 2 | -0/+45 |
| * | Fix mod-bug in std.map, work around bug in closure typaram capture, enable in... | Graydon Hoare | 2010-08-24 | 1 | -5/+4 |
| * | Make _str.eq suitable for map.hashmap; add _str.hash that does simple djb-hash. | Graydon Hoare | 2010-08-24 | 1 | -1/+12 |
| * | Redo _uint.to_str to work with chars and only one tmp str, built left-to-right. | Graydon Hoare | 2010-08-20 | 1 | -19/+37 |
| * | Test the buffered reader and writer in _io. | Roy Frostig | 2010-08-20 | 2 | -4/+35 |
| * | Add ungetc and re-indent _io.rs. | Graydon Hoare | 2010-08-20 | 4 | -95/+102 |
| * | Add _uint module to std, move some code around. | Graydon Hoare | 2010-08-20 | 6 | -60/+75 |
| * | Make _io.buf_reader read more than 0 bytes at a time. | Roy Frostig | 2010-08-19 | 2 | -7/+24 |
| * | Add stdio_reader to io, just use FILE* values for now. We have things to do. | Graydon Hoare | 2010-08-18 | 4 | -1/+46 |
| * | Address FIXME in _vec waiting on closed issue #108. | Roy Frostig | 2010-08-12 | 1 | -5/+4 |
| * | Add vec debugging utility to _vec module. | Roy Frostig | 2010-08-12 | 1 | -0/+5 |
| * | Added support for task sleeping in the scheduler. | Michael Bebenita | 2010-08-11 | 2 | -0/+14 |