summaryrefslogtreecommitdiff
path: root/test/ken/embed.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+3
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+317
2011-09-13Imported Upstream version 60Ondřej Surý1-317/+0
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-114/+221
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-12-10make test/ken safe for optional semisRobert Griesemer1-43/+17
R=rsc, ken2, ken3 http://codereview.appspot.com/174042
2009-09-28disallow interface { x, y() }Russ Cox1-6/+6
R=ken OCL=35042 CL=35044
2009-02-11insert type assertions when narrowing.Russ Cox1-1/+1
R=r OCL=24349 CL=24913
2009-01-20delete exportRuss Cox1-8/+8
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-8/+8
R=r OCL=23012 CL=23014
2009-01-06new new & makeRuss Cox1-4/+4
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-4/+4
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-10-25testKen Thompson1-0/+236
R=r OCL=17855 CL=17855