aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-01api: promote next.txt to go1.8.txt, update go toolgo1.8beta1Chris Broadfoot
2016-12-01cmd/cgo: fix cgo checking when fetching errno valueIan Lance Taylor
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-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-30net/http: fix test TestServeMuxHandlerRedirectsShenghou Ma
2016-11-30net/http: remove logging on bad client requestsKenny Grant
2016-11-30cmd/compile/internal/gc: document variables and functionsKevin Burke
2016-11-29go/ast: fix doc string for ast.GenDeclRobert Griesemer
2016-11-29net: expand nss myhostname fallback detectionDan Peterson
2016-11-29crypto/tls: update CBC Lucky13 warning a bitBrad 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-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
2016-11-28cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B}Michael Munday
2016-11-28net: add missing comma on BUGS section for consistencyMikio Hara
2016-11-26net: update documentation on Conn and PacketConnJoe Tsai
2016-11-25testing: comment out flag.Parse from exampleDaniel MartĂ­
2016-11-24database/sql: force users of NamedParam to name struct literals fieldsBrad Fitzpatrick
2016-11-24net/http: fix receiver for Server.Shutdown and Server.CloseDan Peterson
2016-11-23runtime/cgo: save correct floating point registers on s390xMichael Munday
2016-11-23math/rand: export Source64, mainly for documentation valueRuss Cox
2016-11-23cmd/gofmt: don't call Chmod on windowsBrad Fitzpatrick
2016-11-23reflect: fix typo in commentIan Lance Taylor
2016-11-23reflect: fix size of StructOf ending in zero-sized fieldIan Lance Taylor
2016-11-22database/sql: fix TestPendingConnsAfterErrDaniel Theophanes
2016-11-22cmd/go: print CC environment variables on Plan 9David du Colombier
2016-11-22runtime/pprof/internal/protopprof: fix test on s390xMichael Munday
2016-11-22runtime: do not print runtime panic frame at top of user stackRuss Cox
2016-11-22runtime/pprof: generate heap profiles in compressed proto formatMichael Matloob
2016-11-22time: make Parse validate day's lower bound in addition to upper boundBrad Fitzpatrick
2016-11-22net/http: fix parallel tests using global DefaultTransportBrad Fitzpatrick