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
2011-12-07
doc: fix weekly.2011-12-06 release notes typo
weekly.2011-12-06
Andrew Gerrand
2011-12-07
tag weekly.2011-12-06
Andrew Gerrand
2011-12-07
weekly.2011-12-06
Andrew Gerrand
2011-12-06
http: make Transport warning about connections closing more accurate
Brad Fitzpatrick
2011-12-06
crypto: allocate less.
Adam Langley
2011-12-06
exp/ssh: cleanup client auth tests
Dave Cheney
2011-12-07
goinstall: honour -install=false flag when -make=true
Andrew Gerrand
2011-12-06
strconv: squeezed a bit more out of int/uint formatting
Robert Griesemer
2011-12-06
crypto/x509: if a parent cert has a raw subject, use it.
Adam Langley
2011-12-06
html/template: simplify ExecuteTemplate a little
Rob Pike
2011-12-06
fmt: benchmark floating point.
Rob Pike
2011-12-06
cgo: fix typo in the documentation
Maxim Pimenov
2011-12-06
strconv: 34% to 63% faster conversions
Robert Griesemer
2011-12-06
gc: disallow map/func equality via interface comparison
Russ Cox
2011-12-06
image: avoid func comparison during ColorModel comparison
Russ Cox
2011-12-06
exp/ssh: simplify client channel open logic
Dave Cheney
2011-12-05
various: we don't cast, we convert
Rob Pike
2011-12-06
hash: rewrite comment on Hash.Sum method
Andrew Gerrand
2011-12-05
fmt: only use Stringer or Error for strings
Rob Pike
2011-12-06
godoc: Show type examples between variables and methods.
Volker Dobler
2011-12-05
gofix: fix for strconv API change
Russ Cox
2011-12-05
use new strconv API
Russ Cox
2011-12-05
strconv: new API
Russ Cox
2011-12-05
gc: changes in export format in preparation of inlining.
Luuk van Dijk
2011-12-05
gc: remove type elision in struct literals
Russ Cox
2011-12-05
spec: remove contentious composite literal shortening
Russ Cox
2011-12-05
math: add special-cases comments to Sinh and Tanh.
Charles L. Dorian
2011-12-05
crypto/aes: eliminate some bounds checking and manual truncation.
Rémy Oudompheng
2011-12-05
runtime: prep for type-specific algorithms
Russ Cox
2011-12-05
gobuilder: use new dashboard protocol
Andrew Gerrand
2011-12-05
misc/dashboard: init handler for bootstrapping
Andrew Gerrand
2011-12-05
misc/dashboard/app: revert gofix of app engine file
Andrew Gerrand
2011-12-05
net/mail: correctly compare parsed times in the test.
David Symonds
2011-12-02
gc: fix build (not sure how this edit got lost)
Russ Cox
2011-12-02
gc: fix line number for redundant print
Russ Cox
2011-12-02
gc: use gofmt spacing when printing map type
Russ Cox
2011-12-02
gofmt -s misc src
Russ Cox
2011-12-02
gofmt: handle &T in composite literal simplify
Russ Cox
2011-12-02
gc: composite literals as per Go 1
Russ Cox
2011-12-02
spec: additional composite literal shortenings per Go 1 plan
Russ Cox
2011-12-02
goinstall: fix typo in comment
Robert Griesemer
2011-12-02
spec: pointer to array can be sliced
Russ Cox
2011-12-02
gc: do not allow slice of array literal
Russ Cox
2011-12-02
doc: do not slice array literal
Russ Cox
2011-12-02
spec: avoid slice of array literal
Russ Cox
2011-12-02
exp/ssh: allow for msgUserAuthBanner during authentication
Gustav Paul
2011-12-02
asn1: fix incorrect prints found by govet
Robert Hencke
2011-12-02
net, syscall: remove BindToDevice API from UDPConn, IPConn
Mikio Hara
2011-12-02
encoding/gob: don't send type info for unexported fields
Rob Pike
2011-12-02
build: update .hgignore
Andrew Gerrand
[next]