index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
reflect
Age
Commit message (
Expand
)
Author
2008-12-11
if the typestring gives a field name of "?", drop it.
Rob Pike
2008-12-11
handle the nil interface better in reflect and print
Rob Pike
2008-12-10
assorted cleanup and fixes
Russ Cox
2008-12-09
implement two TODOs in reflect:
Rob Pike
2008-12-09
use unsafe.pointer in reflection objects
Rob Pike
2008-12-05
use sync.Mutex instead of a channel for locking
Rob Pike
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
2008-11-24
Automated g4 rollback of changelist 19916.
Russ Cox
2008-11-24
utf8: add InString routines for decoding in strings
Russ Cox
2008-11-19
refine gobuild: the files must be *_test.go not *test.go
Rob Pike
2008-11-19
change naming convention for tests from
Rob Pike
2008-11-19
gobuild: add coverage rule, ignore files in package main.
Russ Cox
2008-11-19
leave 6.out around after gotest;
Russ Cox
2008-11-18
gobuild changes.
Russ Cox
2008-11-17
correctly rounded floating-point conversions
Russ Cox
2008-11-14
add cov, prof to default build; clean up compiler warnings
Russ Cox
2008-11-13
more array methods
Russ Cox
2008-11-12
add some support for modifying what pointers point to
Rob Pike
2008-11-12
reflect.PtrValue.SetSub() to set pointers
Rob Pike
2008-11-10
Add a cache to avoid unnecessary parsing of type strings when constructing va...
Rob Pike
2008-11-10
Protocol buffer encoding.
Rob Pike
2008-11-06
simpleminded ascii to floating point conversion
Rob Pike
2008-11-05
trim tags from type strings for structure fields.
Rob Pike
2008-11-05
minor tweak to still non-portable alignment calculation
Rob Pike
2008-11-05
make sizes and offsets int, not uint64
Rob Pike
2008-11-05
fix bugs parsing functions in reflect library.
Rob Pike
2008-11-04
type strings through the reflection library.
Rob Pike
2008-11-03
remove unnecessary 6g workaround
Russ Cox
2008-11-03
move DotDotDot into next case - hit submit too fast last time.
Rob Pike
2008-11-03
support ... as a special type in the reflection library.
Rob Pike
2008-11-03
update names after 6g change
Russ Cox
2008-11-02
add creator for missing types, to avoid crashes when
Rob Pike
2008-10-31
Add support for the basic type "bool".
Ian Lance Taylor
2008-10-31
\x00 for NUL in type string.
Rob Pike
2008-10-31
add mention of tag string to grammar comment
Rob Pike
2008-10-30
reflection support for tag strings
Rob Pike
2008-10-29
./6.out
Russ Cox
2008-10-29
update reflection library to int/int32 etc. split
Rob Pike
2008-10-26
use embedded types to save boilerplate - almost 300 lines' worth
Rob Pike
2008-10-24
replaced baked-in address with @ so test passes on linux
Rob Pike
2008-10-24
add printf to fmt.
Rob Pike
2008-10-23
make reflect compile again
Rob Pike
2008-10-23
add reflect to build, clean up test
Rob Pike
2008-10-23
use &T{1,2,3} constructor for simple new cases
Russ Cox
2008-10-22
move reflection code into final place.
Rob Pike
[prev]