summaryrefslogtreecommitdiff
path: root/src/lib/reflect/all_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-04-01Add a DeepEqual function to the reflect packageDaniel Nadasi1-0/+88
2009-03-27Verify that "byte" is an alias for "uint8".Ian Lance Taylor1-0/+6
2009-03-09delete float80 from librariesRob Pike1-1/+0
2009-03-09document reflect.Rob Pike1-11/+11
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-7/+7
2009-02-13convert composite literals from { } to ( ).Russ Cox1-7/+7
2009-02-11insert type assertions when narrowing.Russ Cox1-2/+2
2009-01-23remove the "open" concept from reflect and go with slices and arrays.Rob Pike1-1/+1
2009-01-21change reflect.CopyArray into a method on ArrayValue called CopyFromRob Pike1-1/+1
2009-01-20delete exportRuss Cox1-6/+6
2009-01-16casify reflect.Rob Pike1-6/+4
2009-01-09update sys.reflect and sys.unreflect to accomodateRuss Cox1-0/+21
2009-01-06new new & makeRuss Cox1-1/+1
2008-12-19fmt and reflect updates for recent changesRuss Cox1-22/+24
2008-12-18convert *[] to [].Russ Cox1-29/+32
2008-12-11if the typestring gives a field name of "?", drop it.Rob Pike1-2/+2
2008-12-10assorted cleanup and fixesRuss Cox1-0/+33
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox1-0/+11
2008-11-24Automated g4 rollback of changelist 19916.Russ Cox1-11/+0
2008-11-24utf8: add InString routines for decoding in stringsRuss Cox1-0/+11
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike1-0/+285