aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-07-17doc/go1.15: add release notes for math/cmplxBrian Kessler
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-07-16compress/flate: fix another deflate Reset inconsistencyRuss Cox
2020-07-16compress/flate: fix deflate Reset consistencyKlaus Post
2020-07-15cmd/link: skip TestOldLink if the old linker does not existCherry Zhang
2020-07-14net/http: synchronize "100 Continue" write and Handler writesRuss Cox
2020-07-14crypto/x509: respect VerifyOptions.KeyUsages on WindowsFilippo Valsorda
2020-07-14html/template: add tests from text/templateRuss Cox
2020-07-13cmd/go: include GOMODCACHE in 'go help environment'Jay Conrod
2020-07-10net: hangup TCP connection after Dial timeout in Plan 9Fazlul Shahriar
2020-07-09doc/go1.15: fix TODO about -buildmode=pieAustin Clements
2020-07-09net/textproto: correct documentation of empty line handlingNorman B. Lancaster
2020-07-09doc/go1.15: add line for testing streaming changeJean de Klerk
2020-07-08crypto/x509/internal/macos: rename package to lowercaseFilippo Valsorda
2020-07-08runtime: mark OpenBSD raise function nosplitIan Lance Taylor
2020-07-08os: fix regression with handling of nil *FileJoe Tsai
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-07-08doc/editors.html: update VS Code Go extension urlHana (Hyang-Ah) Kim
2020-07-08A+C: add Kush Patel (corporate CLA for Hootsuite Inc)Kush Patel
2020-07-07crypto/tls: relax the docs of InsecureSkipVerifyFilippo Valsorda
2020-07-07net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9Fazlul Shahriar
2020-07-07crypto/x509/pkix: print non-standard parsed Names at the endFilippo Valsorda
2020-07-07doc/go1.15: add html/template and text/template docsFilippo Valsorda
2020-07-07go/build: rewrite TestDependencies to be cleaner, more correctRuss Cox
2020-07-07all: go get golang.org/x/net@ab3426394381Russ Cox
2020-07-07doc/go1.15: update Go 1.15 release notes using relnoteCarlos Amedee
2020-07-07path/filepath: add explicit comment marking elided errorsRuss Cox
2020-07-06cmd/go: display test binary output if invoked with -helpIan Lance Taylor
2020-07-06cmd/oldlink: port bug fixes to old linkerCherry Zhang
2020-07-06go/build: remove use of package logRuss Cox
2020-07-05doc/go1.15: fix wording in a few placesAlberto Donizetti
2020-07-03crypto/tls: create certs w/o KeyEncipherment KU for non-RSA keys in generate_...Daniel
2020-07-02Revert "encoding/json: don't reuse slice elements when decoding"Daniel Martí
2020-07-01cmd/link: skip fallocate test if not supported, and adjust allocation size on...Cherry Zhang
2020-07-01cmd/link: fix GC data reading from shared library (attempt 2)Cherry Zhang
2020-07-01cmd/link: mark special symbols reachableCherry Zhang
2020-07-01doc: add riscv64 to ports listTobias Klauser
2020-06-30Revert "cmd/link: fix GC data reading from shared library"Cherry Zhang
2020-06-30cmd/link: fix GC data reading from shared libraryCherry Zhang
2020-06-30doc/go1.15: add encoding/asn1 note about minimal encodingRoland Shoemaker
2020-06-30net: fix TestDialerLocalAddr on Plan 9Fazlul Shahriar
2020-06-30doc: add note about missing lock in sample codeFerenc Szabo
2020-06-29doc/go1.15: remove encoding/xml docIan Lance Taylor
2020-06-29Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor
2020-06-29doc: add alt attribute to gopher image in help.htmlAlexander Nohe
2020-06-29doc/go1.15: add release note for encoding/asn1Roland Shoemaker