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
/
fixedbugs
Age
Commit message (
Expand
)
Author
2011-07-31
[release-branch.r59] gc: fix closure bug
release.r59
Andrew Gerrand
2011-06-27
gc: avoid package name ambiguity in error messages
Russ Cox
2011-06-22
os.Error API: don't export os.ErrorString, use os.NewError consistently
Robert Griesemer
2011-06-17
gc: implement goto restriction
Russ Cox
2011-06-17
respect goto restrictions
Russ Cox
2011-06-16
gc: work around goto bug
Russ Cox
2011-05-31
gc: fix m[x], _ = y.(T)
Russ Cox
2011-05-31
gc: check parameter declarations in interface fields
Anthony Martin
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-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-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: 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-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-08
bug327: document what's being tested
Russ Cox
2011-04-08
update go tree for reflect changes
Russ Cox
2011-04-07
gc: bug327
Russ Cox
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-25
gc: remove interim ... error which rejects valid code.
Ian Lance Taylor
2011-03-25
test: match gccgo error messages for bug081.go.
Ian Lance Taylor
2011-03-25
test: match gccgo error messages for bug016.go.
Ian Lance Taylor
2011-03-25
test: match gccgo error messages for bug274.go.
Ian Lance Taylor
2011-03-22
test: enable tests using v, ok := <-ch syntax
Robert Hencke
2011-03-15
remove unused labels
Russ Cox
2011-03-07
gc: fix handling of return values named _
Russ Cox
2011-03-07
gc: unsafe.Pointer is not a pointer
Russ Cox
2011-02-28
gc: bug325 / issue 1566
Russ Cox
2011-02-24
bug324.go: test case for issue 1550
Robert Griesemer
2011-02-22
test: do not depend on implicit if condition
Russ Cox
2011-02-16
gc: make string const comparison unsigned
Jeff R. Allen
2011-02-11
gc: correct receiver in method missing error
Lorenzo Stoakes
2011-02-02
gc: correct rounding of denormal constants
Eoghan Sherry
2011-02-02
gc: select receive bug fix
Russ Cox
2011-01-31
replace non-blocking send, receive syntax with select
Russ Cox
2011-01-20
6g: fix uint64(uintptr(unsafe.Pointer(&x)))
Russ Cox
2011-01-19
delete float, complex - code changes
Russ Cox
[next]