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
/
value.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-09
delete float80 from libraries
Rob Pike
1
-29
/
+0
2009-03-09
document reflect.
Rob Pike
1
-52
/
+95
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-70
/
+70
2009-02-16
use embedded interface types
Russ Cox
1
-147
/
+25
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-26
/
+26
2009-02-11
insert type assertions when narrowing.
Russ Cox
1
-18
/
+114
2009-01-30
update go code tree to new func rules.
Russ Cox
1
-26
/
+26
2009-01-23
remove the "open" concept from reflect and go with slices and arrays.
Rob Pike
1
-47
/
+40
2009-01-23
change the representation of arrays in protobufs from *[]item to []item.
Rob Pike
1
-0
/
+16
2009-01-21
change reflect.CopyArray into a method on ArrayValue called CopyFrom
Rob Pike
1
-1
/
+13
2009-01-20
delete export
Russ Cox
1
-31
/
+31
2009-01-16
casify, cleanup sys
Russ Cox
1
-3
/
+3
2009-01-16
casify reflect.
Rob Pike
1
-174
/
+174
2009-01-15
make safe for new package local defaults
Russ Cox
1
-56
/
+56
2009-01-09
update sys.reflect and sys.unreflect to accomodate
Russ Cox
1
-13
/
+23
2009-01-06
new new & make
Russ Cox
1
-9
/
+9
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
1
-6
/
+9
2008-12-18
convert *[] to [].
Russ Cox
1
-2
/
+2
2008-12-11
add uintptr to reflect and print
Rob Pike
1
-33
/
+55
2008-12-11
handle the nil interface better in reflect and print
Rob Pike
1
-1
/
+2
2008-12-10
assorted cleanup and fixes
Russ Cox
1
-5
/
+42
2008-12-09
use unsafe.pointer in reflection objects
Rob Pike
1
-71
/
+49
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
1
-5
/
+9
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
1
-9
/
+5
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
1
-5
/
+9
2008-11-13
more array methods
Russ Cox
1
-41
/
+97
2008-11-12
add some support for modifying what pointers point to
Rob Pike
1
-0
/
+5
2008-11-12
reflect.PtrValue.SetSub() to set pointers
Rob Pike
1
-0
/
+10
2008-11-10
Add a cache to avoid unnecessary parsing of type strings when constructing va...
Rob Pike
1
-2
/
+11
2008-11-05
make sizes and offsets int, not uint64
Rob Pike
1
-15
/
+15
2008-11-04
type strings through the reflection library.
Rob Pike
1
-23
/
+28
2008-11-03
remove unnecessary 6g workaround
Russ Cox
1
-51
/
+51
2008-11-02
add creator for missing types, to avoid crashes when
Rob Pike
1
-0
/
+16
2008-10-31
Add support for the basic type "bool".
Ian Lance Taylor
1
-0
/
+27
2008-10-30
reflection support for tag strings
Rob Pike
1
-1
/
+1
2008-10-29
update reflection library to int/int32 etc. split
Rob Pike
1
-0
/
+81
2008-10-26
use embedded types to save boilerplate - almost 300 lines' worth
Rob Pike
1
-209
/
+58
2008-10-24
add printf to fmt.
Rob Pike
1
-4
/
+4
2008-10-23
make reflect compile again
Rob Pike
1
-4
/
+4
2008-10-23
use &T{1,2,3} constructor for simple new cases
Russ Cox
1
-110
/
+71
2008-10-22
move reflection code into final place.
Rob Pike
1
-0
/
+822