summaryrefslogtreecommitdiff
path: root/test/ken/interfun.go
Commit message (Collapse)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+2
| | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5694065
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5673079
* make test/ken safe for optional semisRobert Griesemer2009-12-101-14/+6
| | | | | R=rsc, ken2, ken3 http://codereview.appspot.com/174042
* disallow interface { x, y() }Russ Cox2009-09-281-1/+2
| | | | | | R=ken OCL=35042 CL=35044
* insert type assertions when narrowing.Russ Cox2009-02-111-3/+3
| | | | | | R=r OCL=24349 CL=24913
* delete exportRuss Cox2009-01-201-3/+3
| | | | | | TBR=r OCL=23121 CL=23127
* convert tests; nothing interesting.Russ Cox2009-01-161-3/+3
| | | | | | R=r OCL=23012 CL=23014
* new new & makeRuss Cox2009-01-061-1/+1
| | | | | | R=r OCL=22166 CL=22166
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
| | | | | | | | fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
* fix bug depot:Rob Pike2008-08-111-7/+7
| | | | | | | | | 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
* add ken's tests.Rob Pike2008-06-061-0/+64
update run to work with multiple directories SVN=121485