summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug127.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17fix up some irregular indentationRob Pike1-3/+3
R=rsc OCL=33382 CL=33391
2009-07-30delete some code from walkexpr that is nowRuss Cox1-2/+2
handled by typecheck. second switch is gone move floating point minus into back end R=ken OCL=32558 CL=32558
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-2/+2
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224
2008-12-10update tests: nil is no longer integer-compatibleRob Pike1-0/+12
R=rsc DELTA=56 (17 added, 32 deleted, 7 changed) OCL=20876 CL=20916