aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-01api: promote next.txt to go1.8.txt, update go toolgo1.8beta1Chris Broadfoot
2016-12-01api: update next.txt (remove database/sql.NamedParam)Chris Broadfoot
2016-12-01cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor
2016-12-01doc: go1.8.html review feedbackBrad Fitzpatrick
2016-12-01encoding/binary: document the new bool supportBrad Fitzpatrick
2016-11-30cmd/go: document GOPATH default exceptionRuss Cox
2016-11-30doc, cmd/go: adjust documentation for default GOPATHRuss Cox
2016-11-30cmd/compile: generate code that type checks when inlining variadic functionsDavid Lazar
2016-11-30doc: document default GOPATH in go1.8.htmlBrad Fitzpatrick
2016-11-30database/sql: deflake query cancel testsDaniel Theophanes
2016-11-30runtime: fix undead arguments in cgocallAustin Clements
2016-11-30runtime: use standard comment style in cgocallAustin Clements
2016-11-30database/sql: rename NamedParam to NamedArg and Param to NamedDaniel Theophanes
2016-11-30net/http: document how headers are forwarded by ClientJoe Tsai
2016-11-30doc: update go1.8.html to remove mention of logging of bad requestsBrad Fitzpatrick
2016-11-30doc: remove two go1.8.txt itemsBrad Fitzpatrick
2016-11-30doc: more go1.8.htmlBrad Fitzpatrick
2016-11-30doc: remove some TODOs from go1.8.htmlBrad Fitzpatrick
2016-11-30net/http: fix test TestServeMuxHandlerRedirectsShenghou Ma
2016-11-30doc: add tool sections to go1.8.htmlBrad Fitzpatrick
2016-11-30doc: add release notes for os and os/signal packagesIan Lance Taylor
2016-11-30doc: more go1.8.html additionsBrad Fitzpatrick
2016-11-30doc: remove remaining cmd/go entries from go1.8.txtIan Lance Taylor
2016-11-30net/http: remove logging on bad client requestsKenny Grant
2016-11-30cmd/compile/internal/gc: document variables and functionsKevin Burke
2016-11-30doc: note net/UnixListener.SetUnlinkOnClose in go1.8.htmlDan Peterson
2016-11-29go/ast: fix doc string for ast.GenDeclRobert Griesemer
2016-11-29net: expand nss myhostname fallback detectionDan Peterson
2016-11-29doc: add note about gccgo go go1.8.htmlIan Lance Taylor
2016-11-29doc: add notes about cgo to go1.8.htmlIan Lance Taylor
2016-11-29crypto/tls: update CBC Lucky13 warning a bitBrad Fitzpatrick
2016-11-29doc: more additions to go1.8.htmlBrad Fitzpatrick
2016-11-29doc: more go1.8.html tweaks and new context additions sectionBrad Fitzpatrick
2016-11-29cmd/compile/internal/syntax: remove unused node fieldRobert Griesemer
2016-11-29database/sql: do not bypass the driver locks with Context methodsDaniel Theophanes
2016-11-29cmd/go: report position info in package errorsDhananjay Nakrani
2016-11-29internal/pprof/profile: parse mutex profile including commentsHana Kim
2016-11-29net/http/httptest: fix typo in doc commentMichal Bohuslávek
2016-11-29cmd/compile: don't panic on syntax error in select statementRobert Griesemer
2016-11-29runtime: fall back to /proc/self/auxv in Android libsAustin Clements
2016-11-29runtime: extract Linux auxv handlingAustin Clements
2016-11-29doc: more go1.8.html updatesBrad Fitzpatrick
2016-11-29doc: update go1.8.html after feedback from RussBrad Fitzpatrick
2016-11-29cmd/link: handle STT_COMMON symbolsIan Lance Taylor
2016-11-29os: fix handling of Windows Unicode console input and ^ZRuss Cox
2016-11-29os: Executable can use /proc/self/exe on androidDavid Crawshaw
2016-11-28net/http, net/http/httptest: cross-reference the two NewRequest funcsBrad Fitzpatrick
2016-11-28internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor
2016-11-28net/http: document restrictions on ETag as expected by ServeContentJoe Tsai
2016-11-28net: document that Header.Get key is case insensitiveKaviraj