summaryrefslogtreecommitdiff
path: root/src/cmd/gc/go.errors
AgeCommit message (Collapse)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-4/+7
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-0/+3
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-0/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+70
2011-09-13Imported Upstream version 60Ondřej Surý1-70/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-0/+9
2010-05-24gc: more accurate error descriptionRuss Cox1-2/+2
R=ken2 CC=golang-dev http://codereview.appspot.com/1284041
2010-05-03gc: error for nested functions, one semicolon problemRuss Cox1-1/+6
R=ken2 CC=golang-dev http://codereview.appspot.com/1046042
2010-04-04gc: good syntax error for defer func() {} - missing final ()Russ Cox1-0/+4
R=ken2 CC=golang-dev http://codereview.appspot.com/855044
2010-03-25gc: more syntax errorsRuss Cox1-10/+16
R=r CC=golang-dev http://codereview.appspot.com/731041
2010-01-28gc: tweak error messages, avoid internalization settings in bisonRuss Cox1-8/+8
R=r CC=golang-dev http://codereview.appspot.com/194129
2010-01-26gc: improved syntax errorsRuss Cox1-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