2017-01-03 |
Vladimir Stefanovic | runtime: fix SP alignment in mips{,le} sigfwd |
commit | commitdiff | tree |
2017-01-02 |
Kevin Burke | database/sql: fix typo and wording |
commit | commitdiff | tree |
2017-01-02 |
Daniel Theophanes | database/sql: prevent Tx.rollback from racing Tx.close |
commit | commitdiff | tree |
2017-01-02 |
Ian Lance Taylor | cmd/link: don't suggest using nm to find -X name |
commit | commitdiff | tree |
2016-12-31 |
Brad Fitzpatrick | net/http: update bundled http2 for Server WriteTimeout... |
commit | commitdiff | tree |
2016-12-30 |
Kale Blankenship | net/http: add test for http2 Server WriteTimeout |
commit | commitdiff | tree |
2016-12-29 |
Mike Wiacek | net/http/httputil: clarify the contract on ReverseProxy... |
commit | commitdiff | tree |
2016-12-28 |
Dmitri Shuralyov | cmd/go: fix two formatting issues in documentation... |
commit | commitdiff | tree |
2016-12-24 |
Emmanuel Odeke | cmd/compile: lock-in test for repeated variables in... |
commit | commitdiff | tree |
2016-12-24 |
Aliaksandr... | cmd/vet: fix copylocks false positive on len(array... |
commit | commitdiff | tree |
2016-12-23 |
Austin Clements | runtime: document MemStats.BySize fields |
commit | commitdiff | tree |
2016-12-23 |
Emmanuel Odeke | test: lock in test for _ assignment evaluation/zerodivi... |
commit | commitdiff | tree |
2016-12-23 |
Kevin Burke | net: Fix spelling of function name in doc |
commit | commitdiff | tree |
2016-12-22 |
Raul Silvera | cmd/pprof: Re-enable weblist and disasm |
commit | commitdiff | tree |
2016-12-22 |
Brad Fitzpatrick | net/http: restore Transport's Request.Body byte sniff... |
commit | commitdiff | tree |
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 |
next |