aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2011-12-23weekly.2011-12-22weekly.2011-12-22Andrew Gerrand
2011-12-23doc: fix misspelt CSS properties.David Symonds
2011-12-22doc: refer to http://build.golang.org/ where applicableRobert Hencke
2011-12-21doc/progs/run: go1 prints output; fix testRob Pike
2011-12-20effective_go: redeclarationRob Pike
2011-12-19doc: delete go course notesRob Pike
2011-12-19doc: suggest code.google.com/p/go instead of go.googlecode.com/hgAndrew Gerrand
2011-12-16various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov
2011-12-15go spec: be precise about newlinesRobert Griesemer
2011-12-15doc: remove an errant dot.Andrew Gerrand
2011-12-15weekly.2011-12-14weekly.2011-12-14Andrew Gerrand
2011-12-14spec: skip carriage returns in raw literalsRob Pike
2011-12-13spec: values of underlying type uintptr can be converted to unsafe.PointerRobert Griesemer
2011-12-13contribute.html: do not fill in the reviewer fieldFlorian Weimer
2011-12-12doc/go1: timeRob Pike
2011-12-12doc/go1: more package updatesRob Pike
2011-12-12spec: allow comparison of structs, arrays containing comparable valuesRuss Cox
2011-12-13doc: add Error Handling articleAndrew Gerrand
2011-12-12doc/go1: the simpler package changesRob Pike