summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* doc: document Go 1.3.2Andrew Gerrand2014-09-261-0/+5
* doc/gopher: add biplane.jpgRob Pike2014-09-251-0/+0
* spec: clarify scope and re-use of iteration variablesRobert Griesemer2014-09-251-1/+2
* spec: clarify embedding of interfacesRobert Griesemer2014-09-251-12/+19
* doc/go1.4.txt: document that C sources in non-cgo packages are no longer allowedRuss Cox2014-09-241-0/+1
* doc/go1.4.txt: text/template comparison functions allow int==uintRob Pike2014-09-221-0/+1
* spec: add dropped commaRob Pike2014-09-191-1/+1
* spec: clarify panic behavior when deferring nil functionsRobert Griesemer2014-09-191-4/+7
* cmd/go, testing: add TestMain supportRuss Cox2014-09-191-0/+1
* doc/go1.4.txt: add tinyallocs changeRuss Cox2014-09-171-0/+1
* doc/go1.4.txt: reduced stack sizeRob Pike2014-09-171-0/+1
* doc/go1.4.txt: add sync/atomic.ValueRob Pike2014-09-161-1/+2
* doc/go1.4.txt: reflect.Type.ComparableRob Pike2014-09-161-0/+1
* doc: link directly to https://golang.org/dl/Matthew Dempsky2014-09-122-9/+7
* doc: amend installation instructionsAndrew Gerrand2014-09-091-10/+3
* doc/go1.4.txt: src/pkg directory is gone.Rob Pike2014-09-071-0/+2
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-087-51/+51
* doc: add a few http items to go1.4.txtBrad Fitzpatrick2014-09-071-0/+3
* spec: Add link to rune literals from string literals when talking about escap...Robin Eklind2014-09-031-1/+1
* spec: Fix indentation and remove trailing white space characters.Robin Eklind2014-08-301-9/+9
* spec: move Method expr/value section near selectorsRobert Griesemer2014-08-281-227/+228
* doc/cmd.html: close a tag.Oling Cat2014-08-261-1/+1
* doc/go1.4.txt: go generateRob Pike2014-08-241-0/+1
* doc/go1.4: mention pc-relative addressing on amd64Russ Cox2014-08-181-0/+1
* doc: make it point to correct go1.3.1 change historyMikio Hara2014-08-151-1/+1
* doc/go1.4.txt: cmd/go changes, syscallRob Pike2014-08-131-0/+5
* doc: remove the "the" in "the the" in the release notesAndrew Gerrand2014-08-131-1/+1
* all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike2014-08-121-1/+1
* doc/compat1.html: link to go.sysRob Pike2014-08-121-1/+2
* syscall: freeze the packageRob Pike2014-08-121-0/+14
* doc: document go1.3.1Andrew Gerrand2014-08-131-0/+7
* doc/go1.4.txt: go.sys subrepo createdRob Pike2014-08-081-0/+2
* doc: add note about crypto/tls cert selection callback.Adam Langley2014-08-071-0/+1
* doc: document new ParseMultipartForm behaviorAndrew Gerrand2014-08-071-0/+9
* doc/go1.4.txt: add support for ALPNMikio Hara2014-08-071-0/+1
* doc/go1.4.txt: implement monotonic clocks on windowsAlex Brainman2014-08-071-0/+1
* doc/go1.4.txt: document ASN.1 behaviour change.Adam Langley2014-08-051-0/+1
* spec: comma-ok expressions return untyped boolean 2nd resultRobert Griesemer2014-08-051-15/+10
* doc: drop scheme from links that are known to support HTTPSAndrew Gerrand2014-07-2520-124/+124
* doc/go1.4.txt: windows can do symlinks nowAlex Brainman2014-07-231-0/+1
* testing: add Coverage functionRuss Cox2014-07-221-0/+1
* doc/go1.4.txt: permit for range xRob Pike2014-07-141-0/+2
* spec: permit "for range x" (no index variables)Robert Griesemer2014-07-141-15/+19
* docs: Make consistent use of optional li closing tags.Robin Eklind2014-07-091-2/+2
* doc/contribute.html: capitalize the first letterTetsuo Kiso2014-07-071-1/+1
* doc/contribute: reorder documented steps to match normal workflow.Bill Thiede2014-07-031-84/+84
* doc/go1.4.txt: delete editor and shell supportRob Pike2014-07-011-0/+1
* doc/go1.4.txt: encoding/gob is now safeRob Pike2014-06-301-0/+1
* all: remove 'extern register M *m' from runtimeRuss Cox2014-06-261-12/+12
* spec: receiver declaration is just a parameter declarationRobert Griesemer2014-06-241-5/+6