summaryrefslogtreecommitdiff
path: root/src/lib/reflect/tostring.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-09delete float80 from librariesRob Pike1-3/+1
2009-03-09document reflect.Rob Pike1-23/+31
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-20delete exportRuss Cox1-4/+4
2009-01-16casify reflect.Rob Pike1-10/+10
2009-01-15convert strconvRuss Cox1-6/+6
2009-01-15make safe for new package local defaultsRuss Cox1-1/+1
2008-12-19fmt and reflect updates for recent changesRuss Cox1-2/+3
2008-12-11if the typestring gives a field name of "?", drop it.Rob Pike1-1/+4
2008-12-09use unsafe.pointer in reflection objectsRob Pike1-1/+1
2008-11-17correctly rounded floating-point conversionsRuss Cox1-10/+10
2008-11-06simpleminded ascii to floating point conversionRob Pike1-1/+1
2008-11-05make sizes and offsets int, not uint64Rob Pike1-2/+2
2008-11-03move DotDotDot into next case - hit submit too fast last time.Rob Pike1-4/+3
2008-11-03support ... as a special type in the reflection library.Rob Pike1-0/+2
2008-10-31Add support for the basic type "bool".Ian Lance Taylor1-0/+6
2008-10-31\x00 for NUL in type string.Rob Pike1-1/+1
2008-10-30reflection support for tag stringsRob Pike1-2/+28
2008-10-29update reflection library to int/int32 etc. splitRob Pike1-24/+11
2008-10-24add printf to fmt.Rob Pike1-1/+1
2008-10-22move reflection code into final place.Rob Pike1-0/+199