2016-02-02 |
Brad Fitzpatrick | net/http: mark TestTLSServerClosesConnection as flaky... |
commit | commitdiff | tree |
2016-02-02 |
Russ Cox | archive/zip: handle pre-zip64 zip files containing... |
commit | commitdiff | tree |
2016-02-02 |
Russ Cox | cmd/go: avoid use of git -C, which does not exist in... |
commit | commitdiff | tree |
2016-02-02 |
Russ Cox | runtime: deflake TestGoroutineProfileTrivial |
commit | commitdiff | tree |
2016-02-02 |
Austin Clements | runtime: start an M when handing off a P when there... |
commit | commitdiff | tree |
2016-02-01 |
Brad Fitzpatrick | net/http: update bundled http2, fix Transport memory... |
commit | commitdiff | tree |
2016-02-01 |
Ian Lance Taylor | runtime: avoid write barrier in cgo mmap code |
commit | commitdiff | tree |
2016-02-01 |
Robert Griesemer | cmd/compile: fix parsing of inlined interface types... |
commit | commitdiff | tree |
2016-01-29 |
Brad Fitzpatrick | os: document that FindProcess always succeeds on Unix |
commit | commitdiff | tree |
2016-01-29 |
Russ Cox | cmd/go: avoid a few symlink-induced errors in internal... |
commit | commitdiff | tree |
2016-01-29 |
Russ Cox | cmd/vet: report uncalled functions in Printf %v |
commit | commitdiff | tree |
2016-01-29 |
Mikio Hara | net: deflake TestListenerClose |
commit | commitdiff | tree |
2016-01-29 |
Andrew Gerrand | doc: link to block example in go1.6 doc |
commit | commitdiff | tree |
2016-01-29 |
Rahul Chaudhry | unsafe: fix typo in documentation of valid Pointer... |
commit | commitdiff | tree |
2016-01-28 |
Brad Fitzpatrick | doc: don't imply that the new HTTP status 451 is from... |
commit | commitdiff | tree |
2016-01-28 |
Ian Lance Taylor | runtime: align stack in sigfwd for darwin/386 |
commit | commitdiff | tree |
2016-01-27 |
Ian Lance Taylor | runtime: handle kindString in cgoCheckArg |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | misc/cgo/test: disable sigaltstack test on darwin/386 |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | runtime: deflake TestNumGoroutine |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | runtime/cgo: more +build cgo tags |
commit | commitdiff | tree |
2016-01-27 |
Brad Fitzpatrick | cmd/internal/obj/x86: skip test when GOHOSTARCH is set |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | runtime/cgo: add cgo build tag to C files |
commit | commitdiff | tree |
2016-01-27 |
Dmitry Vyukov | runtime/race: run tests with GOMAXPROCS=1 |
commit | commitdiff | tree |
2016-01-27 |
Richard Miller | runtime: remove redundant empty function call from... |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | doc: mention ServeFile change in go1.6.html |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | cmd/go: refine definition of 'standard' import paths... |
commit | commitdiff | tree |
2016-01-27 |
Ian Lance Taylor | unsafe: clarify wording in recent Alignof changes |
commit | commitdiff | tree |
2016-01-27 |
Ian Lance Taylor | doc: mention signal changes for c-archive/c-shared |
commit | commitdiff | tree |
2016-01-27 |
Brad Fitzpatrick | net/http: add protections against misuse of ServeFile |
commit | commitdiff | tree |
2016-01-27 |
Richard Miller | cmd/go: recognise plan9_arm object files |
commit | commitdiff | tree |
2016-01-27 |
Richard Miller | cmd/link: correct byte ordering in plan9_arm object... |
commit | commitdiff | tree |
2016-01-27 |
Ian Lance Taylor | unsafe: clarify that Alignof returns required alignment |
commit | commitdiff | tree |
2016-01-27 |
Brad Fitzpatrick | database/sql: implement Scan of time.Time, document... |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | runtime: fix upper bound on out-of-memory print |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | runtime: guard against array out of bounds in Goroutine... |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | runtime: fix crash in GoroutineProfile |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | cmd/go: disable broken test for code.google.com |
commit | commitdiff | tree |
2016-01-27 |
Brad Fitzpatrick | runtime: add more debug info to flaky TestNumGoroutine |
commit | commitdiff | tree |
2016-01-27 |
Austin Clements | runtime: make p.gcBgMarkWorker a guintptr |
commit | commitdiff | tree |
2016-01-27 |
Austin Clements | runtime: acquire stack lock in traceEvent |
commit | commitdiff | tree |
2016-01-27 |
Austin Clements | runtime: attach mark workers to P after they park |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | cmd/internal/obj/arm64: adjust literal pool flush for... |
commit | commitdiff | tree |
2016-01-27 |
Joe Tsai | archive/zip: clarify expectations of RegisterCompressor... |
commit | commitdiff | tree |
2016-01-27 |
Russ Cox | cmd/compile: remove -h spam |
commit | commitdiff | tree |
2016-01-27 |
Adam Langley | crypto/rsa: expand on documentation and add some examples. |
commit | commitdiff | tree |
2016-01-26 |
Brad Fitzpatrick | doc: mention the need for a C compiler for cgo support |
commit | commitdiff | tree |
2016-01-26 |
Austin Clements | runtime/pprof: retry failed tests with longer duration |
commit | commitdiff | tree |
2016-01-26 |
Brad Fitzpatrick | net/http: quiet http2 log spam |
commit | commitdiff | tree |
2016-01-26 |
Brad Fitzpatrick | net/http: document TimeFormat more |
commit | commitdiff | tree |
2016-01-26 |
Alberto Donizetti | doc: update install from source instructions for go1.5.3 |
commit | commitdiff | tree |
2016-01-26 |
Ian Lance Taylor | cmd/link: add -extar option to set ar program for c... |
commit | commitdiff | tree |
2016-01-26 |
Mikio Hara | net/http: fix nit in test |
commit | commitdiff | tree |
2016-01-26 |
Russ Cox | crypto: document that Signer.Sign does not hash |
commit | commitdiff | tree |
2016-01-26 |
Russ Cox | net/url: allow spaces in IPv6 zone identifier for Windows |
commit | commitdiff | tree |
2016-01-26 |
Kevin Kirsche | crypto/cipher: Add AES-GCM encryption and decryption... |
commit | commitdiff | tree |
2016-01-26 |
Ian Lance Taylor | time: fix comment about use of Location.cacheEnd |
commit | commitdiff | tree |
2016-01-26 |
Russ Cox | cmd/asm: add amd64 HADDPD/HADDPS |
commit | commitdiff | tree |
2016-01-26 |
Mikio Hara | cmd/go/testdata: fix nits in test |
commit | commitdiff | tree |
2016-01-26 |
Ian Lance Taylor | runtime: don't check sigaltstack on darwin/{arm,arm64} |
commit | commitdiff | tree |
2016-01-26 |
Brad Fitzpatrick | net/http: don't retain *http.Request in Transport's... |
commit | commitdiff | tree |
2016-01-25 |
Brad Fitzpatrick | net/http/httputil: clarify docs on the Dump functions |
commit | commitdiff | tree |
2016-01-25 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-01-25 |
Ian Lance Taylor | runtime/pprof: document SetCPUProfile with c-archive... |
commit | commitdiff | tree |
2016-01-25 |
Keith Randall | runtime: update heap dumper header to 1.6. |
commit | commitdiff | tree |
2016-01-25 |
Brad Fitzpatrick | net/http: check max size of HTTP chunks |
commit | commitdiff | tree |
2016-01-25 |
Ian Lance Taylor | runtime: always install new signal stack on NetBSD... |
commit | commitdiff | tree |
2016-01-25 |
Ian Lance Taylor | cmd/go: fix handling of asm files for -compiler=gccgo |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: reject foo(SB)(AX) instead of silently treatin... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | misc/cgo/test: fix test on darwin/386 with cgo enabled |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | encoding/xml: update docs for Token |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add amd64 PDEP, PEXT, and related integer... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add requested amd64 instructions |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: correct, complete newly added AVX instructions |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add x86 POPCNTW, POPCNTL |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add generated test of amd64 instruction encodings |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add test for verification of instruction encodings |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/internal/obj/x86: fix doubled REX byte in POPCNT... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/internal/obj/x86: rename POPCNT to POPCNTQ |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add -e flag (no limit on errors) to match... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: add YMM registers Y0 through Y15 |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: report more than one instruction encoding... |
commit | commitdiff | tree |
2016-01-24 |
Russ Cox | cmd/asm: simplify golden test maintenance |
commit | commitdiff | tree |
2016-01-23 |
Mikio Hara | net: enable TestLookupDotsWithRemoteSource on builders |
commit | commitdiff | tree |
2016-01-23 |
Dominik Honnef | doc: missing words and letters in release notes |
commit | commitdiff | tree |
2016-01-23 |
Mikio Hara | net: fix TestLookupDotsWithLocalSource |
commit | commitdiff | tree |
2016-01-22 |
Russ Cox | unsafe: document valid uses of Pointer |
commit | commitdiff | tree |
2016-01-22 |
Shenghou Ma | cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS... |
commit | commitdiff | tree |
2016-01-22 |
Robert Griesemer | cmd/compile: update vendored copy of math/big |
commit | commitdiff | tree |
2016-01-22 |
Robert Griesemer | cmd/compile: remove unused (dead) fields |
commit | commitdiff | tree |
2016-01-22 |
Ian Lance Taylor | runtime: skip TestSignalExitStatus on NetBSD |
commit | commitdiff | tree |
2016-01-21 |
David Symonds | lib/time: update to IANA release 2015g. |
commit | commitdiff | tree |
2016-01-21 |
Ian Lance Taylor | runtime: save context value in NetBSD sigtramp |
commit | commitdiff | tree |
2016-01-21 |
Ian Lance Taylor | runtime: on NetBSD and DragonFly drop signal stack... |
commit | commitdiff | tree |
2016-01-21 |
Tim Ebringer | net: improve netsh usage in Windows unit tests |
commit | commitdiff | tree |
2016-01-21 |
Adam Langley | crypto/tls: note in comment that Certificate.Leaf is... |
commit | commitdiff | tree |
2016-01-21 |
Rob Pike | text/template: fix documentation for pipelines |
commit | commitdiff | tree |
2016-01-21 |
Olivier Poitrey | net/http: make Client propagate Request.Cancel over... |
commit | commitdiff | tree |
2016-01-21 |
Ian Lance Taylor | cmd/go: document PackageError in go list output |
commit | commitdiff | tree |
2016-01-21 |
Brad Fitzpatrick | net/http: update http2 to check header values, move... |
commit | commitdiff | tree |
2016-01-20 |
Michael Hudson... | cmd/link: allow symbols from .a files to override those... |
commit | commitdiff | tree |
next |