summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api: promote next.txt to go1.8.txt, update go toolgo1.8beta1Chris Broadfoot2016-12-013-260/+260
* api: update next.txt (remove database/sql.NamedParam)Chris Broadfoot2016-12-011-4/+8
* cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor2016-12-013-18/+60
* doc: go1.8.html review feedbackBrad Fitzpatrick2016-12-011-18/+34
* encoding/binary: document the new bool supportBrad Fitzpatrick2016-12-011-1/+4
* cmd/go: document GOPATH default exceptionRuss Cox2016-11-302-2/+4
* doc, cmd/go: adjust documentation for default GOPATHRuss Cox2016-11-307-98/+87
* cmd/compile: generate code that type checks when inlining variadic functionsDavid Lazar2016-11-302-3/+21
* doc: document default GOPATH in go1.8.htmlBrad Fitzpatrick2016-11-301-6/+12
* database/sql: deflake query cancel testsDaniel Theophanes2016-11-302-5/+26
* runtime: fix undead arguments in cgocallAustin Clements2016-11-302-1/+30
* runtime: use standard comment style in cgocallAustin Clements2016-11-301-15/+11
* database/sql: rename NamedParam to NamedArg and Param to NamedDaniel Theophanes2016-11-303-12/+23
* net/http: document how headers are forwarded by ClientJoe Tsai2016-11-301-2/+27
* doc: update go1.8.html to remove mention of logging of bad requestsBrad Fitzpatrick2016-11-301-4/+0
* doc: remove two go1.8.txt itemsBrad Fitzpatrick2016-11-301-3/+0
* doc: more go1.8.htmlBrad Fitzpatrick2016-11-302-30/+89
* doc: remove some TODOs from go1.8.htmlBrad Fitzpatrick2016-11-301-34/+32
* net/http: fix test TestServeMuxHandlerRedirectsShenghou Ma2016-11-301-2/+2
* doc: add tool sections to go1.8.htmlBrad Fitzpatrick2016-11-302-33/+50
* doc: add release notes for os and os/signal packagesIan Lance Taylor2016-11-302-9/+53
* doc: more go1.8.html additionsBrad Fitzpatrick2016-11-302-359/+124
* doc: remove remaining cmd/go entries from go1.8.txtIan Lance Taylor2016-11-301-12/+0
* net/http: remove logging on bad client requestsKenny Grant2016-11-301-2/+0
* cmd/compile/internal/gc: document variables and functionsKevin Burke2016-11-303-0/+10
* doc: note net/UnixListener.SetUnlinkOnClose in go1.8.htmlDan Peterson2016-11-302-1/+8
* go/ast: fix doc string for ast.GenDeclRobert Griesemer2016-11-291-1/+1
* net: expand nss myhostname fallback detectionDan Peterson2016-11-293-59/+101
* doc: add note about gccgo go go1.8.htmlIan Lance Taylor2016-11-291-1/+7
* doc: add notes about cgo to go1.8.htmlIan Lance Taylor2016-11-292-8/+30
* crypto/tls: update CBC Lucky13 warning a bitBrad Fitzpatrick2016-11-291-1/+1
* doc: more additions to go1.8.htmlBrad Fitzpatrick2016-11-292-40/+190
* doc: more go1.8.html tweaks and new context additions sectionBrad Fitzpatrick2016-11-291-51/+89
* cmd/compile/internal/syntax: remove unused node fieldRobert Griesemer2016-11-291-1/+2
* database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes2016-11-295-217/+242
* cmd/go: report position info in package errorsDhananjay Nakrani2016-11-292-21/+18
* internal/pprof/profile: parse mutex profile including commentsHana Kim2016-11-292-26/+95
* net/http/httptest: fix typo in doc commentMichal Bohuslávek2016-11-291-1/+1
* cmd/compile: don't panic on syntax error in select statementRobert Griesemer2016-11-292-17/+27
* runtime: fall back to /proc/self/auxv in Android libsAustin Clements2016-11-294-28/+37
* runtime: extract Linux auxv handlingAustin Clements2016-11-291-0/+4
* doc: more go1.8.html updatesBrad Fitzpatrick2016-11-291-20/+51
* doc: update go1.8.html after feedback from RussBrad Fitzpatrick2016-11-291-84/+197
* cmd/link: handle STT_COMMON symbolsIan Lance Taylor2016-11-291-3/+5
* os: fix handling of Windows Unicode console input and ^ZRuss Cox2016-11-293-171/+131
* os: Executable can use /proc/self/exe on androidDavid Crawshaw2016-11-291-1/+1
* net/http, net/http/httptest: cross-reference the two NewRequest funcsBrad Fitzpatrick2016-11-282-5/+8
* internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor2016-11-282-6/+25
* net/http: document restrictions on ETag as expected by ServeContentJoe Tsai2016-11-281-2/+2
* net: document that Header.Get key is case insensitiveKaviraj2016-11-283-3/+11