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
2012-01-20
weekly.2012-01-20
weekly.2012-01-20
Nigel Tao
2012-01-19
net: fix linux build
Mikio Hara
2012-01-20
misc/cgo/test: make tests run on windows
Alex Brainman
2012-01-19
database/sql: move from exp/sql
Brad Fitzpatrick
2012-01-19
html/template: fix docs after API changes
Gustavo Niemeyer
2012-01-19
os: use FileMode instead of uint32 in various functions
Brad Fitzpatrick
2012-01-20
image: change the YCbCr image's pixel buffers to start at Rect.Min
Nigel Tao
2012-01-20
net: fix windows build
Mikio Hara
2012-01-20
net: fix broken setDefaultSockopts
Mikio Hara
2012-01-19
crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256
Luit van Drongelen
2012-01-20
gc: don't emit pkgpath for error type.
David Symonds
2012-01-19
net/http: log handler panic before closing HTTP connection
Brad Fitzpatrick
2012-01-19
os/exec: trivial allocation removal in LookPath
Gustavo Niemeyer
2012-01-19
encoding/xml: marshal/unmarshal xml.Name in field
Gustavo Niemeyer
2012-01-19
doc: update out-of-date comments about runtime/cgo
Shenghou Ma
2012-01-19
go/parser: expressions may have comments
Robert Griesemer
2012-01-19
text/template/parse: use human error prints
Rob Pike
2012-01-19
runtime: madvise and SysUnused for Darwin
Dave Cheney
2012-01-20
godoc: support canonical Paths in HTML metadata
Andrew Gerrand
2012-01-19
os: add ModeSticky
Evan Shaw
2012-01-19
testing: do not recover example's panic
Shenghou Ma
2012-01-19
pkg: Add & fix Copyright of "hand generated" files
Olivier Duperray
2012-01-19
exp/sql: rename NullableString to NullString and allow its use as a parameter
Brad Fitzpatrick
2012-01-19
go/doc, godoc: don't shadow receiver
Robert Griesemer
2012-01-19
net/http: the documentation should call NewRequest with the right signature.
Christoph Hack
2012-01-19
crypto/x509: remove explicit uses of rsa.
Adam Langley
2012-01-19
crypto/elliptic: add constant-time P224.
Adam Langley
2012-01-19
math/rand: decrease test duration in short mode
Dmitriy Vyukov
2012-01-19
godoc: add anchors to cmd documentation headings
Andrew Gerrand
2012-01-19
html: in foreign content, check for HTML integration points in breakout
Nigel Tao
2012-01-19
encoding/json: fix comments, tweak tests for tag names
Mikio Hara
2012-01-19
regexp: add SubexpNames
Russ Cox
2012-01-19
syscall: fix plan9 build
Mikio Hara
2012-01-19
godoc: remove "need more packages?" link
Andrew Gerrand
2012-01-19
doc/codewalk: update urlpoll to use time.Duration.
Stefan Nilsson
2012-01-19
A+C: add Stefan Nilsson's gmail account
Andrew Gerrand
2012-01-18
go/doc: collect imports
Robert Griesemer
2012-01-18
cmd/go: skip _obj directories in package scans
Brad Fitzpatrick
2012-01-19
net: fix plan9 build
Mikio Hara
2012-01-19
net: fix comments
Mikio Hara
2012-01-18
net/http: update the Client docs a bit
Brad Fitzpatrick
2012-01-18
syscall: add Unix method to TimeSpec, TimeVal
Brad Fitzpatrick
2012-01-18
encoding/json: allow / and % in tag names
Brad Fitzpatrick
2012-01-19
path: added examples
Sanjay Menakuru
2012-01-19
image: add PixOffset methods; use them in image/draw and image/tiff.
Nigel Tao
2012-01-18
net: use NewTimer, not NewTicker, in fd_windows.go
Brad Fitzpatrick
2012-01-19
godoc: specify HTML page metadata with a JSON blob
Andrew Gerrand
2012-01-18
net: change SetTimeout to SetDeadline
Brad Fitzpatrick
2012-01-18
test: split golden.out into expected output per test
Ian Lance Taylor
2012-01-18
fix windows build: always use / in filenames of go/doc test output
Robert Griesemer
[next]