aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-10runtime: debug prints for spanBytesAlloc underflowAustin Clements
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase
2017-01-09cmd/compile: file line number for //go:xxx directivesRobert Griesemer
2017-01-09net/http: preserve original HTTP method when possibleJoe Tsai
2017-01-08runtime: add table of size classes in a commentAustin Clements
2017-01-07go/types: fix typogulyasm
2017-01-07os/user: document the difference between Username and NameKevin Burke
2017-01-07all: fix misspellingsshawnps
2017-01-07net/http: don't do a background read if we've already done oneIan Lance Taylor
2017-01-07cmd/go: add link to env varible guide to set custom GOPATHJaana Burcu Dogan
2017-01-07vendor: update golang.org/x/crypto/chacha20poly1305Mikio Hara
2017-01-06net: disable RFC 6724 Rule 9 for IPv4 addressesMatthew Dempsky
2017-01-06cmd/compile: rewrite literal.method to ensure full initializationDavid Chase
2017-01-06runtime: fix corruption crash/race between select and stack growthRuss Cox
2017-01-06runtime: expand HACKING.mdAustin Clements
2017-01-06runtime: update big mgc.go commentAustin Clements
2017-01-06net/http: better failure in TestTransportPersistConnLeakRuss Cox
2017-01-06runtime: use 4K as the boundary of legal pointersAustin Clements
2017-01-06net: Fix grammar errorKevin Burke
2017-01-06net: display the complete BUGS section on every platformMikio Hara
2017-01-05cmd/compile: avoid n.Right nil dereference on non-existent interface methodsEmmanuel Odeke
2017-01-05cmd/go: use ProxyFromEnvironment in -insecure mode alsoBrad Fitzpatrick
2017-01-05x/crypto/chacha20poly1305: fix detection of BMI on AMD64Lion Yang
2017-01-05crypto: detect BMI usability on AMD64 for sha1 and sha256Lion Yang
2017-01-05cmd/go: retain test binary when go test is run with -mutexprofileKale Blankenship
2017-01-04net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBodyBrad Fitzpatrick
2017-01-04net/http: make Server cancel its ReadTimeout between requestsBrad Fitzpatrick
2017-01-04testing: add missing newlines to error messagesIan Lance Taylor
2017-01-04cmd/go: add sync/atomic dependency when needed by test coverageRuss Cox
2017-01-04cmd/link: use 64k segment alignment on linux/armRuss Cox
2017-01-03runtime: check sched_getaffinity return valueMichael Marineau
2017-01-03cmd/vet: include function name or value in copylock messageRob Pike
2017-01-03cmd/dist: enable extLink tests for s390xMichael Munday
2017-01-03cmd/dist: enable extLink tests for mips{,le}Vladimir Stefanovic
2017-01-03runtime: fix SP alignment in mips{,le} sigfwdVladimir Stefanovic
2017-01-02database/sql: fix typo and wordingKevin Burke
2017-01-02database/sql: prevent Tx.rollback from racing Tx.closeDaniel Theophanes
2017-01-02cmd/link: don't suggest using nm to find -X nameIan Lance Taylor
2016-12-31net/http: update bundled http2 for Server WriteTimeout changeBrad Fitzpatrick
2016-12-30net/http: add test for http2 Server WriteTimeoutKale Blankenship
2016-12-29net/http/httputil: clarify the contract on ReverseProxy's Director.Mike Wiacek
2016-12-28cmd/go: fix two formatting issues in documentation of testing flagsDmitri Shuralyov
2016-12-24cmd/vet: fix copylocks false positive on len(array) and cap(array).Aliaksandr Valialkin
2016-12-23runtime: document MemStats.BySize fieldsAustin Clements
2016-12-23net: Fix spelling of function name in docKevin Burke
2016-12-22cmd/pprof: Re-enable weblist and disasmRaul Silvera
2016-12-22net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick
2016-12-22runtime: skip floating point hardware check on AndroidElias Naur
2016-12-22cmd/go: skip flaky TestCgoConsistentResults on FreeBSDMikio Hara
2016-12-21runtime: avoid CreateThread panic when exiting processAustin Clements