aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-07net/http/httputil: remove redundant call of setBody in testgo1.10beta1Joe Kyo
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-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-06cmd/go: implement time-based trimming of build cacheRuss Cox
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-04cmd/compile: fix bug in DWARF inl handling of unused autosThan McIntosh
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
2017-12-01go/types: don't use directory foo which might exist under GOPATHRobert Griesemer
2017-12-01runtime: use MAP_ANON in sigstack checkAustin Clements
2017-12-01net/http: speed up and deflake TestServerKeepAlivesEnabled_h2Brad Fitzpatrick
2017-12-01cmd/go: honor -timeout=0 to mean no timeoutRuss Cox
2017-12-01cmd/test2json: add ability to run test binaryRuss Cox
2017-12-01cmd/go: fix missing conversions in -json outputRuss Cox
2017-12-01cmd/go: fix reuse of cached objects during coverRuss Cox
2017-12-01cmd/go: ignore vet typecheck failure during go testRuss Cox
2017-12-01cmd/go: accept more spaces in -gcflags argumentsRuss Cox
2017-12-01reflect: audit and explain safety of all unsafe.Pointer additionsRuss Cox
2017-12-01cmd/trace: exclude threads in syscall on behalf of runtimeHana Kim
2017-12-01runtime: skip gdb tests earlier before blocking goroutines in a t.ParallelBrad Fitzpatrick
2017-12-01runtime: even more TestStackGrowth timeout debuggingAustin Clements