- 387d5b8 runtime: remove debugging print in cgoCheckTypedBlock by Ian Lance Taylor · 9 years ago
- 76cb265 net/http: update bundled http2 to fix gzip crash on Read after NewReader error by Brad Fitzpatrick · 9 years ago
- e3033fc cmd/compile: add write barrier to type switch by Keith Randall · 9 years ago
- c93193a runtime: return errno value from Solaris mmap as expected by Ian Lance Taylor · 9 years ago
- 68aa7fb cmd/link: fix padding for dwarf aranges on 32 bit platforms. by Ryan Brown · 9 years ago
- cc0a04d runtime: fix errno sign for some mmap and mincore cases by Ian Lance Taylor · 9 years ago
- 70418eb runtime: add test for mincore's return value sign on Linux by Brad Fitzpatrick · 9 years ago
- 53b6661 net/http/httptest: make Server.CloseClientConnections wait for conns to close by Brad Fitzpatrick · 9 years ago
- 7ebf653 go/internal/gcimporter: interpret relative srcDir relative to cwd by Robert Griesemer · 9 years ago
- 811b785 net: make getmac based tests on windows more robust by Volker Dobler · 9 years ago
- 79d9f48 net/http: be more conservative about enabling http2 on Transports by Brad Fitzpatrick · 9 years ago
- ee45177 cmd/go: use GOPATH order for compile -I and link -L options by Russ Cox · 9 years ago
- 558a213 build: mv cmd/vendor cmd/internal/unvendor by Russ Cox · 9 years ago
- 97572d5 cmd/go: silence standard imports non-standard error for non-existent import target by Russ Cox · 9 years ago
- 6a208ef net/http: make ListenAndServeTLS treat GetCertificate as a set cert too by Brad Fitzpatrick · 9 years ago
- 41191e1 go/constant: fix String() implementation by Robert Griesemer · 9 years ago
- 77b4c8d runtime: fix comment by Brad Fitzpatrick · 9 years ago
- 33a9a98 go/types: make sure constants valid in integer operations are in integer form by Robert Griesemer · 9 years ago
- fa5e547 runtime: don't call testing.Fatal from worker goroutines by Mikio Hara · 9 years ago
- 54b4b94 net/http: deflake TestCloseNotifierPipelined by Ian Lance Taylor · 9 years ago
- fd9fd4c net/http: fix doc typo by Brad Fitzpatrick · 9 years ago
- dc89b5b net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
- 107a6ef net/http: document Request.Header and Request.Close more by Brad Fitzpatrick · 9 years ago
- 4d02b12 runtime: don't expose stack buffer in stringto{byte,rune}slice by Keith Randall · 9 years ago
- 1f7e3cf runtime: skip TestSignalExitStatus on Solaris by Ian Lance Taylor · 9 years ago
- 91911e3 net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop header by Brad Fitzpatrick · 9 years ago
- 03f42ee sync: deflake TestWaitGroupMisuse3 by Brad Fitzpatrick · 9 years ago
- 0ed70ef cmd/go: fix rebuild after installation of new Go release by Russ Cox · 9 years ago
- 182a9db cmd/vet: don't crash in cgo checker if type is unknown by Ian Lance Taylor · 9 years ago
- 2248886 cmd/go: document that -msan requires clang by Russ Cox · 9 years ago
- beceea7 runtime/pprof: mark dragonfly and solaris as bad at pprof by Brad Fitzpatrick · 9 years ago
- 2639498f net/http/httputil: fix spelling of Trailer hop-by-hop header per errata by Brad Fitzpatrick · 9 years ago
- eb5bfa7 net/http: mark TestTLSServerClosesConnection as flaky on all systems by Brad Fitzpatrick · 9 years ago
- b6c5eda archive/zip: handle pre-zip64 zip files containing 2³²-1-byte content by Russ Cox · 9 years ago
- 8de7563 cmd/go: avoid use of git -C, which does not exist in RHEL 7 by Russ Cox · 9 years ago
- 1c6a35b runtime: deflake TestGoroutineProfileTrivial by Russ Cox · 9 years ago
- f309bf3 runtime: start an M when handing off a P when there's GC work by Austin Clements · 9 years ago
- 125f52d net/http: update bundled http2, fix Transport memory leak by Brad Fitzpatrick · 9 years ago
- b3c05f0 runtime: avoid write barrier in cgo mmap code by Ian Lance Taylor · 9 years ago
- d37d76a cmd/compile: fix parsing of inlined interface types with unexported methods by Robert Griesemer · 9 years ago
- af15bee os: document that FindProcess always succeeds on Unix by Brad Fitzpatrick · 9 years ago
- 9f58bf5 cmd/go: avoid a few symlink-induced errors in internal and vendor checks by Russ Cox · 9 years ago
- 0f89efa cmd/vet: report uncalled functions in Printf %v by Russ Cox · 9 years ago
- 2e08694 net: deflake TestListenerClose by Mikio Hara · 9 years ago
- f5e3090 unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversions by Rahul Chaudhry · 9 years ago
- 2d916be runtime: align stack in sigfwd for darwin/386 by Ian Lance Taylor · 9 years ago
- e970966 runtime: handle kindString in cgoCheckArg by Ian Lance Taylor · 9 years ago
- a3c1a3f runtime: deflake TestNumGoroutine by Russ Cox · 9 years ago
- 3a21f0a runtime/cgo: more +build cgo tags by Russ Cox · 9 years ago
- b460d1d cmd/internal/obj/x86: skip test when GOHOSTARCH is set by Brad Fitzpatrick · 9 years ago
- e3f3f94 runtime/cgo: add cgo build tag to C files by Russ Cox · 9 years ago
- 572f766 runtime/race: run tests with GOMAXPROCS=1 by Dmitry Vyukov · 9 years ago
- d326a96 runtime: remove redundant empty function call from Breakpoint on arm by Richard Miller · 9 years ago
- 4223675 cmd/go: refine definition of 'standard' import paths to include vendored code by Russ Cox · 9 years ago
- 1023d63 unsafe: clarify wording in recent Alignof changes by Ian Lance Taylor · 9 years ago
- 9b67a5d net/http: add protections against misuse of ServeFile by Brad Fitzpatrick · 9 years ago
- 158f19b cmd/go: recognise plan9_arm object files by Richard Miller · 9 years ago
- bd7e084 cmd/link: correct byte ordering in plan9_arm object header by Richard Miller · 9 years ago
- f49a757 unsafe: clarify that Alignof returns required alignment by Ian Lance Taylor · 9 years ago
- 867bef9 database/sql: implement Scan of time.Time, document, clarify Scan error text by Brad Fitzpatrick · 9 years ago
- 26397f1 runtime: fix upper bound on out-of-memory print by Russ Cox · 9 years ago
- d9fdbf4 runtime: guard against array out of bounds in GoroutineProfile by Russ Cox · 9 years ago
- 313fd1c runtime: fix crash in GoroutineProfile by Russ Cox · 9 years ago
- 4ec2fd3 cmd/go: disable broken test for code.google.com by Russ Cox · 9 years ago
- 9202e9e runtime: add more debug info to flaky TestNumGoroutine by Brad Fitzpatrick · 9 years ago
- 09940b9 runtime: make p.gcBgMarkWorker a guintptr by Austin Clements · 9 years ago
- 08594ac runtime: acquire stack lock in traceEvent by Austin Clements · 9 years ago
- eb3b183 runtime: attach mark workers to P after they park by Austin Clements · 9 years ago
- 73d590b cmd/internal/obj/arm64: adjust literal pool flush for span-dependent jump enlargement by Russ Cox · 9 years ago
- c736280 archive/zip: clarify expectations of RegisterCompressor and RegisterDecompressor by Joe Tsai · 9 years ago
- 1d901f5 cmd/compile: remove -h spam by Russ Cox · 9 years ago
- 8437452 crypto/rsa: expand on documentation and add some examples. by Adam Langley · 9 years ago
- 7037c15 runtime/pprof: retry failed tests with longer duration by Austin Clements · 9 years ago
- aff6aa0 net/http: quiet http2 log spam by Brad Fitzpatrick · 9 years ago
- 2c12b81 net/http: document TimeFormat more by Brad Fitzpatrick · 9 years ago
- 1aab7b9 cmd/link: add -extar option to set ar program for c-archive by Ian Lance Taylor · 9 years ago
- c2b4080 net/http: fix nit in test by Mikio Hara · 9 years ago
- b4c9d01 crypto: document that Signer.Sign does not hash by Russ Cox · 9 years ago
- 038b813 net/url: allow spaces in IPv6 zone identifier for Windows by Russ Cox · 9 years ago
- 980364b crypto/cipher: Add AES-GCM encryption and decryption example by Kevin Kirsche · 9 years ago
- 830143f time: fix comment about use of Location.cacheEnd by Ian Lance Taylor · 9 years ago
- e634765 cmd/asm: add amd64 HADDPD/HADDPS by Russ Cox · 9 years ago
- 295ec4f cmd/go/testdata: fix nits in test by Mikio Hara · 9 years ago
- 0408ca7 runtime: don't check sigaltstack on darwin/{arm,arm64} by Ian Lance Taylor · 9 years ago
- 99fa8c3 net/http: don't retain *http.Request in Transport's HTTP/2 path by Brad Fitzpatrick · 9 years ago
- 071fcd1 net/http/httputil: clarify docs on the Dump functions by Brad Fitzpatrick · 9 years ago
- db5cb1d net/http: update bundled http2 by Brad Fitzpatrick · 9 years ago
- 7688ffe runtime/pprof: document SetCPUProfile with c-archive/c-shared by Ian Lance Taylor · 9 years ago
- cedbbfa runtime: update heap dumper header to 1.6. by Keith Randall · 9 years ago
- 3caf4e0 net/http: check max size of HTTP chunks by Brad Fitzpatrick · 9 years ago
- 801bebe runtime: always install new signal stack on NetBSD and DragonFly by Ian Lance Taylor · 9 years ago
- 3415d0c cmd/go: fix handling of asm files for -compiler=gccgo by Ian Lance Taylor · 9 years ago
- 9d6427d cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB) by Russ Cox · 9 years ago
- 970ce1c encoding/xml: update docs for Token by Russ Cox · 9 years ago
- 0bae38e cmd/asm: add amd64 PDEP, PEXT, and related integer VEX instructions by Russ Cox · 9 years ago
- 863d9b6 cmd/asm: add requested amd64 instructions by Russ Cox · 9 years ago
- 8d881b8 cmd/asm: correct, complete newly added AVX instructions by Russ Cox · 9 years ago
- 7f620a5 cmd/asm: add x86 POPCNTW, POPCNTL by Russ Cox · 9 years ago
- 659c632 cmd/asm: add generated test of amd64 instruction encodings by Russ Cox · 9 years ago
- 2eb8d94 cmd/asm: add test for verification of instruction encodings by Russ Cox · 9 years ago