summaryrefslogtreecommitdiff
path: root/src/lib/reflect/all_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-21related reflect bug: make copies of big valuesRuss Cox1-0/+28
2009-05-21direct all interface extraction to InterfaceValue.Get.Russ Cox1-105/+119
2009-05-20reflect bug: NewZeroValue was refusing to create slices.Russ Cox1-1/+1
2009-05-12change name of reflect.NewInitValue to the more descriptive NewZeroValue.Rob Pike1-4/+4
2009-05-12implement IsNil() bool for those types that can be nil. most of them, anyway.Rob Pike1-0/+62
2009-05-08Move sys.Reflect and sys.Unreflect into unsafe.Rob Pike1-1/+1
2009-04-29rename variables for clarity.Rob Pike1-1/+36
2009-04-15check for type equality in deepequalRuss Cox1-1/+4
2009-04-14do not create interfaces containing interfacesRuss Cox1-0/+6
2009-04-14Make the reflection library match the reflection string whichIan Lance Taylor1-11/+20
2009-04-06add method Value() Value to InterfaceValue.Russ Cox1-0/+10
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