aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-29net/http: fix panic with If-None-Match value in http.ServeContentMarcus Weiner
2020-06-29net: add support for dialing from a custom local address on Plan 9Fazlul Shahriar
2020-06-29net: handle more interface types without a hardware address on Plan 9Fazlul Shahriar
2020-06-28doc: fix typos and grammatical errors in contribute.htmlJie Ma
2020-06-27runtime: ensure arenaBaseOffset makes it into DWARF (for viewcore)Keith Randall
2020-06-26cmd/cgo: prevent redeclaration of _Ctype_void when C.void is usedMatthew Dempsky
2020-06-26doc/go1.15: fix typos and wording in a few placesAlberto Donizetti
2020-06-26doc/go1.14: crypto/tls.Config.NameToCertificate is deprecatedIan Lance Taylor
2020-06-26runtime: don't preempt if preemption is disabledCherry Zhang
2020-06-26doc/go1.15: fix bad link to crypto/tlsAlberto Donizetti
2020-06-25crypto/x509: move and update the SSL_CERT_FILE and SSL_CERT_DIR docsFilippo Valsorda
2020-06-25cmd/compile: remove check that Zero's arg has the correct base typeKeith Randall
2020-06-25os: return *PathError error in File.Sync on Plan 9Fazlul Shahriar
2020-06-25doc/go1.15: mention consequence of os.File.ReadFromIan Lance Taylor
2020-06-25doc/faq: fix a grammar mistakeKerollos Magdy
2020-06-24net: consistently document deadline handlingIan Lance Taylor
2020-06-24crypto/tls: replace VerifyPeerCertificate example with VerifyConnectionFilippo Valsorda
2020-06-24crypto/tls: expand the ConnectionState docsFilippo Valsorda
2020-06-24crypto/tls: fix DialContext docsFilippo Valsorda
2020-06-24crypto/x509: restore support for ios tag on darwin/amd64Filippo Valsorda
2020-06-24crypto/x509: update bundled iOS roots and rewrite generatorFilippo Valsorda
2020-06-24crypto/elliptic: document and test that IsOnCurve(∞) == falseFilippo Valsorda
2020-06-23cmd/link: skip zero values in fingerprint checkCherry Zhang
2020-06-23net/http: document Dir behavior with symlinksKatie Hockman
2020-06-23text/template: fix lint typo in VariableNode docMacks