aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-11crypto/x509: parse multiple URLs in a single CRLDP.Adam Langley
2018-01-11net/http: avoid for-loop if possibleKunpei Sakai
2018-01-11cmd/compile/internal/syntax: don't record semi position if there's noneRobert Griesemer
2018-01-11crypto: clarify that some files come from CRYPTOGAMSIan Lance Taylor
2018-01-11net/http: redirect host-based patterns to trailing slashTerin Stock
2018-01-10net/http: fix "http2: no cached connection..." error with x/net/http2Brad Fitzpatrick
2018-01-10cmd/cgo: support niladic macros for gccgoIan Lance Taylor
2018-01-10cmd/go: check for another GCC error messageIan Lance Taylor
2018-01-10cmd/go: limit test input file change detection to local GOROOT/GOPATH treeRuss Cox
2018-01-10go/importer,os/exec: use testenv.GoToolPathDaniel Martí
2018-01-10os/exec: skip TestContextCancel on the Windows XP builderBrad Fitzpatrick
2018-01-10go/internal/gccgoimporter: parse optional escape info in export dataRobert Griesemer
2018-01-10cmd/compile: workaround for inconsistent receiver param srcposThan McIntosh
2018-01-10html/template: check for duplicates when inserting escapersSamuel Tan
2018-01-10cmd/go: run the real test binary if the test link was cachedIan Lance Taylor
2018-01-10net/url: reject invalid userinfo values when parsing URLsBrad Fitzpatrick
2018-01-10all: use Fatalf instead of Fatal if format is givenKunpei Sakai
2018-01-09os: fix grammar nitRuss Cox
2018-01-09cmd/compile: fix path for go tool in testKeith Randall
2018-01-09strings: prevent copyCheck from forcing Builder to escape and allocateBrad Fitzpatrick
2018-01-09reflect: fix doc nitRuss Cox
2018-01-09cmd/go: adjust import config debugging flagRuss Cox
2018-01-09cmd/link: set runtime.GOROOT default during linkRuss Cox
2018-01-09cmd/link: apply -X options after loading symbolsRuss Cox
2018-01-09Revert "html/template: prevent aliasing of parse Trees via AddParseTree"Samuel Tan
2018-01-09cmd/test2json: emit Benchmark name output earlyRuss Cox
2018-01-08container/list: document nil values moreBrad Fitzpatrick
2018-01-06crypto/x509: update iOS root certs.Giovanni Bajo
2018-01-06Revert "net/http/httputil: allow ReverseProxy to call ModifyResponse on faile...Brad Fitzpatrick
2018-01-06net/http: document cloning of Server.TLSConfigBrad Fitzpatrick
2018-01-05cmd/go: add support for build IDs with gccgoIan Lance Taylor
2018-01-05cmd/test2json: fix processing of --- BENCH: outputRuss Cox
2018-01-05go/constant: make string addition compute actual string lazilyRuss Cox
2018-01-05cmd/go: skip long tests in -short modeRuss Cox
2018-01-05net/http: document internal error errServerClosedIdle moreBrad Fitzpatrick
2018-01-05net/http: don't validate WriteHeader code if header's already been sentBrad Fitzpatrick
2018-01-05net/http: document CONNECT moreBrad Fitzpatrick
2018-01-05net/http: soften wording around when the Transport reuses connectionsBrad Fitzpatrick
2018-01-04cmd/go: fix build failure in -x testRuss Cox
2018-01-04crypto/tls: optional "certificate_status" with OCSPBrad Burch
2018-01-04math/rand: typo fixed in documentation of seedPosPaul PISCUC
2018-01-04sync: document when and when not to use MapRuss Cox
2018-01-04cmd/test2json: fix test log output containing test outputRuss Cox
2018-01-04cmd/go: fix caching of test -json outputsRuss Cox
2018-01-04cmd/go: fix coverage rebuild corner caseRuss Cox
2018-01-04cmd/go: fix compile -p flag for building test of main packageRuss Cox
2018-01-04runtime: avoid race on allp in findrunnableAustin Clements
2018-01-04cmd/go: add -v option in the usage section for getAgniva De Sarker
2018-01-04cmd/buildid: fix rewrite algorithmHiroshi Ioka
2018-01-04encoding/gob: avoid race on idToTypeIan Lance Taylor