aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2010-02-17release 2010-02-17 part oneweekly.2010-02-17Andrew Gerrand
2010-02-17language spec: make NUL byte rule an implementation restrictionRobert Griesemer
2010-02-16install: Added gcc, build-essential to apt-get command line.Andrew Gerrand
2010-02-16spec: disallow NUL in source filesRuss Cox
2010-02-17specification of []int(string) and []byte(string).Rob Pike
2010-02-04release.2010-02-04 step oneweekly.2010-02-04Andrew Gerrand
2010-02-02added note about the GOARM env variableKai Backman
2010-02-01...T is now implementedRob Pike
2010-02-01language FAQ entry on braces and semicolonsRob Pike
2010-02-01add link to go build dashboard.Rob Pike
2010-02-01the package global name space problem is addressed; update road mapRob Pike
2010-01-29Long-overdue update for semicolon change.Ian Lance Taylor
2010-01-29The gccgo frontend has moved to a new repository.Ian Lance Taylor
2010-01-28two minor build fixesRuss Cox
2010-01-27prepare for release.2010-01-27Russ Cox
2010-01-27ucsd cns talk, focused on networkingRuss Cox
2010-01-27note that ...T is not yet implemented.Rob Pike
2010-01-27add definition of new parameter styleRob Pike
2010-01-27Clarify parsing of channel types.Robert Griesemer
2010-01-26spec: allow func() func().Russ Cox
2010-01-25Remove top-level (src/) Makefile.Christopher Wedgwood
2010-01-25list awk in the dependencies needed for installationRob Pike
2010-01-25log.Fatal does not exist. Use log.Crash.Rob Pike
2010-01-18spec: mention Inf and NaN are supported at run time.Russ Cox
2010-01-15be more explicit about initialization of embedded fields.Rob Pike
2010-01-13doc/devel/release.html: fix dumb typoRuss Cox
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