summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2009-11-08scaled bumpersRuss Cox4-0/+0
R=r http://go/go-review/1026023
2009-11-07Adjust gccgo license references.Ian Lance Taylor2-8/+5
gccgo will be distributed under the same license as the rest of the Go code. R=r, rsc http://go/go-review/1024019
2009-11-07fixes to spec. mostly minor but several of significance.Rob Pike1-31/+64
- carriage return is white space - "" strings cannot span newlines - f(g()) is ok if g is multivalue and matches f's args R=rsc, gri CC=go-dev http://go/go-review/1024017
2009-11-07contribute.html fixesRuss Cox1-19/+89
R=r http://go/go-review/1025019
2009-11-07tutorial fixesRuss Cox4-118/+106
R=r CC=go-dev http://go/go-review/1024014
2009-11-07FAQ editsRuss Cox1-10/+10
R=r CC=go-dev http://go/go-review/1024015
2009-11-07language design FAQ editsRuss Cox1-8/+12
R=r http://go/go-review/1026019
2009-11-07fix a few style nits; arrange the doc list inRuss Cox1-4/+3
an order we want people to read the docs. R=r CC=go-dev http://go/go-review/1025017
2009-11-07new style; live at http://r45:3456/Russ Cox2-16/+33
R=r CC=go-dev http://go/go-review/1026015
2009-11-07change --enable-languages flag to include c, c++ in first mentionRob Pike1-1/+1
R=iant http://go/go-review/1026016
2009-11-06add an item about open sourceRob Pike1-0/+6
R=rsc CC=go-dev http://go/go-review/1025013
2009-11-068g has an optimizer; update its descriptionRob Pike1-5/+6
R=rsc CC=go-dev http://go/go-review/1025010
2009-11-06Contribute code instructions to use "hg codereview-login" did not work for ↵Vish Subramanian1-1/+1
me. I had to use "hg code-login". R=r, rsc http://go/go-review/1024012 Committer: Rob Pike <r@golang.org>
2009-11-06arm port description.Kai Backman1-3/+2
R=r http://go/go-review/1026010
2009-11-06Rename go_gccgo_setup to gccgo_install.Ian Lance Taylor3-3/+3
R=rsc CC=go-dev http://go/go-review/1026009
2009-11-06Expand section on building gccgo.Ian Lance Taylor1-4/+25
R=r http://go/go-review/1026008
2009-11-06Add a document on contributing to gccgo.Ian Lance Taylor2-1/+97
R=r, rsc CC=go-dev http://go/go-review/1025005
2009-11-06replaced "Expressive" with "expressive" for a cleaner lookRobert Griesemer1-1/+1
R=r http://go/go-review/1024010
2009-11-06expand "this is not just mercurial" sectionRuss Cox1-8/+33
R=r CC=go-dev http://go/go-review/1024008
2009-11-06contribute.htmlRuss Cox1-23/+515
R=r, iant CC=go-dev http://go/go-review/1022007
2009-11-05fix broken linkRob Pike1-1/+1
R=rsc, iant CC=go-dev http://go/go-review/1019003
2009-11-05add information comparing the compiler implementations to the installation ↵Rob Pike1-29/+95
document R=rsc CC=go-dev http://go/go-review/1018063 Committer: Russ Cox <rsc@golang.org>
2009-11-05update the text on the landing page.Rob Pike1-15/+26
R=agl, rsc CC=go-dev http://go/go-review/1017053