aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2012-01-17doc: fix anchor tag for latest weekly.David Symonds
2012-01-16weekly.2012-01-15weekly.2012-01-15Andrew Gerrand
2012-01-13spec: change the wording regarding select statement choiceRob Pike
2012-01-12build: don't use a fixed filename in tempBrad Fitzpatrick
2012-01-12effective_go: provide reference to runtime.NumCPU()Dmitriy Vyukov
2012-01-12doc: trivial comment typo fixShenghou Ma
2012-01-12doc: update "How to Write Go Code" to use the go toolAndrew Gerrand
2012-01-09spec: pointer comparison for pointers to 0-sized variablesRobert Griesemer
2012-01-09doc: use 2012 for year in model standard copyright headerPeter Mundy
2012-01-09doc: only trim newlines in tmpltohtml, gofmt progsAndrew Gerrand
2012-01-09doc: float -> float64 in Effective Go templateAndrew Gerrand
2012-01-09doc: float -> float64 in Effective GoJeff R. Allen
2012-01-06doc: add Slices: usage and internals articleAndrew Gerrand
2012-01-06doc: trim spaces from code snippetsAndrew Gerrand
2012-01-05doc/progs: test defer programsAndrew Gerrand
2012-01-04doc: Fix URL to the Xcode web pagePaul Borman
2012-01-03doc/codewalk/functions.xml: Fix broken function examplesJohn DeNero
2012-01-03doc/articles: add {{donotedit}} to templatesOlivier Duperray