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
2009-06-09
mv src/lib to src/pkg
Rob Pike
2009-06-06
move src/runtime -> src/lib/runtime;
Russ Cox
2009-06-05
rebuilt Makefiles for CL 29923
Russ Cox
2009-06-04
386-related fixes and guards
Russ Cox
2009-05-21
related reflect bug: make copies of big values
Russ Cox
2009-05-21
direct all interface extraction to InterfaceValue.Get.
Russ Cox
2009-05-20
reflect bug: NewZeroValue was refusing to create slices.
Russ Cox
2009-05-13
reflect: update comment (there is no BoolType)
Russ Cox
2009-05-12
change name of reflect.NewInitValue to the more descriptive NewZeroValue.
Rob Pike
2009-05-12
update reflect for upcoming interface representation change.
Russ Cox
2009-05-12
implement IsNil() bool for those types that can be nil. most of them, anyway.
Rob Pike
2009-05-11
change utf8.FullRuneInString and utf8.DecodeRuneInString
Russ Cox
2009-05-08
Move sys.Reflect and sys.Unreflect into unsafe.
Rob Pike
2009-04-29
rename variables for clarity.
Rob Pike
2009-04-29
Bug in reflect found by gri. Structs in 6g have a minimum alignment.
Rob Pike
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
2009-04-16
regenerate Makefiles.
Russ Cox
2009-04-15
check for type equality in deepequal
Russ Cox
2009-04-14
do not create interfaces containing interfaces
Russ Cox
2009-04-14
Make the reflection library match the reflection string which
Ian Lance Taylor
2009-04-09
change representation of strings
Ken Thompson
2009-04-08
add support for variable formatters
Rob Pike
2009-04-06
add method Value() Value to InterfaceValue.
Russ Cox
2009-04-01
Add a DeepEqual function to the reflect package
Daniel Nadasi
2009-03-30
Separate the alignment of a field from the alignment of the
Ian Lance Taylor
2009-03-27
Verify that "byte" is an alias for "uint8".
Ian Lance Taylor
2009-03-09
delete float80 from libraries
Rob Pike
2009-03-09
document reflect.
Rob Pike
2009-03-04
disallow ordinary-type.(T), as in spec.
Russ Cox
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-17
few more Sizeof.
Russ Cox
2009-02-16
use embedded interface types
Russ Cox
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-02-11
insert type assertions when narrowing.
Russ Cox
2009-02-08
use unsafe.Sizeof
Rob Pike
2009-01-30
update go code tree to new func rules.
Russ Cox
2009-01-23
remove the "open" concept from reflect and go with slices and arrays.
Rob Pike
2009-01-23
change the representation of arrays in protobufs from *[]item to []item.
Rob Pike
2009-01-21
change reflect.CopyArray into a method on ArrayValue called CopyFrom
Rob Pike
2009-01-20
delete export
Russ Cox
2009-01-16
casify, cleanup sys
Russ Cox
2009-01-16
casify reflect.
Rob Pike
2009-01-15
convert strconv
Russ Cox
2009-01-15
make safe for new package local defaults
Russ Cox
2009-01-09
update sys.reflect and sys.unreflect to accomodate
Russ Cox
2009-01-06
new new & make
Russ Cox
2008-12-19
[] and struct in interfaces.
Russ Cox
2008-12-19
fmt and reflect updates for recent changes
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-12-11
add uintptr to reflect and print
Rob Pike
[next]