summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2010-01-27note that ...T is not yet implemented.Rob Pike1-0/+1
2010-01-27add definition of new parameter styleRob Pike1-17/+51
2010-01-27Clarify parsing of channel types.Robert Griesemer1-1/+13
2010-01-26spec: allow func() func().Russ Cox1-18/+18
2010-01-25Remove top-level (src/) Makefile.Christopher Wedgwood1-2/+2
2010-01-25list awk in the dependencies needed for installationRob Pike1-2/+2
2010-01-25log.Fatal does not exist. Use log.Crash.Rob Pike1-2/+2
2010-01-18spec: mention Inf and NaN are supported at run time.Russ Cox1-1/+11
2010-01-15be more explicit about initialization of embedded fields.Rob Pike1-7/+17
2010-01-13doc/devel/release.html: fix dumb typoRuss Cox1-1/+1
2010-01-13release.2010-01-13: final checkin, release notesRuss Cox1-0/+37
2010-01-13contribute.html: suggest hg mail instead of hg uploadRuss Cox1-3/+3
2010-01-13create doc/talks/.Russ Cox5-0/+3460
2010-01-13Clarify when expressions are evaluated for a range clause.Ian Lance Taylor1-1/+6
2010-01-13fix typo found by kevin ballardRob Pike1-1/+1
2010-01-11doc/contribute.html: change copyright yearBill Neubauer1-1/+1
2010-01-09fix typoRob Pike1-1/+1
2010-01-07add doc/devel/index.html, linked from nav barRuss Cox1-0/+7
2010-01-06add release log as doc/devel/release.htmlRuss Cox1-0/+149
2010-01-04remove reference to "basic literal" since it's never definedRobert Griesemer1-1/+2
2010-01-04fix up YB and add ZB, EB in exampleRob Pike1-0/+6
2009-12-29Document how to build gccgo to use gold.Ian Lance Taylor1-5/+31
2009-12-28Clarify section on tokens.Robert Griesemer1-3/+4
2009-12-27add exceptions to the road map. i think this just was an oversight.Rob Pike1-0/+5
2009-12-25fix naked < and > as reported by Peter Williams <>Rob Pike1-40/+40
2009-12-23go_spec: use PrimaryExpr as type switch expressionRuss Cox1-1/+1
2009-12-23fix documentation bug in exampleRob Pike1-1/+1
2009-12-17make it more explicit that design discussions should happen before code reviewsRob Pike2-2/+26
2009-12-16Add roadmap document.Ian Lance Taylor1-0/+105
2009-12-15doc/install.html: how to update to a new releaseRuss Cox1-0/+13
2009-12-16new semicolon rule in effective_go.html.Rob Pike1-397/+412
2009-12-16update tutorial.Rob Pike18-386/+421
2009-12-14fix naked < as reported by pwil3058@gmail.comRob Pike2-2/+2
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2-11/+10
2009-12-11Add a Makefile in place of all.bash. Update docs to reflectDevon H. O'Dell3-6/+6
2009-12-10Spec modified to reflect new semicolon rules.Robert Griesemer1-242/+273
2009-12-09doc/contribute: try to make it clearer that you send a review with hg mail, n...Russ Cox1-2/+2
2009-12-09doc: split contribute.html into code.html and contribute.htmlRuss Cox2-216/+263
2009-12-04spec: document that built-ins cannot be used as func valuesRuss Cox1-0/+6
2009-12-03faq: add question about translationRuss Cox1-0/+11
2009-12-02change the naming example from Vector to Ring due to loss of vector.New()Rob Pike1-5/+5
2009-12-02Add copy to the list of predeclared functions.Ian Lance Taylor1-1/+1
2009-12-01Integrated feedback by Ken.Robert Griesemer1-39/+37
2009-12-01some godoc cleanup:Robert Griesemer1-0/+1
2009-11-30Fix typo in specFazlul Shahriar1-1/+1
2009-11-29Fix example Makefile to avoid $GOROOT in case it has spaces.Fumitoshi Ukai1-2/+5
2009-11-24add freebsd to the list of os'es.Rob Pike1-8/+33
2009-11-24change the rules for maintaining AUTHORS and CONTRIBUTORS files.Rob Pike1-11/+27
2009-11-24Mention golang-dev as a default code review destination.Ian Lance Taylor1-0/+4
2009-11-23add an FAQ entry about the logo and mascotRob Pike1-0/+15