| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -68/+68 |
| | | | | | This should be a snapshot transition. | ||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -66/+66 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ↵ | Patrick Walton | 2011-05-02 | 1 | -65/+65 |
| | | | | | | | the problem. This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118. | ||||
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 1 | -65/+65 |
| | | | | | This reverts commit aa25f22f197682de3b18fc4c8ba068d1feda220f. It broke stage2, not sure why yet. | ||||
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 1 | -65/+65 |
| | | | | | | | | | | | This giant commit changes the syntax of Rust to use "assert" for "check" expressions that didn't mean anything to the typestate system, and continue using "check" for checks that are used as part of typestate checking. Most of the changes are just replacing "check" with "assert" in test cases and rustc. | ||||
| * | Un-XFAIL most library tests. | Graydon Hoare | 2011-04-29 | 1 | -1/+0 |
| | | |||||
| * | Remove gc() call from end of lib-map.rs, works on stage0 otherwise (stage0 ↵ | Graydon Hoare | 2011-04-13 | 1 | -2/+0 |
| | | | | | produces no gc info) | ||||
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 1 | -0/+1 |
| | | |||||
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 1 | -1/+1 |
| | | |||||
| * | Add hashmap tests exercising strings as keys and values. No longer leaks on ↵ | Roy Frostig | 2010-09-07 | 1 | -37/+95 |
| | | | | | linux. | ||||
| * | Comment out hashmap tests exercising maps with str as key or value type, as ↵ | Roy Frostig | 2010-08-27 | 1 | -0/+2 |
| | | | | | they appear to cause leaks. | ||||
| * | Add simple hashmap tests exercising maps with str as key type, value type, ↵ | Roy Frostig | 2010-08-27 | 1 | -15/+85 |
| | | | | | and both. | ||||
| * | Pinching myself for certainty. ;p | Roy Frostig | 2010-08-26 | 1 | -0/+4 |
| | | |||||
| * | Test the hashmap more, exercising hash collision, element removal, and a ↵ | Roy Frostig | 2010-08-26 | 1 | -7/+129 |
| | | | | | forced rehashing that actually causes elements to change buckets. In the process, find a bug in hashmap's remove() and fix it. | ||||
| * | When copying function values, null out the destination's binding iff the ↵ | Roy Frostig | 2010-08-26 | 1 | -14/+10 |
| | | | | | source's binding is null. | ||||
| * | Test the hashmap for growth and rehashing. | Roy Frostig | 2010-08-26 | 1 | -2/+69 |
| | | |||||
| * | Fix ghastly typestate bug breaking nested functions. | Graydon Hoare | 2010-08-25 | 1 | -0/+1 |
| | | |||||
| * | First successful hashmap lookups. Yay. | Graydon Hoare | 2010-08-24 | 1 | -0/+4 |
| | | |||||
| * | Fix mod-bug in std.map, work around bug in closure typaram capture, enable ↵ | Graydon Hoare | 2010-08-24 | 1 | -2/+9 |
| | | | | | insert-tests in lib-map.rs. | ||||
| * | Add to std._io some formatter/type-specific-writer mechanism. Make a few ↵ | Roy Frostig | 2010-08-04 | 1 | -1/+5 |
| | | | | | type-specific buffered writers as wrappers of buf_writer. | ||||
| * | More stdlib hashmap work. Add a simple test and XFAIL it due to a ↵ | Roy Frostig | 2010-08-03 | 1 | -0/+16 |
| valgrind-spotted UMR. | |||||