aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-15api: add openbsd syscall constantsgo1.8beta2Chris Broadfoot
2016-12-15net/http: update bundled http2Chris Broadfoot
2016-12-15doc/help: tweak descriptions, make official channels clearerChris Broadfoot
2016-12-15misc/cgo/test: add mipsx test case for #9400Vladimir Stefanovic
2016-12-15test/fixedbugs: add mipsx case to issue11656Vladimir Stefanovic
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-15test: enable fixedbugs/issue10607 test on GOARCH=mips{,le}Vladimir Stefanovic
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-13misc/cgo/test: skip test18146 on mips{,64}Vladimir Stefanovic
2016-12-13test/bench/go1: reduce fasta data size for mips{,64}Vladimir Stefanovic
2016-12-13cmd/go: fix go get -t -u path/... containing vendor directoriesRuss Cox
2016-12-13doc: debug/pe.Section is not new, Section.Relocs field isAlex Brainman
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-13A+C: automated updateBrad 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-12doc: remove Reddit as an official space where Code of Conduct appliesBrad Fitzpatrick
2016-12-12doc: mention Go requires OpenBSD 5.9 or above in go1.8.htmlShenghou Ma
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