summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc/go1.4.html: tweak http.Transport.DialTLS wordingBrad Fitzpatrick2014-10-301-2/+2
* doc/go1.4.html: fix typoMikio Hara2014-10-301-1/+1
* doc/go1.4.html: final library changesRob Pike2014-10-291-21/+129
* doc/go1.4.html: gccgo statusRob Pike2014-10-291-9/+8
* doc/go1.4.html: half of the small library changesRob Pike2014-10-291-31/+135
* doc/go1.4.html: GODEBUG and assembler changesRob Pike2014-10-281-9/+56
* doc/go1.4.html: breaking compiler change, no plugins in miscRob Pike2014-10-281-6/+50
* doc/asm: explain coordination with garbage collectorRuss Cox2014-10-281-20/+111
* doc/go1.4.html: new portsRob Pike2014-10-281-8/+31
* doc/go1.4.html: vanity imports and internal packagesRob Pike2014-10-281-14/+93
* doc/go1.4.html: much of the go command's changesRob Pike2014-10-271-38/+114
* doc/go1.4.html: runtime and performanceRob Pike2014-10-271-4/+77
* doc/go_mem.html: don't be cleverRob Pike2014-10-271-0/+23
* spec: permit parentheses around builtin function namesRobert Griesemer2014-10-271-11/+4
* doc/go1.4.html: first pieces of release notesRob Pike2014-10-272-53/+256
* doc/go_faq.html: fix a couple of nitsRob Pike2014-10-261-2/+2
* doc/go1.4.txt: unsafe is outside go1 compatibility guaranteesRob Pike2014-10-241-1/+2
* unsafe: document that unsafe programs are not protectedRob Pike2014-10-241-0/+8
* doc/go1.4: encoding/csvRuss Cox2014-10-241-0/+1
* spec: minimal documention of unsafe.Pointer conversionsRobert Griesemer2014-10-231-5/+6
* gccgo_install.html: the 4.9 release series supports Go 1.2Ian Lance Taylor2014-10-221-0/+4
* doc/go1.4.txt: add compress/* Reset noteBrad Fitzpatrick2014-10-201-0/+1
* doc/go1.4.txt: flags can now be set at most onceRob Pike2014-10-191-0/+1
* spec: define "variable"Robert Griesemer2014-10-161-25/+78
* go1.4: add note about change to bufio.SplitFunc at EOFIan Lance Taylor2014-10-121-0/+1
* doc: use "keyed" instead of "tagged" in Go 1 compatibility docAndrew Gerrand2014-10-081-5/+5
* doc/go1.4.txt: useless change to tickle buildersBrad Fitzpatrick2014-10-061-1/+1
* doc/go1.4.txt: GOOS suffixes require underscores to act as build tagsRob Pike2014-10-061-0/+1
* doc/go1.4: document memory consumption reductionDmitriy Vyukov2014-10-041-1/+1
* doc/go1.4.txt: fmt: document printing of &map rather than just pointerRob Pike2014-10-031-0/+1
* doc/go1.4: mention that we are going to need a new version of SWIGIan Lance Taylor2014-10-031-0/+1
* doc/go_faq.html: explain the policy about unused imports a little betterRob Pike2014-10-011-5/+8
* doc: document go1.3.3Andrew Gerrand2014-10-011-0/+5
* spec: clarify variable declaration type rulesRobert Griesemer2014-09-301-33/+48
* spec: specify variable initialization order explicitlyRobert Griesemer2014-09-291-16/+37
* doc/faq: update for 1.4Rob Pike2014-09-271-15/+38
* doc/go1.4: go test builds + links all test files (CL 150980043)Russ Cox2014-09-261-0/+1
* doc/go1.4: add some cmd/go changesRuss Cox2014-09-261-0/+2
* 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