summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* single argument panicRuss Cox2010-03-302-10/+12
* spec: typo in switch sample code, missing semicolonAndrew Gerrand2010-03-291-1/+1
* gc: allow taking address of out parametersRuss Cox2010-03-261-1/+1
* spec changes for panic and recover.Rob Pike2010-03-251-8/+178
* Sydney University tech talk.Nigel Tao2010-03-252-0/+395
* Delete panicln from the spec.Rob Pike2010-03-241-2/+1
* go spec: modification of defer statementRobert Griesemer2010-03-231-5/+17
* FAQ: Protocol buffers are now supported. Update the entry.Rob Pike2010-03-231-4/+4
* Go spec: map indexing never raises a runtime exception.Robert Griesemer2010-03-231-25/+28
* release.2010-03-22weekly.2010-03-22Andrew Gerrand2010-03-231-0/+35
* website: add Go Blog widget to frontpage,Andrew Gerrand2010-03-202-1/+32
* doc/htmlgen.go: remove unnecessary semicolonsJames Toy2010-03-191-72/+72
* doc/install: tweak port text; drop redundant list of operating systems.Russ Cox2010-03-161-8/+4
* godoc: initial support for showing popup informationRobert Griesemer2010-03-162-0/+37
* release.2010-03-15weekly.2010-03-15Andrew Gerrand2010-03-161-0/+38
* install.html: elaborate on shell profile instructionsAndrew Gerrand2010-03-161-5/+8
* Revert previous change: complexN only converts to complexN.Ian Lance Taylor2010-03-101-1/+1
* install.html: add section on C toolsRobert Griesemer2010-03-101-15/+17
* go_spec.html: fix typo and linkRobert Griesemer2010-03-101-4/+4
* missing ';' renders the code snippet incorrectly on websiteAndrey Mirtchovski2010-03-091-1/+1
* Complex values may only be compared for equality or inequality.Ian Lance Taylor2010-03-081-2/+2
* Clarify that conversions to complex are OK.Ian Lance Taylor2010-03-081-1/+1
* Spec for complex numbersRob Pike2010-03-041-35/+153
* release.2010-03-04weekly.2010-03-04Andrew Gerrand2010-03-041-0/+28
* First run at a Programming FAQAndrew Gerrand2010-03-042-56/+276
* Minor mistake in docs.Robert Griesemer2010-03-011-1/+1
* strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ht...Andrey Mirtchovski2010-03-022-12/+10
* doc: Use byte("...") over byte{...}Christopher Wedgwood2010-02-251-1/+1
* release.2010-02-23 part oneweekly.2010-02-23Andrew Gerrand2010-02-231-0/+26
* go_mem: clarified unbuffered channel sync exampleAndrew Gerrand2010-02-221-2/+3
* effective_go: clarified small commentAndrew Gerrand2010-02-221-1/+1
* godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer2010-02-181-0/+13
* release 2010-02-17 part oneweekly.2010-02-17Andrew Gerrand2010-02-171-0/+31
* language spec: make NUL byte rule an implementation restrictionRobert Griesemer2010-02-171-1/+2
* install: Added gcc, build-essential to apt-get command line.Andrew Gerrand2010-02-161-1/+1
* spec: disallow NUL in source filesRuss Cox2010-02-161-0/+3
* specification of []int(string) and []byte(string).Rob Pike2010-02-171-12/+40
* release.2010-02-04 step oneweekly.2010-02-04Andrew Gerrand2010-02-041-0/+34
* added note about the GOARM env variableKai Backman2010-02-021-0/+11
* ...T is now implementedRob Pike2010-02-011-1/+0
* language FAQ entry on braces and semicolonsRob Pike2010-02-011-0/+30
* add link to go build dashboard.Rob Pike2010-02-011-0/+3
* the package global name space problem is addressed; update road mapRob Pike2010-02-011-6/+0
* Long-overdue update for semicolon change.Ian Lance Taylor2010-01-291-62/+92
* The gccgo frontend has moved to a new repository.Ian Lance Taylor2010-01-292-33/+78
* two minor build fixesRuss Cox2010-01-281-1/+1
* prepare for release.2010-01-27Russ Cox2010-01-271-0/+43
* ucsd cns talk, focused on networkingRuss Cox2010-01-272-5/+458
* note that ...T is not yet implemented.Rob Pike2010-01-271-0/+1
* add definition of new parameter styleRob Pike2010-01-271-17/+51