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
Age
Commit message (
Expand
)
Author
2010-01-05
hgtags: delete "release" (prepare for new release)
weekly.2010-01-05
Russ Cox
2010-01-05
8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructions
Evan Shaw
2010-01-05
rollback of https://golang.org/cl/181077
Russ Cox
2010-01-05
xml: Fix comment so that example code compiles
Evan Shaw
2010-01-05
Update Emacs go-mode for new semicolon rule.
Austin Clements
2010-01-05
big: fix ProbablyPrime bug, comments
Russ Cox
2010-01-05
Fix missing explicit GOBIN in src/pkg/Makefile. Clean up creation of QUOTED_G...
Devon H. O'Dell
2010-01-05
syscall: add nanosleep on FreeBSD
Devon H. O'Dell
2010-01-05
net: make Dial correctly return nil on error.
Roger Peppe
2010-01-04
remove reference to "basic literal" since it's never defined
Robert Griesemer
2010-01-04
Simplified parser interface.
Robert Griesemer
2010-01-05
Check for errors when writing fields of a struct.
Rob Pike
2010-01-04
Allow a nil Ident to print without crashing.
Roger Peppe
2010-01-04
fix up YB and add ZB, EB in example
Rob Pike
2010-01-02
Remove redundant size check in resize. Let callers worry about that and resiz...
Yongjian Xu
2009-12-31
trivial bug: []byte is special but [3]byte is not.
Rob Pike
2009-12-30
More Xcode support.
Robert Griesemer
2009-12-29
Document how to build gccgo to use gold.
Ian Lance Taylor
2009-12-29
Test case for issue 475 and related bug.
Robert Griesemer
2009-12-29
Improved Xcode support
Ken Friedenbach
2009-12-29
added author/contributor
Robert Griesemer
2009-12-29
test case for issue 471
Robert Griesemer
2009-12-30
improve some type switches now that multiple types per case are supported.
Rob Pike
2009-12-29
Apply symmetric changes to sha1 and sha256 as to md4 and md5.
Robert Griesemer
2009-12-29
PNG decoder now handles transparent paletted images.
Nigel Tao
2009-12-29
JPEG decoder now handles RST (restart) markers.
Nigel Tao
2009-12-29
add a debugging printer to the gob package.
Rob Pike
2009-12-29
remove all references to gobType() from the decoder.
Rob Pike
2009-12-28
Fix bug in godoc tab conversion filter:
Robert Griesemer
2009-12-28
Symmetric changes to md4.go as for md5.go.
Robert Griesemer
2009-12-28
A couple of tighter loops.
Robert Griesemer
2009-12-28
Clarify section on tokens.
Robert Griesemer
2009-12-29
fix dumb bug: must write out default values inside arrays and slices
Rob Pike
2009-12-28
simplify some code that is using vectors
Robert Griesemer
2009-12-28
crypto/tls: make Listener a pointer.
Adam Langley
2009-12-27
gc: various C nits, found by plan 9 compiler.
Russ Cox
2009-12-27
add exceptions to the road map. i think this just was an oversight.
Rob Pike
2009-12-25
Update documentation around time.Sleep to specify its precision, and suggest
Devon H. O'Dell
2009-12-25
fix naked < and > as reported by Peter Williams <>
Rob Pike
2009-12-23
Use t.Errorf for formatted error output.
Ian Lance Taylor
2009-12-23
Add a test for issue 337.
Ian Lance Taylor
2009-12-23
go_spec: use PrimaryExpr as type switch expression
Russ Cox
2009-12-24
Add query to find number of subexpressions.
Peter Froehlich
2009-12-23
remove nums.sh
Robert Griesemer
2009-12-24
implement .repeats for maps.
Rob Pike
2009-12-24
make 6prof (sic) architecture-independent.
Rob Pike
2009-12-23
crypto/tls: extensions and Next Protocol Negotiation
Adam Langley
2009-12-23
cgo: don't overwrite p.Crefs
Devon H. O'Dell
2009-12-23
Fix comment for Chmod.
Peter Froehlich
2009-12-23
fix documentation bug in example
Rob Pike
[next]