aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
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