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
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-06-29
[release-branch.r58] gc: work around goto bug
Andrew Gerrand
2011-05-31
gc: fix m[x], _ = y.(T)
Russ Cox
2011-05-31
gc: disallow ... in type conversions
Anthony Martin
2011-05-31
gc: implement new shift rules
Russ Cox
2011-05-31
gc: check parameter declarations in interface fields
Anthony Martin
2011-05-25
test: test cases for issue 1708.
Robert Griesemer
2011-05-24
gc: relax assignability of method receivers
Anthony Martin
2011-05-16
8g: fix conversion from float to uint64
Anthony Martin
2011-05-13
timing: update numbers for regex-dna
Rob Pike
2011-05-11
gc: fix type switch error message for invalid cases.
Lorenzo Stoakes
2011-05-10
gc: fix unsafe.Sizeof
Russ Cox
2011-04-28
gc: preserve original expression for errors
Russ Cox
2011-04-28
gc: correctly handle fields of pointer type to recursive forward references
Lorenzo Stoakes
2011-04-26
gc: fix order of operations for f() < g().
Russ Cox
2011-04-25
gc: explain why invalid receiver types are invalid
Russ Cox
2011-04-25
fix tree for reflect rename
Russ Cox
2011-04-25
gc: fix import width bug
Russ Cox
2011-04-25
gc: allow complex types to be receiver types
Robert Hencke
2011-04-23
gc: fix conversion of user-defined string type to []byte
Russ Cox
2011-04-23
gc: fix return variable named _
Russ Cox
2011-04-23
gc: fix line number at EOF
Russ Cox
2011-04-21
gc: another pointer to interface message
Russ Cox
2011-04-21
gc: correct handling of unexported method names in embedded interfaces
Russ Cox
2011-04-20
gc: fix error for +string
Russ Cox
2011-04-18
gc: fix complex move again
Russ Cox
2011-04-18
test/bench: update timings; moving to new machine.
Rob Pike
2011-04-15
undo 4439044
Russ Cox
2011-04-15
gc: fix complex move bug
Russ Cox
2011-04-15
gc: print of unsafe.Pointer
Russ Cox
2011-04-13
runtime: drop chan circular linked list in favor of circular buffer
Russ Cox
2011-04-13
gc: fix func syntax error
Russ Cox
2011-04-13
build: tidy intermediate files during build
Russ Cox
2011-04-08
bug327: document what's being tested
Russ Cox
2011-04-08
update go tree for reflect changes
Russ Cox
2011-04-08
test/bench: enable build and test on Windows
Alex Brainman
2011-04-07
gc: bug327
Russ Cox
2011-04-01
gc: avoid saying same error 3 times
Russ Cox
2011-03-30
test: don't require specific GOARCH values.
Ian Lance Taylor
2011-03-29
test: add test for interfaces with unexported methods.
Ian Lance Taylor
2011-03-29
test: adjust bug324 to expect run-time failure, not compile-time.
Ian Lance Taylor
2011-03-29
test: adjust bugs/bug322 to match current spec.
Ian Lance Taylor
2011-03-29
test: avoid undefined error in syntax/if.go.
Ian Lance Taylor
2011-03-29
test: match gccgo error messages for syntax/chan.go.
Ian Lance Taylor
2011-03-27
build: add all-qemu.bash, handful of arm fixes
Russ Cox
2011-03-27
test: match gccgo error messages for bug323.go.
Ian Lance Taylor
2011-03-27
test: match gccgo error messages for bug325.go.
Ian Lance Taylor
2011-03-26
test: match gccgo error messages for init.go
Ian Lance Taylor
2011-03-25
gc: remove interim ... error which rejects valid code.
Ian Lance Taylor
2011-03-25
test: match gccgo error messages for cmp6.go
Ian Lance Taylor
[next]