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
/
test
/
interface
Age
Commit message (
Expand
)
Author
2011-10-18
[release-branch.r58] reflect: disallow Interface method on Value obtained via...
release.r58.2
Andrew Gerrand
2011-04-25
fix tree for reflect rename
Russ Cox
2011-04-21
gc: another pointer to interface message
Russ Cox
2011-04-08
update go tree for reflect changes
Russ Cox
2011-03-29
test: add test for interfaces with unexported methods.
Ian Lance Taylor
2011-01-19
delete float, complex - code changes
Russ Cox
2010-09-30
gc, spec, tests: no auto-indirect of pointer to interface value
Russ Cox
2010-09-08
test: Match gccgo error messages.
Ian Lance Taylor
2010-09-04
test: remove semiocolons.
Rob Pike
2010-06-09
gc: more cleanup
Russ Cox
2010-06-08
gc: new typechecking rules
Russ Cox
2010-03-30
single argument panic
Russ Cox
2010-03-24
delete all uses of panicln by rewriting them using panic or,
Rob Pike
2009-11-14
test/interface/receiver.go: expand to do dynamic
Russ Cox
2009-10-25
make 5l ignore multiple defs, remove use of multiple
Kai Backman
2009-10-20
forgot to include in 35898.
Russ Cox
2009-10-19
6g bug fixes:
Russ Cox
2009-10-19
fiddling while rome burns: explain why tests are commented out
Rob Pike
2009-09-14
fix "declared and not used" in tests;
Russ Cox
2009-08-17
fix up some irregular indentation
Rob Pike
2009-08-12
delete forward type declarations
Russ Cox
2009-08-12
convert non-pkg go files to whole-package compilation.
Russ Cox
2009-08-03
more 6g reorg; checkpoint.
Russ Cox
2009-07-17
Recognize gccgo error message.
Ian Lance Taylor
2009-07-07
update tests for new reflect
Russ Cox
2009-07-06
allow conversion to interface type
Russ Cox
2009-05-22
another interface conversion test
Russ Cox
2009-05-21
add test for yesterday's interface rule change (interface/convert1.go).
Russ Cox