summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2009-11-19build Make.deps during make.bash insteadRuss Cox1-0/+2
of keeping a checked-in copy. doesn't slow down make.bash appreciably. R=r http://codereview.appspot.com/156099
2009-11-18Allow optional second expression in slice expressions.Robert Griesemer1-12/+51
Built-in function copy. Addresses issue 203. R=rsc, r, iant http://codereview.appspot.com/156089
2009-11-18On 32-bit x86, one should configure with --with-arch=.Ian Lance Taylor1-3/+8
R=r http://codereview.appspot.com/156080
2009-11-18make all.bash finish on FreeBSDRuss Cox1-1/+1
R=dho CC=golang-dev http://codereview.appspot.com/156067
2009-11-17explain the situation with unicode and identifiersRob Pike1-0/+27
R=rsc CC=golang-dev http://codereview.appspot.com/156044
2009-11-16fix typo in Append return typeRob Pike1-1/+1
R=rsc http://codereview.appspot.com/155058
2009-11-16doc: fix typo.Adam Langley1-1/+1
Fixes issue 218 R=r CC=golang-dev http://codereview.appspot.com/155067 Committer: Rob Pike <r@golang.org>
2009-11-16- Clarify that struct composite literal keys are field names not selectors.Robert Griesemer1-19/+22
- Slight re-phrasing of struct type section since "field name" was not properly introduced. Fixes issue 164. R=r, rsc, iant http://codereview.appspot.com/155061
2009-11-15Use ElementType consistently.Robert Griesemer1-5/+4
Fixes issue 173. R=r, rsc, r1 http://codereview.appspot.com/154156
2009-11-15add a paragraph about GOMAXPROCSRob Pike1-0/+16
R=rsc CC=golang-dev http://codereview.appspot.com/154153
2009-11-15godocs.js: fix bad variable nameRuss Cox1-1/+1
Thanks to anno.langen. Fixes issue 103. R=r http://codereview.appspot.com/155050
2009-11-15fix some typos in the documentationRob Pike3-5/+5
Fixes issue 196. R=rsc http://codereview.appspot.com/154152
2009-11-15Use // to start comment instead of #.Robert Griesemer1-4/+4
Fixes issue 189. R=r CC=rsc http://codereview.appspot.com/155055
2009-11-13fix typoRob Pike1-1/+1
R=rsc http://codereview.appspot.com/152128
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike4-3/+25
fix a typo caught by kakugawa@gmail.com Fixes issue 92. R=rsc CC=golang-dev http://codereview.appspot.com/152105
2009-11-12fix a couple of typos.Rob Pike3-5/+37
add a mention of range to the tutorial. change tutorial's title. R=rsc CC=golang-dev http://codereview.appspot.com/152098
2009-11-11fix typo in ByteSize exampleRob Pike1-6/+6
R=rsc, agl1 CC=golang-dev http://codereview.appspot.com/154076
2009-11-11typoRuss Cox1-1/+1
Fixes issue 69. R=r http://codereview.appspot.com/152082
2009-11-11point at how to get easy_install on Ubuntu.Russ Cox1-2/+12
Fixes issue 59. Add note about export. R=r http://codereview.appspot.com/152079
2009-11-11add a paragraph in the FAQ about the situation with Windows supportRob Pike1-0/+12
R=rsc, iant CC=golang-dev http://codereview.appspot.com/154059
2009-11-11docs: list make as a build dep.Adam Langley1-4/+5
Fixes issue 45. R=rsc, r1 CC=golang-dev http://codereview.appspot.com/154055
2009-11-10install.html: ed needs to be installed tooRuss Cox1-2/+2
Fixes issue 14. R=r http://codereview.appspot.com/152052
2009-11-10fix final program to have Html->HTMLRob Pike1-2/+2
R=rsc CC=go-dev http://codereview.appspot.com/152050
2009-11-10change code review link to appspot.Russ Cox1-1/+1
R=r http://codereview.appspot.com/153051
2009-11-10update video linksRuss Cox1-1/+1
R=r http://go/go-review/1024048
2009-11-10correct mailing list URLRuss Cox1-1/+1
R=r http://go/go-review/1024047
2009-11-10remove internal references from doc/install.htmlRuss Cox2-6/+1
and doc/contribute.html. add #go-nuts to help section on nav bar. R=r http://go/go-review/1025035
2009-11-10Minor tweaks.Ian Lance Taylor1-10/+13
The text changes are trivial and may be ignored, but there are two code corrections. R=r, rsc CC=go-dev http://go/go-review/1024045
2009-11-09make the titles of the FAQs match their links; adds clarity too. requested ↵Rob Pike2-2/+2
by rsc. R=rsc CC=go-dev http://go/go-review/1025034
2009-11-09in addition to bison, need to have gcc and c libraries installed.Russ Cox1-4/+5
R=r http://go/go-review/1024043
2009-11-09add a q&a about google's internal use of goRob Pike1-0/+14
R=rsc CC=go-dev http://go/go-review/1026035
2009-11-09noted by kaib: explicit assignment initializationRuss Cox1-1/+0
didn't match the composite literal initialization. R=r CC=kaib http://go/go-review/1024039
2009-11-09add id tags to contribute.htmlRuss Cox1-5/+5
R=r http://go/go-review/1025033
2009-11-09cleanup style:Robert Griesemer1-8/+4
- consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032
2009-11-09comment out red TODO clauses except for the last oneRob Pike1-2/+13
R=rsc CC=go-dev http://go/go-review/1024037
2009-11-09fix for incorrect composite literal grammarRobert Griesemer1-1/+2
(issue found by ken) R=go-dev, rsc http://go/go-review/1025030
2009-11-09delete commented-out section; details now covered elsewhereRob Pike1-27/+0
R=rsc CC=go-dev http://go/go-review/1025028
2009-11-08copy help section to install doc,Russ Cox2-1/+25
since most people won't get to the second one. R=r http://go/go-review/1024031
2009-11-08change highlight color from green to yellowRuss Cox1-2/+1
(fits better in the color scheme). eliminate background color on line numbers at bottom of search results, now that they are grouped. live at http://r45:3456/search?q=Reader R=r, gri http://go/go-review/1024030
2009-11-08mention license in install.html.Russ Cox2-8/+16
tighter nav list. R=r http://go/go-review/1024029
2009-11-08link the course slides from early in the tutorialRob Pike2-0/+8
R=rsc CC=go-dev http://go/go-review/1026031
2009-11-08make "Go for it" link to install.html.Rob Pike1-8/+3
delete the unnecessary "Programming in Go. Watch Now" from the right box. center the video picture in the right box. R=rsc CC=go-dev http://go/go-review/1025027
2009-11-08assorted cleanupRuss Cox2-12/+33
R=r, iant CC=go-dev http://go/go-review/1025024
2009-11-08Minor cleanups.Ian Lance Taylor2-46/+58
These are all fairly trivial and may be ignored. R=r CC=go-dev http://go/go-review/1024025
2009-11-08use grouping instead of colors to show non-global search hits:Robert Griesemer1-44/+5
- introduced a new run per file containing all spots belonging to the same kind (e.g. var decl, const decl, etc.) - more comments, better index.go file organization R=rsc http://go/go-review/1026028
2009-11-08- properly align package synopsesRobert Griesemer1-1/+0
(this was surprisingly hard to get right in HTML) - show modification times in source directory listings - various tweaks R=rsc http://go/go-review/1024024
2009-11-08links to Go Nuts, issue tracker,Russ Cox1-1/+1
source code browser on code.google.com (where LICENSE file is visible) R=r http://go/go-review/1024023
2009-11-08go for c++ programmers; fixes.Russ Cox1-55/+82
the most substantial are the wording around semicolons and around the channel manager nits. both were subtly incorrect. R=iant, r CC=go-dev http://go/go-review/1025018
2009-11-08effective go: tiny fixesRuss Cox1-39/+36
one real bug: *[]float -> *[3]float R=r http://go/go-review/1024016
2009-11-08make the visited color darker instead of lighterRob Pike1-1/+1
R=rsc CC=go-dev http://go/go-review/1025022