aboutsummaryrefslogtreecommitdiff
path: root/test/method.go
AgeCommit message (Expand)Author
2013-02-11test: a number of fixes.Alan Donovan
2012-03-07cmd/gc: unnamed struct types can have methodsRuss Cox
2012-02-23test: commentary for [h-m]*.goRob Pike
2012-02-16test: use testlib (final 61)Russ Cox
2010-09-30gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox
2010-09-28gc: fix reflect table method receiverRuss Cox
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike
2009-12-18gc: method expressions on concrete typesRuss Cox
2009-09-14fix "declared and not used" in tests;Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2008-11-04move invalid method uses to new testRuss Cox
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-10-04add method test & fix method name bugsRuss Cox