aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-28[release-branch.go1.6] cmd/newlink: remove from release branchgo1.6rc1Chris Broadfoot
2016-01-27[release-branch.go1.6] go1.6rc1Chris Broadfoot
2016-01-27runtime: handle kindString in cgoCheckArgIan Lance Taylor
2016-01-27misc/cgo/test: disable sigaltstack test on darwin/386Russ Cox
2016-01-27runtime: deflake TestNumGoroutineRuss Cox
2016-01-27runtime/cgo: more +build cgo tagsRuss Cox
2016-01-27cmd/internal/obj/x86: skip test when GOHOSTARCH is setBrad Fitzpatrick
2016-01-27runtime/cgo: add cgo build tag to C filesRuss Cox
2016-01-27runtime/race: run tests with GOMAXPROCS=1Dmitry Vyukov
2016-01-27runtime: remove redundant empty function call from Breakpoint on armRichard Miller
2016-01-27doc: mention ServeFile change in go1.6.htmlRuss Cox
2016-01-27cmd/go: refine definition of 'standard' import paths to include vendored codeRuss Cox
2016-01-27unsafe: clarify wording in recent Alignof changesIan Lance Taylor
2016-01-27doc: mention signal changes for c-archive/c-sharedIan Lance Taylor
2016-01-27net/http: add protections against misuse of ServeFileBrad Fitzpatrick
2016-01-27cmd/go: recognise plan9_arm object filesRichard Miller
2016-01-27cmd/link: correct byte ordering in plan9_arm object headerRichard Miller
2016-01-27unsafe: clarify that Alignof returns required alignmentIan Lance Taylor
2016-01-27database/sql: implement Scan of time.Time, document, clarify Scan error textBrad Fitzpatrick
2016-01-27runtime: fix upper bound on out-of-memory printRuss Cox
2016-01-27runtime: guard against array out of bounds in GoroutineProfileRuss Cox
2016-01-27runtime: fix crash in GoroutineProfileRuss Cox
2016-01-27cmd/go: disable broken test for code.google.comRuss Cox
2016-01-27runtime: add more debug info to flaky TestNumGoroutineBrad Fitzpatrick
2016-01-27runtime: make p.gcBgMarkWorker a guintptrAustin Clements
2016-01-27runtime: acquire stack lock in traceEventAustin Clements
2016-01-27runtime: attach mark workers to P after they parkAustin Clements
2016-01-27cmd/internal/obj/arm64: adjust literal pool flush for span-dependent jump enl...Russ Cox
2016-01-27archive/zip: clarify expectations of RegisterCompressor and RegisterDecompressorJoe Tsai
2016-01-27cmd/compile: remove -h spamRuss Cox
2016-01-27crypto/rsa: expand on documentation and add some examples.Adam Langley
2016-01-26doc: mention the need for a C compiler for cgo supportBrad Fitzpatrick
2016-01-26runtime/pprof: retry failed tests with longer durationAustin Clements
2016-01-26net/http: quiet http2 log spamBrad Fitzpatrick
2016-01-26net/http: document TimeFormat moreBrad Fitzpatrick
2016-01-26doc: update install from source instructions for go1.5.3Alberto Donizetti
2016-01-26cmd/link: add -extar option to set ar program for c-archiveIan Lance Taylor
2016-01-26net/http: fix nit in testMikio Hara
2016-01-26crypto: document that Signer.Sign does not hashRuss Cox
2016-01-26net/url: allow spaces in IPv6 zone identifier for WindowsRuss Cox
2016-01-26crypto/cipher: Add AES-GCM encryption and decryption exampleKevin Kirsche
2016-01-26time: fix comment about use of Location.cacheEndIan Lance Taylor
2016-01-26cmd/asm: add amd64 HADDPD/HADDPSRuss Cox
2016-01-26cmd/go/testdata: fix nits in testMikio Hara
2016-01-26runtime: don't check sigaltstack on darwin/{arm,arm64}Ian Lance Taylor
2016-01-26net/http: don't retain *http.Request in Transport's HTTP/2 pathBrad Fitzpatrick
2016-01-25net/http/httputil: clarify docs on the Dump functionsBrad Fitzpatrick
2016-01-25net/http: update bundled http2Brad Fitzpatrick
2016-01-25runtime/pprof: document SetCPUProfile with c-archive/c-sharedIan Lance Taylor
2016-01-25runtime: update heap dumper header to 1.6.Keith Randall