summaryrefslogtreecommitdiff
path: root/test/interface/pointer.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-3/+4
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+37
2011-09-13Imported Upstream version 60Ondřej Surý1-37/+0
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-0/+1
2010-06-08gc: new typechecking rulesRuss Cox1-8/+8
* Code for assignment, conversions now mirrors spec. * Changed some snprint -> smprint. * Renamed runtime functions to separate interface conversions from type assertions: convT2I, assertI2T, etc. * Correct checking of \U sequences. Fixes issue 840. Fixes issue 830. Fixes issue 778. R=ken2 CC=golang-dev http://codereview.appspot.com/1303042
2009-09-14fix "declared and not used" in tests;Russ Cox1-1/+0
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
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-05-21add test for yesterday's interface rule change (interface/convert1.go).Russ Cox1-0/+37
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191