summaryrefslogtreecommitdiff
path: root/test/method.go
Commit message (Expand)AuthorAgeFilesLines
* test: a number of fixes.Alan Donovan2013-02-111-7/+64
* cmd/gc: unnamed struct types can have methodsRuss Cox2012-03-071-6/+126
* test: commentary for [h-m]*.goRob Pike2012-02-231-0/+3
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox2010-09-301-5/+0
* gc: fix reflect table method receiverRuss Cox2010-09-281-4/+25
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-34/+85
* gc: method expressions on concrete typesRuss Cox2009-12-181-1/+9
* fix "declared and not used" in tests;Russ Cox2009-09-141-1/+0
* delete exportRuss Cox2009-01-201-7/+7
* convert tests; nothing interesting.Russ Cox2009-01-161-7/+7
* move invalid method uses to new testRuss Cox2008-11-041-10/+0
* update code to follow new semicolon rules:Russ Cox2008-10-071-1/+1
* add method test & fix method name bugsRuss Cox2008-10-041-0/+63