summaryrefslogtreecommitdiff
path: root/doc/go1.4.html
Commit message (Collapse)AuthorAgeFilesLines
* doc/go1.4.html: rewrite first sentence to make it clearerRob Pike2014-11-181-5/+5
| | | | | | | | | The grammar was atrocious, probably the victim of an editing error. LGTM=bradfitz R=bradfitz CC=golang-codereviews https://codereview.appspot.com/178910043
* doc: update go1.4.html's minor library changes.Nigel Tao2014-11-111-0/+55
| | | | | | | LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/173920043
* doc/go1.4.html: leave stack size at 2 kBRuss Cox2014-11-061-1/+0
| | | | | | | LGTM=r R=khr, r CC=golang-codereviews https://codereview.appspot.com/165590043
* doc: change "/s/..." links to be on golang.orgRuss Cox2014-11-061-8/+8
| | | | | | | | | | | | | | | People viewing this locally will not have a /s/ on their local godoc. tip.golang.org doesn't have one either. Also change all golang.org links to https, to avoid mixed content warnings when viewing https://golang.org/. Fixes issue 9028. LGTM=bradfitz, r R=r, bradfitz CC=adg, golang-codereviews https://codereview.appspot.com/168250043
* doc/go1.4.html: document new subrepo import pathsRuss Cox2014-11-051-9/+27
| | | | | | | LGTM=r, adg R=adg, r, 0xjnml, dr.volker.dobler CC=golang-codereviews https://codereview.appspot.com/166980044
* doc: document go get -f flag in 1.4 release notesAndrew Gerrand2014-11-031-0/+9
| | | | | | | LGTM=r, rsc R=r, rsc, adg CC=golang-codereviews https://codereview.appspot.com/168890043
* doc/go1.4.html: tweak http.Transport.DialTLS wordingBrad Fitzpatrick2014-10-301-2/+2
| | | | | | | | | It doesn't simplify, because it wasn't even possible before. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/164250043
* doc/go1.4.html: fix typoMikio Hara2014-10-301-1/+1
| | | | | | | LGTM=adg R=r, adg CC=golang-codereviews https://codereview.appspot.com/165890043
* doc/go1.4.html: final library changesRob Pike2014-10-291-21/+129
| | | | | | | | | First draft now complete. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://codereview.appspot.com/170750043
* doc/go1.4.html: gccgo statusRob Pike2014-10-291-9/+8
| | | | | | | LGTM=iant, cmang R=cmang, iant, rsc CC=golang-codereviews https://codereview.appspot.com/169760043
* doc/go1.4.html: half of the small library changesRob Pike2014-10-291-31/+135
| | | | | | | LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://codereview.appspot.com/165090043
* doc/go1.4.html: GODEBUG and assembler changesRob Pike2014-10-281-9/+56
| | | | | | | LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://codereview.appspot.com/160660046
* doc/go1.4.html: breaking compiler change, no plugins in miscRob Pike2014-10-281-6/+50
| | | | | | | LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://codereview.appspot.com/166850043
* doc/go1.4.html: new portsRob Pike2014-10-281-8/+31
| | | | | | | LGTM=rsc, aram, minux R=golang-codereviews, aram, minux, rsc CC=golang-codereviews https://codereview.appspot.com/162370045
* doc/go1.4.html: vanity imports and internal packagesRob Pike2014-10-281-14/+93
| | | | | | | LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://codereview.appspot.com/165800043
* doc/go1.4.html: much of the go command's changesRob Pike2014-10-271-38/+114
| | | | | | | | | still need to do internal and import comments LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://codereview.appspot.com/160600043
* doc/go1.4.html: runtime and performanceRob Pike2014-10-271-4/+77
| | | | | | | LGTM=adg, rsc R=golang-codereviews, adg, bradfitz, dave, rsc CC=golang-codereviews https://codereview.appspot.com/164090044
* doc/go1.4.html: first pieces of release notesRob Pike2014-10-271-0/+256
Move the release notes into an HTML file. Start writing the text. LGTM=rsc R=golang-codereviews, bradfitz, kamil.kisiel, tracey.brendan, rsc CC=golang-codereviews https://codereview.appspot.com/161350043