aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2010-01-13release.2010-01-13: final checkin, release notesweekly.2010-01-13Russ Cox
2010-01-13contribute.html: suggest hg mail instead of hg uploadRuss Cox
2010-01-13create doc/talks/.Russ Cox
2010-01-13Clarify when expressions are evaluated for a range clause.Ian Lance Taylor
2010-01-13fix typo found by kevin ballardRob Pike
2010-01-11doc/contribute.html: change copyright yearBill Neubauer
2010-01-09fix typoRob Pike
2010-01-07add doc/devel/index.html, linked from nav barRuss Cox
2010-01-06add release log as doc/devel/release.htmlRuss Cox
2010-01-04remove reference to "basic literal" since it's never definedRobert Griesemer
2010-01-04fix up YB and add ZB, EB in exampleRob Pike
2009-12-29Document how to build gccgo to use gold.Ian Lance Taylor
2009-12-28Clarify section on tokens.Robert Griesemer
2009-12-27add exceptions to the road map. i think this just was an oversight.Rob Pike
2009-12-25fix naked < and > as reported by Peter Williams <>Rob Pike
2009-12-23go_spec: use PrimaryExpr as type switch expressionRuss Cox
2009-12-23fix documentation bug in exampleRob Pike
2009-12-17make it more explicit that design discussions should happen before code reviewsRob Pike
2009-12-16Add roadmap document.Ian Lance Taylor
2009-12-15doc/install.html: how to update to a new releaseRuss Cox
2009-12-16new semicolon rule in effective_go.html.Rob Pike
2009-12-16update tutorial.Rob Pike
2009-12-14fix naked < as reported by pwil3058@gmail.comRob Pike
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell
2009-12-11Add a Makefile in place of all.bash. Update docs to reflectDevon H. O'Dell
2009-12-10Spec modified to reflect new semicolon rules.Robert Griesemer
2009-12-09doc/contribute: try to make it clearer that you send a review with hg mail, n...weekly.2009-12-09Russ Cox
2009-12-09doc: split contribute.html into code.html and contribute.htmlRuss Cox
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