| 2016-12-22 | 
Elias Naur | runtime: skip floating point hardware check on Android | 
commit | commitdiff | tree | 
| 2016-12-22 | 
Mikio Hara | cmd/go: skip flaky TestCgoConsistentResults on FreeBSD | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Ian Lance Taylor | misc/cgo/test: limit issue18146 attempts based on RLIMI...  | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Brad Fitzpatrick | doc: fix install.html unclosed bold tag, link to /help/ | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Austin Clements | runtime: avoid CreateThread panic when exiting process | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Kirill Smelkov | cmd/compile/internal/ssa: add tests for BSWAP on stores...  | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Kirill Smelkov | io: fix PipeWriter.Close to wake up Writes | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Koichi Shiraishi | build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0 | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Takuya Ueda | go/parser: fix reference in ParseExprFrom docs | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Brad Fitzpatrick | Revert "cmd/go: note when some Go files were ignored...  | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Ian Lance Taylor | cmd/vet: avoid crash in cgo test on recursive type | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Brad Fitzpatrick | A+C: automated update | 
commit | commitdiff | tree | 
| 2016-12-21 | 
Mikio Hara | net: make InterfaceByIndex return a consistent name...  | 
commit | commitdiff | tree | 
| 2016-12-20 | 
David du Colombier | net: fix LookupCNAME on Plan 9 | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Vladimir Stefanovic | doc: add mips, mips64 information to asm.html | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Brad Fitzpatrick | net/http, doc: more redirect documentation | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Brad Fitzpatrick | net: mark TestDialerDualStackFDLeak as flaky on OpenBSD | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Matthew Dempsky | net: make LookupCNAME's native behavior match its cgo...  | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Austin Clements | runtime: avoid incorrect panic when a signal arrives...  | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Ian Lance Taylor | misc/cgo/testcshared: wait up to 1 second in main2.c | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Shenghou Ma | doc/go1.8: document that CGO_ENABLED is sticky | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Kevin Burke | crypto/x509: fix spelling/grammar in comments | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Brad Fitzpatrick | crypto/x509: speed up and deflake non-cgo Darwin root...  | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Kevin Burke | cmd/cover: fix spelling mistake | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Joe Tsai | doc: remove archive/zip changes from go1.8.html | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Joe Tsai | Revert: "archive/zip: handle mtime in NTFS/UNIX/Extende...  | 
commit | commitdiff | tree | 
| 2016-12-20 | 
Dhananjay Nakrani | cmd/cover: retain un-attached compiler directives | 
commit | commitdiff | tree | 
| 2016-12-19 | 
Shenghou Ma | runtime: use mincore to detect physical page size as...  | 
commit | commitdiff | tree | 
| 2016-12-19 | 
Austin Clements | runtime: clean up and improve reflect.methodValue comments | 
commit | commitdiff | tree | 
| 2016-12-19 | 
Keith Randall | cmd/compile: test for correct zeroing | 
commit | commitdiff | tree | 
| 2016-12-19 | 
Alberto Donizetti | cmd/go: fix doc about examples with empty Output | 
commit | commitdiff | tree | 
| 2016-12-19 | 
Matthew Dempsky | cmd/compile: restore zero assignment optimization for...  | 
commit | commitdiff | tree | 
| 2016-12-19 | 
Mikio Hara | crypto/tls: fix a typo | 
commit | commitdiff | tree | 
| 2016-12-19 | 
Michael Hudson...  | cmd/compile, runtime: a different approach to duplicate...  | 
commit | commitdiff | tree | 
| 2016-12-16 | 
Joe Tsai | path/filepath: deprecate HasPrefix | 
commit | commitdiff | tree | 
| 2016-12-16 | 
Austin Clements | runtime: cross-reference _func type better | 
commit | commitdiff | tree | 
| 2016-12-16 | 
Kevin Burke | runtime/pprof: fix spelling in test | 
commit | commitdiff | tree | 
| 2016-12-16 | 
Mikio Hara | net: clarify IP.IsGlobalUnicast docs | 
commit | commitdiff | tree | 
| 2016-12-16 | 
Ian Lance Taylor | runtime/pprof: deflake tests for heavily loaded systems | 
commit | commitdiff | tree | 
| 2016-12-16 | 
Ian Lance Taylor | misc/cgo/testsanitizer: don't run msan tests if msan...  | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Bryan C. Mills | runtime: preserve callee-saved C registers in sigtramp | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Brad Fitzpatrick | net/http: deflake TestServerTimeouts maybe | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Vladimir Stefanovic | test: add mipsx case to nosplit.go | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Ian Lance Taylor | test: add test gcc78763.go that caused a gccgo compiler...  | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Chris Broadfoot | api: add openbsd syscall constants  go1.8beta2 | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Chris Broadfoot | net/http: update bundled http2 | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Chris Broadfoot | doc/help: tweak descriptions, make official channels...  | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Vladimir Stefanovic | misc/cgo/test: add mipsx test case for #9400 | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Vladimir Stefanovic | test/fixedbugs: add mipsx case to issue11656 | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Mikio Hara | net: fix comment on IPv4bcast | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Raul Silvera | cmd/pprof: search for sample types in profile | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Mikio Hara | net: fix ParseCIDR docs | 
commit | commitdiff | tree | 
| 2016-12-15 | 
David Crawshaw | cmd/go, plugin: disable plugins on darwin | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Kevin Burke | net: fix typo | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Cherry Zhang | runtime: fix mips assembly | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Ian Lance Taylor | net: fix consecutive dialing docs | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Vladimir Stefanovic | cmd/dist: enable cgo by default for GOARCH=mips{,le} | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Brad Fitzpatrick | net/http/httptrace: clarify WroteRequest may be called...  | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Vladimir Stefanovic | test: enable fixedbugs/issue10607 test on GOARCH=mips...  | 
commit | commitdiff | tree | 
| 2016-12-15 | 
Vladimir Stefanovic | cmd/objdump: disable objdump_test with external linking...  | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Vladimir Stefanovic | runtime: add cgo support for GOARCH=mips{,le} | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Vladimir Stefanovic | cmd/link: add external linking support for GOARCH=mips...  | 
commit | commitdiff | tree | 
| 2016-12-14 | 
David Crawshaw | cmd/link: do not export plugin C symbols | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Brad Fitzpatrick | net/http: deflake TestClientTimeout_Headers_h2 on Windows | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Robert Griesemer | go/internal/gccgoimporter: accept missed portions of...  | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Euan Kemp | runtime: correct writebarrier typos | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Daniel Theophanes | database/sql: do not store Tx options in Context | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Euan Kemp | crypto/aes: correct 'noescape' typo in s390x | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Matt Layher | net: change "mask" to "prefix length" in ParseCIDR...  | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Kaviraj | net: document consecutive dialing in net.Dial | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Ian Lance Taylor | cmd/link: improve -X doc wording | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Ian Lance Taylor | cmd/cgo: don't strip qualifiers from C void* pointer | 
commit | commitdiff | tree | 
| 2016-12-14 | 
Ian Lance Taylor | cmd/link: explain how to find the name to use for -X | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Vladimir Stefanovic | cmd/cgo: add required gcc flags for GOARCH=mips{,le} | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Vladimir Stefanovic | misc/cgo/test: skip test18146 on mips{,64} | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Vladimir Stefanovic | test/bench/go1: reduce fasta data size for mips{,64} | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Russ Cox | cmd/go: fix go get -t -u path/... containing vendor...  | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Alex Brainman | doc: debug/pe.Section is not new, Section.Relocs field is | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Daniel Theophanes | os: must fixup path when 248 bytes long | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Tilman Dilo | cmd/vet: fix panic and handling of XML in struct field...  | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Ian Lance Taylor | os/exec: fix race in TestStdinCloseRace | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Brad Fitzpatrick | net/http: update some comments | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Brad Fitzpatrick | A+C: automated update | 
commit | commitdiff | tree | 
| 2016-12-13 | 
Ian Lance Taylor | cmd/go: don't assemble all .s files in a single cmd...  | 
commit | commitdiff | tree | 
| 2016-12-12 | 
Shenghou Ma | cmd/internal/obj/mips: replace MOVD with MOVF on 32...  | 
commit | commitdiff | tree | 
| 2016-12-12 | 
Max Riveiro | time: parse WITA timezone correctly | 
commit | commitdiff | tree | 
| 2016-12-12 | 
Ian Lance Taylor | runtime: don't crash if signal delivered on g0 stack | 
commit | commitdiff | tree | 
| 2016-12-12 | 
Brad Fitzpatrick | doc: remove Reddit as an official space where Code...  | 
commit | commitdiff | tree | 
| 2016-12-12 | 
Shenghou Ma | doc: mention Go requires OpenBSD 5.9 or above in go1...  | 
commit | commitdiff | tree | 
| 2016-12-12 | 
Joel Sing | runtime, syscall: update openbsd for changes to syskill | 
commit | commitdiff | tree | 
| 2016-12-11 | 
Martin Möhrmann | fmt: undo clearflags in catchPanic after error message...  | 
commit | commitdiff | tree | 
| 2016-12-10 | 
David Crawshaw | cmd/link: limit darwin dynlink symbol exports | 
commit | commitdiff | tree | 
| 2016-12-10 | 
Martin Kreichgauer | crypto/x509: marshal certificate revocation times in...  | 
commit | commitdiff | tree | 
| 2016-12-09 | 
Joe Tsai | io: update documentation on LimitedReader | 
commit | commitdiff | tree | 
| 2016-12-09 | 
Brad Fitzpatrick | database/sql: use complete sentences in new docs | 
commit | commitdiff | tree | 
| 2016-12-09 | 
Joe Tsai | doc: update go1.8.html | 
commit | commitdiff | tree | 
| 2016-12-09 | 
Raul Silvera | runtime/pprof: track locations for goroutine profiles | 
commit | commitdiff | tree | 
| 2016-12-09 | 
Brad Fitzpatrick | api: remove testing Context accessors from go1.8.txt | 
commit | commitdiff | tree | 
| 2016-12-09 | 
Brad Fitzpatrick | go/build: clarify Context.HasSubdir docs | 
commit | commitdiff | tree | 
| 2016-12-09 | 
Austin Clements | doc/go1.8: mention trace tool changes | 
commit | commitdiff | tree | 
| next |