aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-20weekly.2012-01-20weekly.2012-01-20Nigel Tao
2012-01-19net: fix linux buildMikio Hara
2012-01-20misc/cgo/test: make tests run on windowsAlex Brainman
2012-01-19database/sql: move from exp/sqlBrad Fitzpatrick
2012-01-19html/template: fix docs after API changesGustavo Niemeyer
2012-01-19os: use FileMode instead of uint32 in various functionsBrad Fitzpatrick
2012-01-20image: change the YCbCr image's pixel buffers to start at Rect.MinNigel Tao
2012-01-20net: fix windows buildMikio Hara
2012-01-20net: fix broken setDefaultSockoptsMikio Hara
2012-01-19crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256Luit van Drongelen
2012-01-20gc: don't emit pkgpath for error type.David Symonds
2012-01-19net/http: log handler panic before closing HTTP connectionBrad Fitzpatrick
2012-01-19os/exec: trivial allocation removal in LookPathGustavo Niemeyer
2012-01-19encoding/xml: marshal/unmarshal xml.Name in fieldGustavo Niemeyer
2012-01-19doc: update out-of-date comments about runtime/cgoShenghou Ma
2012-01-19go/parser: expressions may have commentsRobert Griesemer
2012-01-19text/template/parse: use human error printsRob Pike
2012-01-19runtime: madvise and SysUnused for DarwinDave Cheney
2012-01-20godoc: support canonical Paths in HTML metadataAndrew Gerrand
2012-01-19os: add ModeStickyEvan Shaw
2012-01-19testing: do not recover example's panicShenghou Ma
2012-01-19pkg: Add & fix Copyright of "hand generated" filesOlivier Duperray
2012-01-19exp/sql: rename NullableString to NullString and allow its use as a parameterBrad Fitzpatrick
2012-01-19go/doc, godoc: don't shadow receiverRobert Griesemer
2012-01-19net/http: the documentation should call NewRequest with the right signature.Christoph Hack
2012-01-19crypto/x509: remove explicit uses of rsa.Adam Langley
2012-01-19crypto/elliptic: add constant-time P224.Adam Langley
2012-01-19math/rand: decrease test duration in short modeDmitriy Vyukov
2012-01-19godoc: add anchors to cmd documentation headingsAndrew Gerrand
2012-01-19html: in foreign content, check for HTML integration points in breakoutNigel Tao
2012-01-19encoding/json: fix comments, tweak tests for tag namesMikio Hara
2012-01-19regexp: add SubexpNamesRuss Cox
2012-01-19syscall: fix plan9 buildMikio Hara
2012-01-19godoc: remove "need more packages?" linkAndrew Gerrand
2012-01-19doc/codewalk: update urlpoll to use time.Duration.Stefan Nilsson
2012-01-19A+C: add Stefan Nilsson's gmail accountAndrew Gerrand
2012-01-18go/doc: collect importsRobert Griesemer
2012-01-18cmd/go: skip _obj directories in package scansBrad Fitzpatrick
2012-01-19net: fix plan9 buildMikio Hara
2012-01-19net: fix commentsMikio Hara
2012-01-18net/http: update the Client docs a bitBrad Fitzpatrick
2012-01-18syscall: add Unix method to TimeSpec, TimeValBrad Fitzpatrick
2012-01-18encoding/json: allow / and % in tag namesBrad Fitzpatrick
2012-01-19path: added examplesSanjay Menakuru
2012-01-19image: add PixOffset methods; use them in image/draw and image/tiff.Nigel Tao
2012-01-18net: use NewTimer, not NewTicker, in fd_windows.goBrad Fitzpatrick
2012-01-19godoc: specify HTML page metadata with a JSON blobAndrew Gerrand
2012-01-18net: change SetTimeout to SetDeadlineBrad Fitzpatrick
2012-01-18test: split golden.out into expected output per testIan Lance Taylor
2012-01-18fix windows build: always use / in filenames of go/doc test outputRobert Griesemer