aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-15net/http: update bundled http2Chris Broadfoot
2016-12-15net: fix comment on IPv4bcastMikio Hara
2016-12-15cmd/pprof: search for sample types in profileRaul Silvera
2016-12-15net: fix ParseCIDR docsMikio Hara
2016-12-15cmd/go, plugin: disable plugins on darwinDavid Crawshaw
2016-12-15net: fix typoKevin Burke
2016-12-15runtime: fix mips assemblyCherry Zhang
2016-12-15net: fix consecutive dialing docsIan Lance Taylor
2016-12-15cmd/dist: enable cgo by default for GOARCH=mips{,le}Vladimir Stefanovic
2016-12-15net/http/httptrace: clarify WroteRequest may be called multiple timesBrad Fitzpatrick
2016-12-15cmd/objdump: disable objdump_test with external linking on GOARCH=mips{,le}Vladimir Stefanovic
2016-12-14runtime: add cgo support for GOARCH=mips{,le}Vladimir Stefanovic
2016-12-14cmd/link: add external linking support for GOARCH=mips{,le}Vladimir Stefanovic
2016-12-14cmd/link: do not export plugin C symbolsDavid Crawshaw
2016-12-14net/http: deflake TestClientTimeout_Headers_h2 on WindowsBrad Fitzpatrick
2016-12-14go/internal/gccgoimporter: accept missed portions of v2 formatRobert Griesemer
2016-12-14runtime: correct writebarrier typosEuan Kemp
2016-12-14database/sql: do not store Tx options in ContextDaniel Theophanes
2016-12-14crypto/aes: correct 'noescape' typo in s390xEuan Kemp
2016-12-14net: change "mask" to "prefix length" in ParseCIDR commentMatt Layher
2016-12-14net: document consecutive dialing in net.DialKaviraj
2016-12-14cmd/link: improve -X doc wordingIan Lance Taylor
2016-12-14cmd/cgo: don't strip qualifiers from C void* pointerIan Lance Taylor
2016-12-14cmd/link: explain how to find the name to use for -XIan Lance Taylor
2016-12-13cmd/cgo: add required gcc flags for GOARCH=mips{,le}Vladimir Stefanovic
2016-12-13cmd/go: fix go get -t -u path/... containing vendor directoriesRuss Cox
2016-12-13os: must fixup path when 248 bytes longDaniel Theophanes
2016-12-13cmd/vet: fix panic and handling of XML in struct field tag checkTilman Dilo
2016-12-13os/exec: fix race in TestStdinCloseRaceIan Lance Taylor
2016-12-13net/http: update some commentsBrad Fitzpatrick
2016-12-13cmd/go: don't assemble all .s files in a single cmd/asm runIan Lance Taylor
2016-12-12cmd/internal/obj/mips: replace MOVD with MOVF on 32-bit to avoid unaligned me...Shenghou Ma
2016-12-12time: parse WITA timezone correctlyMax Riveiro
2016-12-12runtime: don't crash if signal delivered on g0 stackIan Lance Taylor
2016-12-12runtime, syscall: update openbsd for changes to syskillJoel Sing
2016-12-11fmt: undo clearflags in catchPanic after error message has been printedMartin Möhrmann
2016-12-10cmd/link: limit darwin dynlink symbol exportsDavid Crawshaw
2016-12-10crypto/x509: marshal certificate revocation times in UTC (Zulu time).Martin Kreichgauer
2016-12-09io: update documentation on LimitedReaderJoe Tsai
2016-12-09database/sql: use complete sentences in new docsBrad Fitzpatrick
2016-12-09runtime/pprof: track locations for goroutine profilesRaul Silvera
2016-12-09go/build: clarify Context.HasSubdir docsBrad Fitzpatrick
2016-12-09Revert "testing: add T.Context method"Joe Tsai
2016-12-09database/sql: document that drivers may not return right after cancelDaniel Theophanes
2016-12-09cmd/compile/internal/obj: remove superfluous addvarint parameter and assignmentRobert Griesemer
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-12-08net/http: don't retry Transport requests if they have a bodyBrad Fitzpatrick
2016-12-08cmd/link: do not mark go.plugin.tabs as reachable in non-pluginsMichael Hudson-Doyle
2016-12-08io: fix MultiReader panic on nil reader.Joe Tsai
2016-12-08os: document that Rename does not replace an existing directoryIan Lance Taylor