| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-10-21 | Remove some semicolons after block calls | Marijn Haverbeke | -1/+1 | |
| The remaining ones can be removed after the next snapshot. (Or we can let the next pretty-print pass take care of them.) | ||||
| 2011-10-21 | Remove remaining uses of iter and for-each | Marijn Haverbeke | -3/+3 | |
| Issue #1056 | ||||
| 2011-08-16 | Port the tests to the typaram foo<T> syntax. | Erick Tryzelaar | -1/+1 | |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -2/+2 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -14/+9 | |
| 2011-07-26 | Remove uses of tuples from the test suite | Marijn Haverbeke | -3/+4 | |
| 2011-06-14 | Remove some unnecessary xfails | Tim Chevalier | -1/+1 | |
| 2011-05-27 | Check the declaration type in a for loop against the sequence type | Tim Chevalier | -0/+23 | |
| Changed the typechecker to correctly typecheck the declared variable type in a for or for-each loop against the vector element type (for a for loop) or the iterator type (for a for-each loop). Added a test case. | ||||
