aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-03[release-branch.go1.6] go1.6rc2go1.6rc2Chris Broadfoot
2016-02-03all: merge master into release-branch.go1.6Chris Broadfoot
2016-02-03net/http/httputil: also remove non-standard Proxy-Connection hop-by-hop headerBrad Fitzpatrick
2016-02-03sync: deflake TestWaitGroupMisuse3Brad Fitzpatrick
2016-02-03cmd/go: fix rebuild after installation of new Go releaseRuss Cox
2016-02-03cmd/vet: don't crash in cgo checker if type is unknownIan Lance Taylor
2016-02-03misc: update timezone database to IANA 2016aRob Pike
2016-02-02cmd/go: document that -msan requires clangRuss Cox
2016-02-02runtime/pprof: mark dragonfly and solaris as bad at pprofBrad Fitzpatrick
2016-02-02net/http/httputil: fix spelling of Trailer hop-by-hop header per errataBrad Fitzpatrick
2016-02-02net/http: mark TestTLSServerClosesConnection as flaky on all systemsBrad Fitzpatrick
2016-02-02all: merge master into release-branch.go1.6Russ Cox
2016-02-02archive/zip: handle pre-zip64 zip files containing 2³²-1-byte contentRuss Cox
2016-02-02cmd/go: avoid use of git -C, which does not exist in RHEL 7Russ Cox
2016-02-02runtime: deflake TestGoroutineProfileTrivialRuss Cox
2016-02-02all: merge master into release-branch.go1.6Russ Cox
2016-02-02runtime: start an M when handing off a P when there's GC workAustin Clements
2016-02-01net/http: update bundled http2, fix Transport memory leakBrad Fitzpatrick
2016-02-01runtime: avoid write barrier in cgo mmap codeIan Lance Taylor
2016-02-01cmd/compile: fix parsing of inlined interface types with unexported methodsRobert Griesemer
2016-01-29os: document that FindProcess always succeeds on UnixBrad Fitzpatrick
2016-01-29cmd/go: avoid a few symlink-induced errors in internal and vendor checksRuss Cox
2016-01-29cmd/vet: report uncalled functions in Printf %vRuss Cox
2016-01-29net: deflake TestListenerCloseMikio Hara
2016-01-29doc: link to block example in go1.6 docAndrew Gerrand
2016-01-29unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversionsRahul Chaudhry
2016-01-28doc: don't imply that the new HTTP status 451 is from RFC 6585Brad Fitzpatrick
2016-01-28runtime: align stack in sigfwd for darwin/386Ian Lance Taylor
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