aboutsummaryrefslogtreecommitdiff
path: root/test/interface
AgeCommit message (Collapse)Author
2009-10-20forgot to include in 35898.Russ Cox
R=ken OCL=35917 CL=35917
2009-10-196g bug fixes:Russ Cox
* bug211 * embedded interfaces with lowercase methods * var _ = f() at top level R=ken OCL=35898 CL=35898
2009-10-19fiddling while rome burns: explain why tests are commented outRob Pike
R=rsc DELTA=2 (2 added, 0 deleted, 0 changed) OCL=35874 CL=35880
2009-09-14fix "declared and not used" in tests;Russ Cox
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2009-08-17fix up some irregular indentationRob Pike
R=rsc OCL=33382 CL=33391
2009-08-12delete forward type declarationsRuss Cox
R=r DELTA=163 (1 added, 149 deleted, 13 changed) OCL=33106 CL=33111
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox
mostly removing forward declarations. R=r DELTA=138 (2 added, 127 deleted, 9 changed) OCL=33068 CL=33099
2009-08-03more 6g reorg; checkpoint.Russ Cox
typecheck.c is now responsible for all type checking except for assignment and function argument "..." R=ken OCL=32661 CL=32667
2009-07-17Recognize gccgo error message.Ian Lance Taylor
explicit.go:21:5: error: incompatible types in assignment (need explicit conversion) explicit.go:26:5: error: incompatible types in assignment (type has no methods) explicit.go:27:5: error: incompatible types in assignment (need explicit conversion) explicit.go:30:6: error: incompatible types in assignment (need explicit conversion; missing method ā€˜N’) explicit.go:33:7: error: invalid type conversion (need explicit conversion; missing method ā€˜N’) explicit.go:36:5: error: incompatible types in assignment R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31805 CL=31807
2009-07-07update tests for new reflectRuss Cox
R=r DELTA=12 (0 added, 0 deleted, 12 changed) OCL=31240 CL=31290
2009-07-06allow conversion to interface typeRuss Cox
when implicit assignment would have been okay. R=ken OCL=31225 CL=31227
2009-05-22another interface conversion testRuss Cox
R=r DELTA=21 (21 added, 0 deleted, 0 changed) OCL=29212 CL=29249
2009-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191