aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2012-02-08weekly.2012-02-07weekly.2012-02-07Andrew Gerrand
2012-02-08encoding/binary: hide TotalSizeRob Pike
2012-02-08bufio: drop error return for NewReaderSize and NewWriterSizeRob Pike
2012-02-08image: delete the image.Repeated type.Nigel Tao
2012-02-07go_spec: primality is elusiveRob Pike
2012-02-06doc: remove overuse of simplyRuss Cox
2012-02-04doc/go1.html: style tweak for expvar notes.David Symonds
2012-02-04expvar: revise API.David Symonds
2012-02-04spec: correct primesChristopher Wedgwood
2012-02-04docs: replace references to gofix etc. with tool invocationsRob Pike
2012-02-04spec: restore primalityRob Pike
2012-02-03spec: 9 only looks primeRuss Cox
2012-02-02os/signal: move to exp/signal.David Symonds
2012-02-01net: ListenMulticastUDP to listen concurrently across multiple listenersMikio Hara
2012-01-31doc: add image/{bmp,tiff} renames to go1.tmpl.Nigel Tao
2012-01-31doc: update weekly snapshot notes with subrepo changesAndrew Gerrand
2012-01-30go/spec: Update language on map types.Robert Griesemer
2012-01-27doc: update Go1 release notes in light of the crypto/hmac change.Adam Langley
2012-01-27weekly.2012-01-27weekly.2012-01-27Andrew Gerrand
2012-01-26FAQ: more words about why GOMAXPROCS>1 might not speed you upRob Pike
2012-01-25doc/go1: minor html fixesRobert Hencke
2012-01-26doc/go1: add encoding/xml changesGustavo Niemeyer
2012-01-25doc/go1: fix urlsGustavo Niemeyer
2012-01-25doc/go1: add net/url changesGustavo Niemeyer
2012-01-25go/doc: revert API change (per former discussion) and cleanupRobert Griesemer
2012-01-25go1: sub-repositoriesRob Pike
2012-01-24doc/go1: mime, filepath.WalkRob Pike
2012-01-24doc/go1: add more info about hash and net changes, delete reference to htmlRob Pike
2012-01-23doc/go1: image changesRob Pike
2012-01-23spec: function invocation, panic on *nilRob Pike
2012-01-23FAQ: update to Go 1.Rob Pike
2012-01-23doc/progs: Add the usual Copyright notice.Olivier Duperray
2012-01-23doc/codelab/wiki: Add the usual Copyright notice.Olivier Duperray
2012-01-20doc/go1: flag, runtime, testingRob Pike
2012-01-20doc: fix typo in Go for C++ programmersStefan Nilsson
2012-01-20doc/go1: rearrange a bit, sort the packagesRob Pike
2012-01-20doc/go1.html: fix broken linksRobert Griesemer
2012-01-20weekly.2012-01-20weekly.2012-01-20Nigel Tao
2012-01-20godoc: support canonical Paths in HTML metadataAndrew Gerrand
2012-01-19crypto/x509: remove explicit uses of rsa.Adam Langley
2012-01-19crypto/elliptic: add constant-time P224.Adam Langley
2012-01-19godoc: add anchors to cmd documentation headingsAndrew Gerrand
2012-01-19doc/codewalk: update urlpoll to use time.Duration.Stefan Nilsson
2012-01-19godoc: specify HTML page metadata with a JSON blobAndrew Gerrand
2012-01-18net: change SetTimeout to SetDeadlineBrad Fitzpatrick
2012-01-18doc/go1.*: documented changes to go/* package treeRobert Griesemer
2012-01-18doc/go1.html: add notes about hash.HashRuss Cox
2012-01-17utf8.String: move to exp/utf8string.StringRob Pike
2012-01-17doc/docs: fix broken linksScott Lawrence
2012-01-17doc: I have modified the broken links.Jongmin Kim