| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Patchwork of attempted fixes to effect system and gc system; eventually give ↵ | Graydon Hoare | 2010-09-29 | 1 | -15/+15 |
| | | | | | up and disable it entirely in the runtime. Will need extensive reworking. | ||||
| * | Add 'items' iter to hashmap. | Graydon Hoare | 2010-09-22 | 1 | -0/+12 |
| | | |||||
| * | Reformat standard library; no code changes. | Graydon Hoare | 2010-09-22 | 1 | -183/+200 |
| | | |||||
| * | 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, ↵ | Graydon Hoare | 2010-09-20 | 1 | -15/+15 |
| | | | | | translate 0-ary constructors as constants. Rustc loses ~300kb. | ||||
| * | Switch tags to purely nominal, removing TY_iso and TY_idx. Seems to mostly ↵ | Graydon Hoare | 2010-09-09 | 1 | -1/+5 |
| | | | | | work, possibly a little bumpy. Changes a lot. | ||||
| * | Test the hashmap more, exercising hash collision, element removal, and a ↵ | Roy Frostig | 2010-08-26 | 1 | -6/+11 |
| | | | | | forced rehashing that actually causes elements to change buckets. In the process, find a bug in hashmap's remove() and fix it. | ||||
| * | Actually switch to using the bigger hashmap once a it finishes growing and ↵ | Roy Frostig | 2010-08-25 | 1 | -2/+4 |
| | | | | | rehashing. | ||||
| * | Fix mod-bug in std.map, work around bug in closure typaram capture, enable ↵ | Graydon Hoare | 2010-08-24 | 1 | -5/+4 |
| | | | | | insert-tests in lib-map.rs. | ||||
| * | Add _uint module to std, move some code around. | Graydon Hoare | 2010-08-20 | 1 | -1/+1 |
| | | |||||
| * | Mop up workarounds in stdlib no longer required as issue #93 is closed. | Graydon Hoare | 2010-08-05 | 1 | -9/+3 |
| | | |||||
| * | Have hashmap's insert method overwrite on existing-key insertion and return ↵ | Roy Frostig | 2010-08-03 | 1 | -4/+8 |
| | | | | | true iff overwrite did not occur. | ||||
| * | More stdlib hashmap work. Add a simple test and XFAIL it due to a ↵ | Roy Frostig | 2010-08-03 | 1 | -21/+29 |
| | | | | | valgrind-spotted UMR. | ||||
| * | Pass parametric types by-alias in various stdlib spots. | Roy Frostig | 2010-08-03 | 1 | -2/+2 |
| | | |||||
| * | More stdlib hashmap bits (plus some drive-by extras). | Roy Frostig | 2010-08-03 | 1 | -33/+76 |
| | | |||||
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵ | Graydon Hoare | 2010-07-27 | 1 | -15/+15 |
| | | | | | a cast notation. Closes #129. | ||||
| * | Add a (coarse, first-pass) deque implementation to stdlib. | Roy Frostig | 2010-07-20 | 1 | -2/+1 |
| | | |||||
| * | Add incomplete hashmap implementation to stdlib. | Roy Frostig | 2010-07-16 | 1 | -0/+160 |