index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
reflect
/
tostring.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-09
delete float80 from libraries
Rob Pike
1
-3
/
+1
2009-03-09
document reflect.
Rob Pike
1
-23
/
+31
2009-02-11
insert type assertions when narrowing.
Russ Cox
1
-2
/
+2
2009-01-23
remove the "open" concept from reflect and go with slices and arrays.
Rob Pike
1
-1
/
+1
2009-01-20
delete export
Russ Cox
1
-4
/
+4
2009-01-16
casify reflect.
Rob Pike
1
-10
/
+10
2009-01-15
convert strconv
Russ Cox
1
-6
/
+6
2009-01-15
make safe for new package local defaults
Russ Cox
1
-1
/
+1
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
1
-2
/
+3
2008-12-11
if the typestring gives a field name of "?", drop it.
Rob Pike
1
-1
/
+4
2008-12-09
use unsafe.pointer in reflection objects
Rob Pike
1
-1
/
+1
2008-11-17
correctly rounded floating-point conversions
Russ Cox
1
-10
/
+10
2008-11-06
simpleminded ascii to floating point conversion
Rob Pike
1
-1
/
+1
2008-11-05
make sizes and offsets int, not uint64
Rob Pike
1
-2
/
+2
2008-11-03
move DotDotDot into next case - hit submit too fast last time.
Rob Pike
1
-4
/
+3
2008-11-03
support ... as a special type in the reflection library.
Rob Pike
1
-0
/
+2
2008-10-31
Add support for the basic type "bool".
Ian Lance Taylor
1
-0
/
+6
2008-10-31
\x00 for NUL in type string.
Rob Pike
1
-1
/
+1
2008-10-30
reflection support for tag strings
Rob Pike
1
-2
/
+28
2008-10-29
update reflection library to int/int32 etc. split
Rob Pike
1
-24
/
+11
2008-10-24
add printf to fmt.
Rob Pike
1
-1
/
+1
2008-10-22
move reflection code into final place.
Rob Pike
1
-0
/
+199