| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-08-28 | Split decls.go up, taking advantage of whole-package | Austin Clements | 1 | -250/+0 |
| 2009-08-24 | Make it only necessary to exit blocks, not scopes. Allow | Austin Clements | 1 | -1/+7 |
| 2009-08-21 | Implement map types | Austin Clements | 1 | -0/+17 |
| 2009-08-17 | Implement slice types | Austin Clements | 1 | -9/+19 |
| 2009-08-12 | Convert interpreter to whole-package compilation. | Austin Clements | 1 | -19/+0 |
| 2009-08-05 | Implement struct types, selector expressions, and type | Austin Clements | 1 | -0/+9 |
| 2009-07-31 | Implement type compatibility and fix places where I thought | Austin Clements | 1 | -9/+11 |
| 2009-07-31 | Implement var declarations. Variables, constants, and types now carry | Austin Clements | 1 | -6/+13 |
| 2009-07-30 | Implement labels, goto, labeled break, and labeled continue. | Austin Clements | 1 | -1/+1 |
| 2009-07-29 | Flatten the Frame tree. Now each function call produces a | Austin Clements | 1 | -14/+49 |
| 2009-07-27 | Implement single-valued, non-variadic function literals and | Austin Clements | 1 | -7/+30 |
| 2009-07-21 | Cleanup of Type/Value interface. Add Type.ZeroVal, replace | Austin Clements | 1 | -4/+13 |
| 2009-07-20 | Implement array types and index expressions. | Austin Clements | 1 | -0/+9 |
| 2009-07-17 | Implement all unary and binary arithmetic operators. | Austin Clements | 1 | -0/+2 |
| 2009-07-15 | Make Value always represent an l-value and never a generic | Austin Clements | 1 | -0/+2 |
| 2009-07-15 | Beginnings of a Go interpreter. This implements basic and | Austin Clements | 1 | -0/+138 |