| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-08-15 | Removed spawn and task from the parser. Updated all the tests except for the ↵ | Eric Holk | -20/+24 | |
| benchmarks. | ||||
| 2011-08-12 | Remove last uses of vec::len | Brian Anderson | -5/+5 | |
| 2011-08-12 | Convert all uses of std::io to std::ioivec | Brian Anderson | -1/+0 | |
| 2011-08-02 | Don't pp extra lines after block open when preserving whitespace. Closes #759 | Brian Anderson | -1/+0 | |
| 2011-08-02 | Add xfail-pretty directives to tests that don't pretty-print correctly | Brian Anderson | -0/+1 | |
| Issue #789 | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -55/+40 | |
| 2011-07-23 | Attempt to put out burning Windows tinderbox. | Eric Holk | -1/+1 | |
| 2011-07-22 | More work on word-count. | Eric Holk | -2/+2 | |
| Updated the MapReduce protocol so that it's correct more often. It's still not perfect, but the bugs repro less often now. Also found a race condition in channel sending. The problem is that send and receive both need to refer to the _unread field in circular_buffer. For now I just grabbed the port lock to send. We can probably get around this by using atomics instead. | ||||
| 2011-07-22 | Adding test case dealing with communication and hashmaps. | Eric Holk | -0/+108 | |
