aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-07net/http/httputil: remove redundant call of setBody in testgo1.10beta1Joe Kyo
2017-12-07doc: fix bad html tags in editors.htmlAlberto Donizetti
2017-12-07cmd/compile: fix bug in logic for computing var abstract originsThan McIntosh
2017-12-07api: promote next to go1.10Andrew Bonventre
2017-12-07net/http: use correct method name in Server.ServeTLS docsArtyom Pervukhin
2017-12-07cmd/dist: only test SWIG if we have a new enough versionIan Lance Taylor
2017-12-07cmd/vendor/golang.org/x/arch/arm64: update from upstreamMikio Hara
2017-12-07encoding/xml: don't crash on invalid XMLName tagIan Lance Taylor
2017-12-07doc/go1.10: add NetBSD and OpenBSD to Go 1.10 release notesBrad Fitzpatrick
2017-12-07runtime: sleep longer in dieFromSignal on DarwinIan Lance Taylor
2017-12-06encoding/json: error when trying to set an embedded pointer to unexported str...Joe Tsai
2017-12-06lib/time: update tzdata to 2017cTobias Klauser
2017-12-06misc/cgo/testplugin: unskip testRuss Cox
2017-12-06cmd/go: implement time-based trimming of build cacheRuss Cox
2017-12-06doc/go1.10: preannounce removal of OS X 10.8 support in Go 1.11Russ Cox
2017-12-06doc: fix two spelling mistakes in contribute.htmlAlberto Donizetti
2017-12-06doc: fix dead link in go_faqAlberto Donizetti
2017-12-06doc/go1.10: fix many TODOsRuss Cox
2017-12-06doc/go1.10: process comments from CL 78131 PS 5Russ Cox
2017-12-06doc/go1.10: update release notes for recent commitsRuss Cox
2017-12-06doc: fix spelling in editor guideTobias Klauser
2017-12-06hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl...Russ Cox
2017-12-06crypto/x509/pkix: remove references to fmt.Stringer in String method docsRuss Cox
2017-12-06database/sql/driver: explain Driver vs DriverContext vs ConnectorRuss Cox
2017-12-06flag: clarify comment to avoid shell syntax confusionIan Lance Taylor
2017-12-06crypto/x509: add test for asn1.Marshal of rsa.PublicKeyRuss Cox
2017-12-06encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocksRuss Cox
2017-12-06net/url: fix PathUnescape, QueryUnescape number grammarRuss Cox
2017-12-06time: condense, expand Time.Unix exampleRuss Cox
2017-12-06net/http: keep testing DetectContentType of empty bodyRuss Cox
2017-12-05encoding/csv: truncate carriage returns at EOFJoe Tsai
2017-12-05net: return io.ErrClosedPipe when possible from net.PipeJoe Tsai
2017-12-05cmd/dist: disable test caching during run.bashRuss Cox
2017-12-05net/http: fix unclosed Listener leak in ListenAndServeTLSTim Heckman
2017-12-05encoding/asn1: allow '&' in PrintableString fieldschristopher-henderson
2017-12-05database/sql: fix transaction leakkirk
2017-12-05cmd/compile: fix map assignment with panicking right-hand sideKeith Randall
2017-12-05runtime: fix NetBSD CPU spin in lwp_park when CPU profiling is activeChristos Zoulas
2017-12-04cmd/compile: fix noopt builder, weird append caseKeith Randall
2017-12-04cmd/go: disable concurrent compilation under GOEXPERIMENTsMatthew Dempsky
2017-12-04test: disable broken test for 1.10Matthew Dempsky
2017-12-04cmd/compile: fix bug in DWARF inl handling of unused autosThan McIntosh
2017-12-04misc/ios: dump logs for failing lldb sessions to stdoutElias Naur
2017-12-04cmd/go: disable tests when GOOS/GOARCH != GOHOSTARCH/GOHOSTARCHRuss Cox
2017-12-04cmd/go: fix -covermode=atomic use of sync/atomic in -coverpkg matchesRuss Cox
2017-12-04runtime: make NetBSD lwp_park use monotonic timeChristos Zoulas
2017-12-02os: clarify docs on Interrupt and KillBrad Fitzpatrick
2017-12-02os: calling Fd disables the SetDeadline methodsIan Lance Taylor
2017-12-01cmd/cgo: for C bitfields use only valid Go integer typesIan Lance Taylor
2017-12-01net/url: document Parse moreBrad Fitzpatrick