aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-17go1.6go1.6Russ Cox
2016-02-17all: merge master into release-branch.go1.6Russ Cox
2016-02-17doc: remove DRAFT tags from go1.6.htmlRuss Cox
2016-02-17net/http: update bundle commandRuss Cox
2016-02-17doc: mention multi-change branches in contribute.htmlRuss Cox
2016-02-16cmd/go: avoid race on test environmentIan Lance Taylor
2016-02-16runtime: fix deadlock in TestCrashDumpsAllThreadsAustin Clements
2016-02-16cmd/compile: print struct tags in var decl in inlined func bodyRuss Cox
2016-02-16net: make TestInterfaceAddrsWithNetsh more robustAlex Brainman
2016-02-16runtime: show panics in tracebackAustin Clements
2016-02-16doc: fix remaining TODOs in Go 1.6 release notesRuss Cox
2016-02-16doc: tweak Go 1.6 GC release notesAustin Clements
2016-02-16doc: fix non-possessive "'s"Austin Clements
2016-02-13runtime: remove debugging print in cgoCheckTypedBlockIan Lance Taylor
2016-02-13net/http: update bundled http2 to fix gzip crash on Read after NewReader errorBrad Fitzpatrick
2016-02-12cmd/compile: add write barrier to type switchKeith Randall
2016-02-12runtime: return errno value from Solaris mmap as expectedIan Lance Taylor
2016-02-12cmd/link: fix padding for dwarf aranges on 32 bit platforms.Ryan Brown
2016-02-12runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor
2016-02-11runtime: add test for mincore's return value sign on LinuxBrad Fitzpatrick
2016-02-10net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad Fitzpatrick
2016-02-10go/internal/gcimporter: interpret relative srcDir relative to cwdRobert Griesemer
2016-02-10net: make getmac based tests on windows more robustVolker Dobler
2016-02-09net/http: be more conservative about enabling http2 on TransportsBrad Fitzpatrick
2016-02-09cmd/go: use GOPATH order for compile -I and link -L optionsRuss Cox
2016-02-09build: mv cmd/vendor cmd/internal/unvendorRuss Cox
2016-02-09cmd/go: silence standard imports non-standard error for non-existent import t...Russ Cox
2016-02-09net/http: make ListenAndServeTLS treat GetCertificate as a set cert tooBrad Fitzpatrick
2016-02-08go/constant: fix String() implementationRobert Griesemer
2016-02-08runtime: fix commentBrad Fitzpatrick
2016-02-08go/types: make sure constants valid in integer operations are in integer formRobert Griesemer
2016-02-07runtime: don't call testing.Fatal from worker goroutinesMikio Hara
2016-02-06net/http: deflake TestCloseNotifierPipelinedIan Lance Taylor
2016-02-05net/http: fix doc typoBrad Fitzpatrick
2016-02-05net/http: update bundled http2Brad Fitzpatrick
2016-02-05net/http: document Request.Header and Request.Close moreBrad Fitzpatrick
2016-02-04runtime: don't expose stack buffer in stringto{byte,rune}sliceKeith Randall
2016-02-04doc: rewrite references to plan9.bell-labs.com to 9p.ioAndrew Gerrand
2016-02-04runtime: skip TestSignalExitStatus on SolarisIan Lance Taylor
2016-02-04doc: correct old function names in strconv comments in go1.6 docIan Lance Taylor
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