aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-11doc, api: add type Srcset string change to go1.10 notes and APIgo1.10beta2Andrew Bonventre
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-10doc/go1.10: document that Go 1.11 will remove Windows XP supportRuss Cox
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-10doc/go1.10: fix typo of "preserves"kim yongbin
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-10doc/go1.10: fix more TODOsRuss Cox
2018-01-09os: fix grammar nitRuss Cox
2018-01-09spec: use consistent quoting style in proseRobert Griesemer
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-09doc: remove interior <code> spaces in debugging, diagnostics docsRuss Cox
2018-01-09doc/debugging_with_gdb: soften text about disabling optimizationsRuss Cox
2018-01-09doc: s/tool chain/toolchain/Russ 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-06A+C: update late Go 1.10 contributorsBrad Fitzpatrick
2018-01-06crypto/x509: update iOS root certs.Giovanni Bajo
2018-01-06doc/go1.10: remove ReverseProxy TODOBrad Fitzpatrick
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-05doc/debugging_with_gdb: mention delve as an alternative.Hana Kim
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