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
/
all_test.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-21
related reflect bug: make copies of big values
Russ Cox
1
-0
/
+28
2009-05-21
direct all interface extraction to InterfaceValue.Get.
Russ Cox
1
-105
/
+119
2009-05-20
reflect bug: NewZeroValue was refusing to create slices.
Russ Cox
1
-1
/
+1
2009-05-12
change name of reflect.NewInitValue to the more descriptive NewZeroValue.
Rob Pike
1
-4
/
+4
2009-05-12
implement IsNil() bool for those types that can be nil. most of them, anyway.
Rob Pike
1
-0
/
+62
2009-05-08
Move sys.Reflect and sys.Unreflect into unsafe.
Rob Pike
1
-1
/
+1
2009-04-29
rename variables for clarity.
Rob Pike
1
-1
/
+36
2009-04-15
check for type equality in deepequal
Russ Cox
1
-1
/
+4
2009-04-14
do not create interfaces containing interfaces
Russ Cox
1
-0
/
+6
2009-04-14
Make the reflection library match the reflection string which
Ian Lance Taylor
1
-11
/
+20
2009-04-06
add method Value() Value to InterfaceValue.
Russ Cox
1
-0
/
+10
2009-04-01
Add a DeepEqual function to the reflect package
Daniel Nadasi
1
-0
/
+88
2009-03-27
Verify that "byte" is an alias for "uint8".
Ian Lance Taylor
1
-0
/
+6
2009-03-09
delete float80 from libraries
Rob Pike
1
-1
/
+0
2009-03-09
document reflect.
Rob Pike
1
-11
/
+11
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-7
/
+7
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-7
/
+7
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-21
change reflect.CopyArray into a method on ArrayValue called CopyFrom
Rob Pike
1
-1
/
+1
2009-01-20
delete export
Russ Cox
1
-6
/
+6
2009-01-16
casify reflect.
Rob Pike
1
-6
/
+4
2009-01-09
update sys.reflect and sys.unreflect to accomodate
Russ Cox
1
-0
/
+21
2009-01-06
new new & make
Russ Cox
1
-1
/
+1
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
1
-22
/
+24
2008-12-18
convert *[] to [].
Russ Cox
1
-29
/
+32
2008-12-11
if the typestring gives a field name of "?", drop it.
Rob Pike
1
-2
/
+2
2008-12-10
assorted cleanup and fixes
Russ Cox
1
-0
/
+33
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
1
-0
/
+11
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
1
-11
/
+0
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
1
-0
/
+11
2008-11-19
refine gobuild: the files must be *_test.go not *test.go
Rob Pike
1
-0
/
+285