aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2011-12-12doc: remove file.go from run (fix windows build)Andrew Gerrand
2011-12-11doc/go_tutorial: make clear the file example is Unix-specificRob Pike
2011-12-12doc: add Defer, Panic, and Recover articleAndrew Gerrand
2011-12-11Housekeeping: Cleaning up the clean-up process.Lucio De Re
2011-12-10spec: adjust complex constant exampleRobert Hencke
2011-12-09doc/go1: syscalls, strconvRob Pike
2011-12-09doc/go1: the rest of the language changesRob Pike
2011-12-09tmpltohtml: feature for easier snippet extractionRob Pike
2011-12-09spec: examples of untyped boolean, string constantsRuss Cox
2011-12-09spec: remove redundant, outdated definition of default literal typesRuss Cox
2011-12-09spec: rune is now an alias for int32Russ Cox
2011-12-08spec: fix typo in example commentCharles L. Dorian
2011-12-08spec: var x = 'a' defaults to type runeRuss Cox
2011-12-08doc/go1: most of the simple language changesRob Pike
2011-12-08doc/go1: document rearranged package hierarchyRob Pike
2011-12-08tmpltohtml: put a DO NOT EDIT mark automatically in the outputRob Pike
2011-12-07doc/go1: map deletionRob Pike
2011-12-07doc: skeleton for release note documentRob Pike
2011-12-07doc: fix weekly.2011-12-06 release notes typoweekly.2011-12-06Andrew Gerrand
2011-12-07weekly.2011-12-06Andrew Gerrand
2011-12-05use new strconv APIRuss Cox
2011-12-05spec: remove contentious composite literal shorteningRuss Cox
2011-12-02spec: additional composite literal shortenings per Go 1 planRuss Cox
2011-12-02spec: pointer to array can be slicedRuss Cox
2011-12-02doc: do not slice array literalRuss Cox
2011-12-02spec: avoid slice of array literalRuss Cox
2011-12-02doc: correct weekly snapshot notes on hash.Hash changeAndrew Gerrand
2011-12-02weekly.2011-12-02weekly.2011-12-02Andrew Gerrand
2011-12-01go/doc: Detect headings in comments and format them as h3 in html.Volker Dobler
2011-12-01weekly.2011-12-01weekly.2011-12-01Andrew Gerrand
2011-11-29spec: update spacing to match gofmt, where reasonable.David Symonds
2011-11-28doc/tmptohtml: output fixChristopher Wedgwood
2011-11-24effective_go: remove unused variable from a couple of examplesRob Pike
2011-11-23text/template: new, simpler APIRob Pike
2011-11-22tutorial: update go_tutorial.htmlRob Pike
2011-11-22allow direct conversion between string and named []byte, []runeRuss Cox
2011-11-19weekly.2011-11-18weekly.2011-11-18Andrew Gerrand
2011-11-18codereview: undo last night's rollbackRuss Cox
2011-11-18doc: link to Chinese translation of A Tour of GoAndrew Gerrand
2011-11-15allow copy of struct containing unexported fieldsRuss Cox
2011-11-14doc/install: add openbsdJoel Sing