summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
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
2009-11-05godoc: style update.Adam Langley4-6/+19
R=r, rsc CC=go-dev http://go/go-review/1017051
2009-11-04bumper for videoRob Pike1-0/+0
R=rsc http://go/go-review/1017038
2009-11-04add a final section with a complete exampleRob Pike1-0/+131
R=rsc CC=go-dev http://go/go-review/1017033
2009-11-03Update the styling of the godoc pages.Adam Langley3-19/+125
(root.html is just temporary. It'll need some better content.) R=r CC=go-dev http://go/go-review/1017019
2009-11-03remove gccgo restriction with respect to blank identifiersRobert Griesemer1-1/+0
R=iant CC=go-dev http://go/go-review/1016032
2009-11-02- show recursive package directory structure in package pagesRobert Griesemer1-2/+9
- removed some underbars in section headings for better looks - various minor tweaks R=rsc http://go/go-review/1018026
2009-11-02recompress go_talk.pdf by running through ghostscript.Russ Cox1-0/+0
was 1153 kB now 247 kB R=r http://go/go-review/1018025
2009-11-02pdf cleanup: fix links, remove internal references.Rob Pike4-1/+1
fix link in spec. R=rsc CC=go-dev http://go/go-review/1017013
2009-11-01fixups for memory model documentRob Pike1-44/+32
R=rsc CC=go-dev http://go/go-review/1016018
2009-11-01correct a few things in Go for C++ ProgrammersRob Pike1-32/+43
R=iant, rsc CC=go-dev http://go/go-review/1016015
2009-11-01fixups to "effective go"Rob Pike1-31/+33
R=rsc CC=go-dev http://go/go-review/1016020
2009-11-01a few tweaks to the language design faqRob Pike1-5/+5
R=rsc CC=go-dev http://go/go-review/1017007
2009-11-01significant cleanup of the main FAQRob Pike1-91/+78
R=rsc CC=go-dev http://go/go-review/1017008
2009-11-01save some text from the old FAQ; will get reworked in timeRob Pike1-1/+31
R=rsc http://go/go-review/1018008
2009-11-01fixups in the tutorialRob Pike7-74/+135
also add a section about compiling programs because some found it surprising not to have one R=rsc CC=go-dev http://go/go-review/1018011
2009-10-31concurrencyRob Pike1-4/+240
R=go-dev, iant, rsc http://go/go-review/1018004
2009-10-30add PDF for go talk on Oct 30 2009Rob Pike1-0/+0
R=rsc CC=go-dev http://go/go-review/1018007
2009-10-30repair corrupted sieve.gifRob Pike1-0/+0
R=rsc CC=go-dev http://go/go-review/1016007
2009-10-28clarify rule for channel sendRobert Griesemer1-2/+3
R=rsc CC=go-dev http://go/go-review/1018002
2009-10-27godoc search bug fixes:Robert Griesemer1-0/+5
- sort by package name (instead of package path) for results with snippets - sort line numbers in results without snippets - properly characterize package clauses - experiment with a leaner look: no underlines for top-level godoc links in the left side bar Still using colors to distinguish results. Next step. R=rsc http://go/go-review/1015016
2009-10-27code search for godoc:Robert Griesemer1-1/+45
- added goroutine to automatically index in the background - added handler for search requests - added search box to top-level godoc template - added search.html template for the display of search results - changes to spec.go because of name conflicts - added extra styles to style.css (for shorter .html files) R=rsc http://go/go-review/1014011
2009-10-26add a favicon plus a couple of hi-res versions of gordonRob Pike3-0/+0
R=rsc CC=go-dev http://go/go-review/1013013
2009-10-23write install docsRuss Cox2-1/+202
R=r CC=go-dev http://go/go-review/1015004
2009-10-22silly change to test the code review processRob Pike2-2/+2
R=rsc http://go/go-review/1013009
2009-10-22go/printer:Robert Griesemer2-20/+45
- handle HTML tagging via (client-installable) Stylers go/doc: - basic styler support - some factoring - ready to contain the search code (but for now excluded) doc/style.css: - updated doc/go_spec.css: - cleanup: replace deprecated uses of <font> tag with <span> tag R=rsc DELTA=302 (160 added, 62 deleted, 80 changed) OCL=35973 CL=35996
2009-10-22add FAQRuss Cox1-0/+348
R=r DELTA=13 (0 added, 8 deleted, 5 changed) OCL=35985 CL=35987
2009-10-22main landing pagesRuss Cox3-0/+42
R=r DELTA=55 (7 added, 34 deleted, 14 changed) OCL=35984 CL=35986
2009-10-21drop a couple of semicolons for consistencyRob Pike1-2/+2
R=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=35983 CL=35983
2009-10-21have http server in-line PDF files.Rob Pike3-0/+0
add go course pdf files to doc/ for godoc to serve. fix links to point to those files. R=rsc DELTA=7 (4 added, 0 deleted, 3 changed) OCL=35972 CL=35981
2009-10-20initializationRob Pike1-175/+134
R=rsc DELTA=292 (124 added, 165 deleted, 3 changed) OCL=35936 CL=35939
2009-10-20start the concurrency discussion. work from the outside in because this is a ↵Rob Pike2-19/+97
toughie. also fix a pedantry in the language design faq. R=rsc DELTA=113 (94 added, 16 deleted, 3 changed) OCL=35922 CL=35928