Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -4/+7 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -0/+3 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -0/+3 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+70 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -70/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -0/+9 | |
2010-05-24 | gc: more accurate error description | Russ Cox | 1 | -2/+2 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/1284041 | |||||
2010-05-03 | gc: error for nested functions, one semicolon problem | Russ Cox | 1 | -1/+6 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/1046042 | |||||
2010-04-04 | gc: good syntax error for defer func() {} - missing final () | Russ Cox | 1 | -0/+4 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/855044 | |||||
2010-03-25 | gc: more syntax errors | Russ Cox | 1 | -10/+16 | |
R=r CC=golang-dev http://codereview.appspot.com/731041 | |||||
2010-01-28 | gc: tweak error messages, avoid internalization settings in bison | Russ Cox | 1 | -8/+8 | |
R=r CC=golang-dev http://codereview.appspot.com/194129 | |||||
2010-01-26 | gc: improved syntax errors | Russ Cox | 1 | -0/+46 | |
* example-based syntax errors (go.errors) * enable bison's more specific errors and translate grammar token names into tokens like ++ * test cases R=ken2, r, ken3 CC=golang-dev http://codereview.appspot.com/194085 |