aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-25[dev.garbage] runtime: determine if an object is publicdev.garbageRick Hudson
2017-01-11Merge branch 'master' into dev.garbageAustin Clements
2017-01-10cmd/compile: disable flaky testDavid Chase
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-06doc: update CONTRIBUTING.md a bit, mention proposal processBrad Fitzpatrick
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-06doc: explain how to set GOPATH to a custom valueJaana Burcu Dogan
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-05doc: add go get -insecure change to go1.8.htmlBrad Fitzpatrick
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-05.gitignore: fix attempt at rooted pathsRuss Cox
2017-01-05lib/time: update tzdata to 2016jBrad Fitzpatrick
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-04doc: in Go 1.8 notes, mention lack of RWMutex in contention profileRuss 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