summaryrefslogtreecommitdiff
path: root/usr/r/reflect/tostring.go
AgeCommit message (Collapse)AuthorFilesLines
2008-10-22move reflection code into final place.Rob Pike1-199/+0
this is just a branch. next cl will update and add to build R=rsc DELTA=4528 (2264 added, 2264 deleted, 0 changed) OCL=17670 CL=17672
2008-10-22Reflection values.Rob Pike1-14/+14
R=rsc DELTA=206 (79 added, 25 deleted, 102 changed) OCL=17652 CL=17669
2008-10-22Add names to types to avoid recursive explosion and to getRob Pike1-0/+3
the right answer when a type name redefines an existing type. R=rsc DELTA=133 (53 added, 8 deleted, 72 changed) OCL=17637 CL=17639
2008-10-22More reflection code.Rob Pike1-17/+64
Beginnings of values. typestrings are grabbed from the environment. R=rsc APPROVED=rsc DELTA=1046 (952 added, 3 deleted, 91 changed) OCL=17593 CL=17621
2008-10-17beginnings of reflection values.Rob Pike1-16/+61
R=rsc DELTA=421 (357 added, 17 deleted, 47 changed) OCL=17388 CL=17401
2008-10-16type string parser; now handles all typesRob Pike1-8/+7
R=rsc DELTA=253 (153 added, 81 deleted, 19 changed) OCL=17331 CL=17331
2008-10-16parsing of type strings. still missing: func, struct, interface, chanRob Pike1-0/+5
R=rsc DELTA=366 (337 added, 7 deleted, 22 changed) OCL=17321 CL=17324
2008-10-16Change file name from "print" to "tostring" and update the rest.Rob Pike1-0/+100
R=rsc DELTA=225 (109 added, 107 deleted, 9 changed) OCL=17294 CL=17294