2017-01-05 |
Emmanuel Odeke | cmd/compile: avoid n.Right nil dereference on non-exist... |
commit | commitdiff | tree |
2017-01-05 |
Brad Fitzpatrick | doc: add go get -insecure change to go1.8.html |
commit | commitdiff | tree |
2017-01-05 |
Brad Fitzpatrick | cmd/go: use ProxyFromEnvironment in -insecure mode... |
commit | commitdiff | tree |
2017-01-05 |
Lion Yang | x/crypto/chacha20poly1305: fix detection of BMI on... |
commit | commitdiff | tree |
2017-01-05 |
Lion Yang | crypto: detect BMI usability on AMD64 for sha1 and... |
commit | commitdiff | tree |
2017-01-05 |
Russ Cox | .gitignore: fix attempt at rooted paths |
commit | commitdiff | tree |
2017-01-05 |
Brad Fitzpatrick | lib/time: update tzdata to 2016j |
commit | commitdiff | tree |
2017-01-05 |
Kale Blankenship | cmd/go: retain test binary when go test is run with... |
commit | commitdiff | tree |
2017-01-04 |
Brad Fitzpatrick | net/http/httputil: make DumpRequest and DumpRequestOut... |
commit | commitdiff | tree |
2017-01-04 |
Brad Fitzpatrick | net/http: make Server cancel its ReadTimeout between... |
commit | commitdiff | tree |
2017-01-04 |
Ian Lance Taylor | testing: add missing newlines to error messages |
commit | commitdiff | tree |
2017-01-04 |
Russ Cox | cmd/go: add sync/atomic dependency when needed by test... |
commit | commitdiff | tree |
2017-01-04 |
Russ Cox | doc: in Go 1.8 notes, mention lack of RWMutex in conten... |
commit | commitdiff | tree |
2017-01-04 |
Russ Cox | cmd/link: use 64k segment alignment on linux/arm |
commit | commitdiff | tree |
2017-01-03 |
Michael Marineau | runtime: check sched_getaffinity return value |
commit | commitdiff | tree |
2017-01-03 |
Rob Pike | cmd/vet: include function name or value in copylock... |
commit | commitdiff | tree |
2017-01-03 |
Michael Munday | cmd/dist: enable extLink tests for s390x |
commit | commitdiff | tree |
2017-01-03 |
Vladimir Stefanovic | cmd/dist: enable extLink tests for mips{,le} |
commit | commitdiff | tree |
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 |
next |