summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.garbage] runtime: determine if an object is publicdev.garbageRick Hudson2017-05-253-0/+106
* Merge branch 'master' into dev.garbageAustin Clements2017-01-11346-1823/+6192
|\
| * cmd/compile: disable flaky testDavid Chase2017-01-101-3/+12
| * runtime: debug prints for spanBytesAlloc underflowAustin Clements2017-01-101-1/+4
| * cmd/compile: insert scheduling checks on loop backedgesDavid Chase2017-01-0913-8/+730
| * cmd/compile: file line number for //go:xxx directivesRobert Griesemer2017-01-093-0/+16
| * net/http: preserve original HTTP method when possibleJoe Tsai2017-01-092-11/+17
| * runtime: add table of size classes in a commentAustin Clements2017-01-082-0/+84
| * go/types: fix typogulyasm2017-01-071-1/+1
| * os/user: document the difference between Username and NameKevin Burke2017-01-071-14/+22
| * all: fix misspellingsshawnps2017-01-0717-19/+19
| * net/http: don't do a background read if we've already done oneIan Lance Taylor2017-01-072-0/+50
| * cmd/go: add link to env varible guide to set custom GOPATHJaana Burcu Dogan2017-01-073-1/+5
| * vendor: update golang.org/x/crypto/chacha20poly1305Mikio Hara2017-01-073-10/+20
| * doc: update CONTRIBUTING.md a bit, mention proposal processBrad Fitzpatrick2017-01-061-2/+7
| * net: disable RFC 6724 Rule 9 for IPv4 addressesMatthew Dempsky2017-01-062-131/+5
| * cmd/compile: rewrite literal.method to ensure full initializationDavid Chase2017-01-062-0/+42
| * doc: explain how to set GOPATH to a custom valueJaana Burcu Dogan2017-01-061-3/+7
| * runtime: fix corruption crash/race between select and stack growthRuss Cox2017-01-061-4/+65
| * runtime: expand HACKING.mdAustin Clements2017-01-061-3/+136
| * runtime: update big mgc.go commentAustin Clements2017-01-061-63/+66
| * net/http: better failure in TestTransportPersistConnLeakRuss Cox2017-01-061-5/+14
| * runtime: use 4K as the boundary of legal pointersAustin Clements2017-01-063-1/+10
| * net: Fix grammar errorKevin Burke2017-01-061-1/+1
| * net: display the complete BUGS section on every platformMikio Hara2017-01-064-19/+19
| * cmd/compile: avoid n.Right nil dereference on non-existent interface methodsEmmanuel Odeke2017-01-052-1/+12
| * doc: add go get -insecure change to go1.8.htmlBrad Fitzpatrick2017-01-051-0/+9
| * cmd/go: use ProxyFromEnvironment in -insecure mode alsoBrad Fitzpatrick2017-01-051-0/+1
| * x/crypto/chacha20poly1305: fix detection of BMI on AMD64Lion Yang2017-01-051-5/+9
| * crypto: detect BMI usability on AMD64 for sha1 and sha256Lion Yang2017-01-054-9/+31
| * .gitignore: fix attempt at rooted pathsRuss Cox2017-01-051-24/+24
| * lib/time: update tzdata to 2016jBrad Fitzpatrick2017-01-052-2/+2
| * cmd/go: retain test binary when go test is run with -mutexprofileKale Blankenship2017-01-052-2/+22
| * net/http/httputil: make DumpRequest and DumpRequestOut recognize http.NoBodyBrad Fitzpatrick2017-01-042-4/+21
| * net/http: make Server cancel its ReadTimeout between requestsBrad Fitzpatrick2017-01-042-0/+38
| * testing: add missing newlines to error messagesIan Lance Taylor2017-01-041-4/+4
| * cmd/go: add sync/atomic dependency when needed by test coverageRuss Cox2017-01-0414-0/+38
| * doc: in Go 1.8 notes, mention lack of RWMutex in contention profileRuss Cox2017-01-041-0/+7
| * cmd/link: use 64k segment alignment on linux/armRuss Cox2017-01-041-1/+1
| * runtime: check sched_getaffinity return valueMichael Marineau2017-01-031-0/+3
| * cmd/vet: include function name or value in copylock messageRob Pike2017-01-033-6/+8
| * cmd/dist: enable extLink tests for s390xMichael Munday2017-01-031-1/+1
| * cmd/dist: enable extLink tests for mips{,le}Vladimir Stefanovic2017-01-031-1/+1
| * runtime: fix SP alignment in mips{,le} sigfwdVladimir Stefanovic2017-01-031-1/+1
| * database/sql: fix typo and wordingKevin Burke2017-01-021-6/+6
| * database/sql: prevent Tx.rollback from racing Tx.closeDaniel Theophanes2017-01-022-5/+52
| * cmd/link: don't suggest using nm to find -X nameIan Lance Taylor2017-01-021-2/+0
| * net/http: update bundled http2 for Server WriteTimeout changeBrad Fitzpatrick2016-12-312-1/+4
| * net/http: add test for http2 Server WriteTimeoutKale Blankenship2016-12-301-0/+51
| * net/http/httputil: clarify the contract on ReverseProxy's Director.Mike Wiacek2016-12-291-0/+2