| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-05-10 | Remove `do ... while` loops from the tests and docs. | Paul Stansifer | -2/+0 | |
| 2011-09-15 | Insert omitted semicolons for statements | Marijn Haverbeke | -1/+1 | |
| 2011-08-20 | Reformat | Brian Anderson | -3/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-12 | Un-XFAIL do-while-body-fails | Tim Chevalier | -3/+0 | |
| Made it work both with optimization enabled, and with optimization disabled. Huzzah! | ||||
| 2011-08-11 | XFAIL do-while-body-fails | Brian Anderson | -0/+3 | |
| Doesn't work w/out optimizations | ||||
| 2011-08-11 | Handle _|_ - typed things in the bodies of do-while loops | Tim Chevalier | -0/+4 | |
| The resulting code is strange, but perhaps someone else can fix it. The obvious things, like returning body_res, all resulted in completely incomprehensible LLVM errors. Closes #814 | ||||
