aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-09[release-branch.go1.15] go1.15.2go1.15.2Dmitri Shuralyov
2020-09-03[release-branch.go1.15] cmd/compile, runtime: mark R12 clobbered for write ba...Cherry Zhang
2020-09-03[release-branch.go1.15] cmd/internal/obj: stop removing NOPs from instruction...Keith Randall
2020-09-03[release-branch.go1.15] cmd/internal/obj/ppc64: don't remove NOP in assemblerLynn Boger
2020-09-02[release-branch.go1.15] net/http/fgci: skip flaky testFilippo Valsorda
2020-09-02[release-branch.go1.15] cmd/test2json: do not emit a final Action if the resu...Bryan C. Mills
2020-09-02[release-branch.go1.15] cmd/go/internal/test: keep looking for go command fla...Bryan C. Mills
2020-09-02[release-branch.go1.15] doc/go1.14: document json.Umarshal map key support of...ShihCheng Tu
2020-09-02[release-branch.go1.15] runtime: fix panic if newstack at runtime.acquireLock...chainhelen
2020-09-01[release-branch.go1.15] testing: treat PAUSE lines as changing the active tes...Bryan C. Mills
2020-09-01[release-branch.go1.15] all: merge release-branch.go1.15-security into releas...Filippo Valsorda
2020-09-01[release-branch.go1.15-security] go1.15.1go1.15.1Dmitri Shuralyov
2020-09-01[release-branch.go1.15-security] net/http/cgi,net/http/fcgi: add Content-Type...Roberto Clapis
2020-08-28[release-branch.go1.15] net/mail: return error on empty address listIan Lance Taylor
2020-08-27[release-branch.go1.15] sync: delete dirty keys inside Map.LoadAndDeleteChangkun Ou
2020-08-27[release-branch.go1.15] testing: fix Cleanup race with Logf and ErrorfMichał Łowicki
2020-08-22[release-branch.go1.15] runtime: detect services in signal handlerJason A. Donenfeld
2020-08-22[release-branch.go1.15] internal/poll: treat copy_file_range EPERM as not-han...Tobias Klauser
2020-08-21[release-branch.go1.15] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-21[release-branch.go1.15] internal/poll: treat copy_file_range EOPNOTSUPP as no...Ian Lance Taylor
2020-08-21cmd/compile: correct type of CvtBoolToUint8 valuesJosh Bleecher Snyder
2020-08-13[release-branch.go1.15] doc/go1.15: clarify external linking can still be use...Cherry Zhang
2020-08-13[release-branch.go1.15] doc/go1.15: include behavior updates to the context p...Andrew
2020-08-11[release-branch.go1.15] go1.15go1.15Andrew Bonventre
2020-08-11[release-branch.go1.15] all: merge master into release-branch.go1.15Andrew
2020-08-07[release-branch.go1.15] go1.15rc2go1.15rc2Alexander Rakoczy
2020-08-06[release-branch.go1.15] all: merge master into release-branch.go1.15Alexander Rakoczy
2020-08-06cmd: update golang.org/x/xerrorsAlexander Rakoczy
2020-08-06encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman
2020-08-05cmd/go: fix error stacks when there are scanner errorsMichael Matloob
2020-08-04net/http: fix cancelation of requests with a readTrackingBody wrapperDamien Neil
2020-08-02runtime/race: fix ppc64le buildKeith Randall
2020-08-01runtime/race: rebuild some .syso files to remove getauxval dependencyKeith Randall
2020-08-01doc/go1.15: fix a few trivial inconsistenciesToshihiro Shiino
2020-07-31cmd/cgo: fix mangling of enum and union typesMatthew Dempsky
2020-07-31runtime: validate candidate searchAddr in pageAlloc.findMichael Anthony Knyszek
2020-07-30testing: fix quotation marksKatie Hockman
2020-07-30cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu
2020-07-30crypto/ed25519: remove s390x KDSA implementationMichael Munday
2020-07-30runtime: hold sched.lock over globrunqputbatch in runqputbatchMichael Anthony Knyszek
2020-07-28runtime: ensure startm new M is consistently visible to checkdeadMichael Pratt
2020-07-27cmd/compile: add floating point load+op operations to addressing modes passKeith Randall
2020-07-27cmd/link: don't mark shared library symbols reachable unconditionallyCherry Zhang
2020-07-25syscall: use correct file descriptor in dup2 fallback pathIan Lance Taylor
2020-07-25runtime, sync: add copyright headers to new filesIan Lance Taylor
2020-07-24doc/go1.15: surface the crypto/x509 CommonName deprecation noteFilippo Valsorda
2020-07-24[release-branch.go1.15] go1.15rc1go1.15rc1Alexander Rakoczy
2020-07-23doc/go1.15: announce GO386=387 deprecationAustin Clements
2020-07-22runtime: don't mlock on Ubuntu 5.4 systemsIan Lance Taylor
2020-07-20cmd/compile: add test for fixed ICE on untyped conversionAlberto Donizetti