aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2010-03-31release 2010-03-30weekly.2010-03-30Andrew Gerrand
2010-03-30godoc: support for title and subtitle headers when serving .html docsRobert Griesemer
2010-03-30Effective Go: update maps description regarding lookup of nonexistent entry.Rob Pike
2010-03-30single argument panicRuss Cox
2010-03-29spec: typo in switch sample code, missing semicolonAndrew Gerrand
2010-03-26gc: allow taking address of out parametersRuss Cox
2010-03-25spec changes for panic and recover.Rob Pike
2010-03-25Sydney University tech talk.Nigel Tao
2010-03-24Delete panicln from the spec.Rob Pike
2010-03-23go spec: modification of defer statementRobert Griesemer
2010-03-23FAQ: Protocol buffers are now supported. Update the entry.Rob Pike
2010-03-23Go spec: map indexing never raises a runtime exception.Robert Griesemer
2010-03-23release.2010-03-22weekly.2010-03-22Andrew Gerrand
2010-03-20website: add Go Blog widget to frontpage,Andrew Gerrand
2010-03-19doc/htmlgen.go: remove unnecessary semicolonsJames Toy
2010-03-16doc/install: tweak port text; drop redundant list of operating systems.Russ Cox
2010-03-16godoc: initial support for showing popup informationRobert Griesemer
2010-03-16release.2010-03-15weekly.2010-03-15Andrew Gerrand
2010-03-16install.html: elaborate on shell profile instructionsAndrew Gerrand
2010-03-10Revert previous change: complexN only converts to complexN.Ian Lance Taylor
2010-03-10install.html: add section on C toolsRobert Griesemer
2010-03-10go_spec.html: fix typo and linkRobert Griesemer
2010-03-09missing ';' renders the code snippet incorrectly on websiteAndrey Mirtchovski
2010-03-08Complex values may only be compared for equality or inequality.Ian Lance Taylor
2010-03-08Clarify that conversions to complex are OK.Ian Lance Taylor
2010-03-04Spec for complex numbersRob Pike
2010-03-04release.2010-03-04weekly.2010-03-04Andrew Gerrand
2010-03-04First run at a Programming FAQAndrew Gerrand
2010-03-01Minor mistake in docs.Robert Griesemer
2010-03-02strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ht...Andrey Mirtchovski
2010-02-25doc: Use byte("...") over byte{...}Christopher Wedgwood
2010-02-23release.2010-02-23 part oneweekly.2010-02-23Andrew Gerrand
2010-02-22go_mem: clarified unbuffered channel sync exampleAndrew Gerrand
2010-02-22effective_go: clarified small commentAndrew Gerrand
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer
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