aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-18[release-branch.go1.7] go1.7rc2go1.7rc2Chris Broadfoot
2016-07-18[release-branch.go1.7] net/http, net/http/cgi: fix for CGI + HTTP_PROXY secur...Brad Fitzpatrick
2016-07-08[release-branch.go1.7] runtime: fix nanotime for macOS Sierrago1.7rc1Ian Lance Taylor
2016-07-08[release-branch.go1.7] go1.7rc1Chris Broadfoot
2016-07-08runtime: handle selects with duplicate channels in shrinkstackIan Lance Taylor
2016-07-07lib/time: update to IANA release 2016f (July 2016)Brad Fitzpatrick
2016-07-07net/http: deflake TestClientRedirectContextBrad Fitzpatrick
2016-07-07path/filepath: fix typo in commentIan Lance Taylor
2016-07-06path/filepath: document Clean behavior for each functionIan Lance Taylor
2016-07-06cmd/compile, syscall: add //go:uintptrescapes comment, and use itIan Lance Taylor
2016-07-06encoding/xml: update docs to follow conventionSam Whited
2016-07-05encoding/gob: document Encode, EncodeValue nil pointer panicsEmmanuel Odeke
2016-07-04cmd/vet: remove copylock warning about result types and callsIan Lance Taylor
2016-07-04syscall: fix missing use of use function in GetfsstatMikio Hara
2016-07-03cmd/go: remove noVCSSuffix check for OpenStackMonty Taylor
2016-07-02cmd/compile: mark live heap-allocated pparamout vars as needzeroIan Lance Taylor
2016-07-01cmd/compile: don't lose //go:nointerface pragma in export dataRobert Griesemer
2016-07-01cmd/compile: don't set line number to 0 when building SSACherry Zhang
2016-06-30net/http: update bundled http2Brad Fitzpatrick
2016-06-30cmd/vet: lostcancel: treat naked return as a use of named resultsAlan Donovan
2016-06-30all: be consistent about spelling of cancelationBrad Fitzpatrick
2016-06-30context: cancel the context in ExampleWithTimeout, with explanationAlan Donovan
2016-06-30runtime/internal/sys: implement Ctz and Bswap in assembly for 386Austin Clements
2016-06-30os/exec: start checking for context cancelation in StartIan Lance Taylor
2016-06-30syscall: accept more variants of id output when testing as rootIan Lance Taylor
2016-06-30net/http: update bundled http2Brad Fitzpatrick
2016-06-29net/http: be consistent about spelling of HTTP/1.xBrad Fitzpatrick
2016-06-29crypto/ecdsa: Update documentation for SignNick Harper
2016-06-29crypto/tls: Use the same buffer size in the client and server in the TLS thro...Tom Bergan
2016-06-29runtime: fix race atomic operations on external memoryDmitry Vyukov
2016-06-29runtime: correct printing of blocked field in scheduler traceIan Lance Taylor
2016-06-29runtime: better error message for newosproc failureIan Lance Taylor
2016-06-29net/http: update bundled http2Brad Fitzpatrick
2016-06-28cmd/vet: make checking example names in _test packages more robustKonstantin Shaposhnikov
2016-06-28database/sql: deflake TestPendingConnsAfterErr and fix races, panicsBrad Fitzpatrick
2016-06-28cmd/go: restore support for git submodules and update docsAndrew Gerrand
2016-06-28strconv: clarify doc for Atoi return typeJustyn Temme
2016-06-28net/http: conditionally configure HTTP/2 in Server.Serve(Listener)Brad Fitzpatrick
2016-06-28doc: update 1.7 release notes on Unicode upgradeMarcel van Lohuizen
2016-06-28doc/go1.7.html: mention recent changes to Rand.ReadJoe Tsai
2016-06-28unicode: upgrade to version 9.0.0Marcel van Lohuizen
2016-06-28reflect, runtime: optimize Name methodDavid Crawshaw
2016-06-28runtime/internal/atomic: Use power5 compatible instructions for ppc64Lynn Boger
2016-06-28net/http/pprof: remove comments pointing to gperftoolsRaul Silvera
2016-06-28encoding/gob: avoid allocating string for map keyDavid Crawshaw
2016-06-27math/rand: fix io.Reader implementationDmitri Popov
2016-06-27compress/flate: don't ignore dict in Reader.ResetVladimir Mihailenco
2016-06-27crypto/tls: don't copy Mutex or Once valuesIan Lance Taylor
2016-06-27net/http/httptest: show usage of httptest.NewRequest in exampleKonstantin Shaposhnikov
2016-06-27net/http: reject faux HTTP/0.9 and HTTP/2+ requestsBrad Fitzpatrick