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-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-21
nacl, tiny: remove vestiges
Robert Hencke
2011-06-20
test: test of goto restrictions
Russ Cox
2011-06-17
gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr
Russ Cox
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-06-13
gc: handle go print() and go println()
Stephen Ma
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
[next]