summaryrefslogtreecommitdiff
path: root/doc/go1.1.html
Commit message (Collapse)AuthorAgeFilesLines
* doc: drop scheme from links that are known to support HTTPSAndrew Gerrand2014-07-251-1/+1
| | | | | | | | | | | golang.org now serves HTTPS with a valid cert, so it's reasonable that users should click through to the HTTPS versions of *.golang.org and other known sites. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/112650043
* doc: fix a few broken linksAndrew Gerrand2013-10-091-2/+2
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/14494044
* doc: move spec and memory model back to /ref/Andrew Gerrand2013-10-041-3/+3
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/14364043
* doc: update links to spec and memory modelAndrew Gerrand2013-09-271-3/+3
| | | | | | | | Fixes issue 6488. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/14004043
* doc/go1.1.html: remove extra space; close some tags.Oling Cat2013-06-011-18/+20
| | | | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/9941043 Committer: Rob Pike <r@golang.org>
* doc: GCC 4.8.1 is not updated to Go 1.1Ian Lance Taylor2013-05-221-1/+1
| | | | | | | | I will try again for 4.8.2. R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/9663045
* doc: add a "New packages" section to the 1.1 release notes.Nigel Tao2013-05-121-15/+30
| | | | | | R=adg, r CC=golang-dev https://codereview.appspot.com/9344044
* syscall: fix prototype of Fchflags (API change)Shenghou Ma2013-05-071-1/+9
| | | | | | | | API change, but the old API is obviously wrong. R=golang-dev, iant, r, rsc CC=golang-dev https://codereview.appspot.com/9157044
* doc: only U+FEFF is a byte-order mark; U+FFFE is notRuss Cox2013-05-021-3/+3
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/9103046
* doc/go1.1: remove discussion of "go run" changeAndrew Gerrand2013-04-301-10/+0
| | | | | | | | Update issue 5164 R=golang-dev, dave CC=golang-dev https://codereview.appspot.com/9049043
* doc: add missing <code> to go1.1.htmlJonathan Rudenberg2013-04-211-1/+1
| | | | | | | | R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/8880043 Committer: Andrew Gerrand <adg@golang.org>
* doc/go1.1.html: document io.ErrNoProgressRob Pike2013-04-181-0/+2
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/8833050
* doc: misc tweaks, new links, fix broken linksBrad Fitzpatrick2013-04-181-8/+13
| | | | | | | | | | I read docs and wrote a crawler + link checker on the plane, which also checks for #fragments. I'll send that out later when it's less gross. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/8729050
* doc/go1.1.html, mime/multipart: document quoted-printable decodingBrad Fitzpatrick2013-04-171-0/+3
| | | | | | | | Fixes issue 5293 R=golang-dev, r CC=golang-dev https://codereview.appspot.com/8840043
* doc: fix typoStefan Nilsson2013-04-141-1/+1
| | | | | | | | R=golang-dev, dsymonds CC=golang-dev https://codereview.appspot.com/8729045 Committer: David Symonds <dsymonds@golang.org>
* doc: fix typos in go1.1.htmlJonathan Rudenberg2013-04-081-2/+2
| | | | | | | | R=golang-dev, adg, adg CC=golang-dev https://codereview.appspot.com/8488047 Committer: Andrew Gerrand <adg@golang.org>
* doc: document go1.1 build tagAndrew Gerrand2013-04-081-0/+25
| | | | | | | | Fixes issue 5235. R=golang-dev, r CC=golang-dev https://codereview.appspot.com/8426048
* doc/go1.1.html: mention cgo and cross compilationDave Cheney2013-04-041-0/+11
| | | | | | R=r, minux.ma, bradfitz CC=golang-dev https://codereview.appspot.com/8304043
* doc: mention availability of race detector in go1.1 docAndrew Gerrand2013-04-041-0/+2
| | | | | | R=r CC=golang-dev https://codereview.appspot.com/8301044
* cmd/go: run main package when no files are listedJonathan Rudenberg2013-04-041-0/+9
| | | | | | | | | | Fixes 5164. R=golang-dev, iant, adg CC=golang-dev https://codereview.appspot.com/8119049 Committer: Andrew Gerrand <adg@golang.org>
* doc: fix typos in go1.1Dmitriy Vyukov2013-04-031-2/+2
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/8342044
* doc: link the race detector document into the release notesRob Pike2013-04-031-0/+11
| | | | | | | | | | | | Also: - put GORACE into the go env command - do minor housekeeping on the race detector article Fixes issue 4995. R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/8319044
* doc/go1.1.html: document the state of gccgoRob Pike2013-04-031-0/+11
| | | | | | | | Fixes issue 5053. R=adg, iant CC=golang-dev https://codereview.appspot.com/8337043
* doc/go1.1.html: document os/signal.StopRob Pike2013-04-031-7/+12
| | | | | | | | Also fix the sort order of the laundry list. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/8325044
* doc/go1.1.html: state that the heap is bigger on 64-bit machinesRob Pike2013-04-031-0/+18
| | | | | | | | | Be deliberately vague, since the precise details should not be depended upon. Fixes issue 5155. R=golang-dev, gri, adg CC=golang-dev https://codereview.appspot.com/8283044
* doc/go1.1.html: additional tweaksDave Cheney2013-04-031-3/+9
| | | | | | R=r, adg, minux.ma CC=golang-dev https://codereview.appspot.com/8250043
* net: delete DialOpt and DialOption; add struct DialerBrad Fitzpatrick2013-04-021-10/+3
| | | | | | | | | | | Per discussions on golang-nuts and golang-dev: "Some concerns with DialOpt" https://groups.google.com/d/msg/golang-nuts/Hfh9aqhXyUw/W3uYi8lOdKcJ https://groups.google.com/d/msg/golang-dev/37omSQeWv4Y/KASGIfPpXh0J R=golang-dev, google, r CC=golang-dev https://codereview.appspot.com/8274043
* compress/gzip: add Writer.Flush to call flate.Writer's FlushBrad Fitzpatrick2013-04-021-0/+8
| | | | | | | | From a discussion on golang-nuts. R=golang-dev, dsymonds, nigeltao, coocood, adg CC=golang-dev https://codereview.appspot.com/8251043
* doc/go1.1.html: add a note about additional platformsDave Cheney2013-04-021-0/+11
| | | | | | | | Mention support for NetBSD, OpenBSD, and cgo for linux/arm. R=golang-dev, dvyukov, r, minux.ma, adg, bradfitz, adg CC=golang-dev https://codereview.appspot.com/8152043
* doc/go1.1: mention (*testing.B).ReportAllocs()Shenghou Ma2013-03-311-3/+6
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/8198043
* doc: fix go1.1.html typosJonathan Rudenberg2013-03-271-5/+5
| | | | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7635049 Committer: Brad Fitzpatrick <bradfitz@golang.org>
* doc: consistent path names in exampleDave Cheney2013-03-271-1/+1
| | | | | | | | | | Always use /home/you for $HOME in examples. Trivial enough that someone else can integrate this change if they are editing go1.1.html R=r CC=golang-dev https://codereview.appspot.com/8025043
* doc/go1.1.html: net/mail, net/smtpRob Pike2013-03-261-4/+11
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7835049
* doc/go1.1.html: describe Zone and other net changesRob Pike2013-03-261-7/+65
| | | | | | | | | Mild adaptation of rsc's 8021043, which I was unable to clpatch. (rsc is offline) R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7741049
* doc: fix typo in go 1.1 docAndrew Gerrand2013-03-261-1/+1
| | | | | | R=golang-dev, iant CC=golang-dev https://codereview.appspot.com/7725049
* doc/go1.1.html: introductionRob Pike2013-03-251-9/+41
| | | | | | R=golang-dev, adg, bradfitz CC=golang-dev https://codereview.appspot.com/7696045
* doc: add summary of net/http additions to Go 1.1Brad Fitzpatrick2013-03-251-4/+19
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/7812050
* doc: add DialOpt and friends to go1.1.htmlBrad Fitzpatrick2013-03-251-1/+14
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/7725048
* doc/go1.1.html: performanceRob Pike2013-03-231-6/+21
| | | | | | | | An overview is all that's required. R=golang-dev, remyoudompheng, bradfitz, adg CC=golang-dev https://codereview.appspot.com/7577050
* doc/go1.1.html: fix broken linksRobert Griesemer2013-03-221-7/+7
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/7834049
* doc/go1.1.html: blockprofile, method values, ListenUnixgram, etc.Rob Pike2013-03-221-16/+75
| | | | | | R=golang-dev, gri CC=golang-dev https://codereview.appspot.com/7496051
* doc/go1.1.html: return requirementsRob Pike2013-03-221-2/+31
| | | | | | R=golang-dev, rsc, jeremyjackins, gri CC=golang-dev https://codereview.appspot.com/7838045
* go1.1.html: bufio.Scanner and reflect; more about surrogatesRob Pike2013-03-211-5/+88
| | | | | | R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/7958043
* debug/elf: restore Go 1.0 semantics for (*File).SymbolsRuss Cox2013-03-211-22/+0
| | | | | | | | | Also adjust the implementation of applyRelocationsAMD64 so that the test added in CL 6848044 still passes. R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/7686049
* doc/go1.1.html: more TODOs doneRob Pike2013-03-211-25/+90
| | | | | | | | Only the net stuff remains as significant work in the "minor changes" section. R=golang-dev, dave, elias.naur, rsc CC=golang-dev https://codereview.appspot.com/7933044
* doc/go1.1.html: add links to the text, write some new sectionsRob Pike2013-03-191-48/+156
| | | | | | R=golang-dev, rsc, dave CC=golang-dev https://codereview.appspot.com/7914043
* doc/go1.1.html: document the surrogate and BOM changesRob Pike2013-03-181-6/+53
| | | | | | R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/7853048
* doc/go1.1.html: document some of the library changes.Rob Pike2013-03-181-10/+255
| | | | | | | | Still much to do, but this is a start. R=golang-dev, adg, bradfitz, remyoudompheng CC=golang-dev https://codereview.appspot.com/7729046
* doc/go1.1.html: fix typo in URLRob Pike2013-03-031-2/+2
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7423050
* doc/go1.1.html: document the moving of exp/... and old/....Rob Pike2013-03-021-1/+23
| | | | | | R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/7445050