summaryrefslogtreecommitdiff
path: root/test/interface
AgeCommit message (Collapse)AuthorFilesLines
2009-08-03more 6g reorg; checkpoint.Russ Cox1-1/+1
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 Taylor1-1/+1
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 Cox1-10/+10
R=r DELTA=12 (0 added, 0 deleted, 12 changed) OCL=31240 CL=31290
2009-07-06allow conversion to interface typeRuss Cox1-4/+11
when implicit assignment would have been okay. R=ken OCL=31225 CL=31227
2009-05-22another interface conversion testRuss Cox1-0/+25
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 Cox13-0/+867
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191