aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2009-12-04spec: document that built-ins cannot be used as func valuesRuss Cox
2009-12-03faq: add question about translationRuss Cox
2009-12-02change the naming example from Vector to Ring due to loss of vector.New()Rob Pike
2009-12-02Add copy to the list of predeclared functions.Ian Lance Taylor
2009-12-01Integrated feedback by Ken.Robert Griesemer
2009-12-01some godoc cleanup:Robert Griesemer
2009-11-30Fix typo in specFazlul Shahriar
2009-11-29Fix example Makefile to avoid $GOROOT in case it has spaces.Fumitoshi Ukai
2009-11-24add freebsd to the list of os'es.Rob Pike
2009-11-24change the rules for maintaining AUTHORS and CONTRIBUTORS files.Rob Pike
2009-11-24Mention golang-dev as a default code review destination.Ian Lance Taylor
2009-11-23add an FAQ entry about the logo and mascotRob Pike
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20mention arrays of arrays and slices of slicesRob Pike
2009-11-19build Make.deps during make.bash insteadRuss Cox
2009-11-18Allow optional second expression in slice expressions.Robert Griesemer
2009-11-18On 32-bit x86, one should configure with --with-arch=.Ian Lance Taylor
2009-11-18make all.bash finish on FreeBSDRuss Cox
2009-11-17explain the situation with unicode and identifiersRob Pike
2009-11-16fix typo in Append return typeRob Pike
2009-11-16doc: fix typo.Adam Langley
2009-11-16- Clarify that struct composite literal keys are field names not selectors.Robert Griesemer
2009-11-15Use ElementType consistently.Robert Griesemer
2009-11-15add a paragraph about GOMAXPROCSRob Pike
2009-11-15godocs.js: fix bad variable nameRuss Cox
2009-11-15fix some typos in the documentationRob Pike
2009-11-15Use // to start comment instead of #.Robert Griesemer
2009-11-13fix typoRob Pike
2009-11-12add a paragraph about semicolons to the tutorial.Rob Pike
2009-11-12fix a couple of typos.Rob Pike
2009-11-11fix typo in ByteSize exampleRob Pike
2009-11-11typoRuss Cox
2009-11-11point at how to get easy_install on Ubuntu.Russ Cox
2009-11-11add a paragraph in the FAQ about the situation with Windows supportRob Pike
2009-11-11docs: list make as a build dep.Adam Langley
2009-11-10install.html: ed needs to be installed tooRuss Cox
2009-11-10fix final program to have Html->HTMLRob Pike
2009-11-10change code review link to appspot.Russ Cox
2009-11-10update video linksweekly.2009-11-10Russ Cox
2009-11-10correct mailing list URLRuss Cox
2009-11-10remove internal references from doc/install.htmlRuss Cox
2009-11-10Minor tweaks.Ian Lance Taylor
2009-11-09make the titles of the FAQs match their links; adds clarity too. requested by...Rob Pike
2009-11-09in addition to bison, need to have gcc and c libraries installed.Russ Cox
2009-11-09add a q&a about google's internal use of goRob Pike
2009-11-09noted by kaib: explicit assignment initializationRuss Cox
2009-11-09add id tags to contribute.htmlRuss Cox
2009-11-09cleanup style:Robert Griesemer
2009-11-09comment out red TODO clauses except for the last oneRob Pike
2009-11-09fix for incorrect composite literal grammarRobert Griesemer