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-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