aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2026-03-25[release-branch.go1.26] doc: remove template use in godebug.mdDmitri Shuralyov
2026-03-05[release-branch.go1.26] html/template: properly escape URLs in meta content a...Roland Shoemaker
2026-01-16doc: fix urlmaxqueryparams typosMichael Pratt
2026-01-15net/url: add urlmaxqueryparams GODEBUG to limit the number of query parametersDamien Neil
2026-01-12spec: slightly re-arrange composite literal section for readabilityRobert Griesemer
2025-12-03doc/next: deleteGopher Robot
2025-12-03doc/next: pluralize 'result'Will Faught
2025-12-03doc/next/6-stdlib/99-minor/go/ast/76031.md: add BasicLit caveatAlan Donovan
2025-12-02doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flagsRobert Griesemer
2025-12-02spec: remove restriction on channel element types for close built-in (bug fix)Robert Griesemer
2025-12-02doc/next: release note for scheduler metricsMichael Anthony Knyszek
2025-12-02doc/next: document cgo call overhead improvementMichael Anthony Knyszek
2025-12-02doc: mention stack allocation of slicesKeith Randall
2025-12-02doc/next: add section for Green TeaMichael Anthony Knyszek
2025-12-02spec: more precise prose for built-in function newRobert Griesemer
2025-12-01doc: document go tool pprof -http default changeMichael Pratt
2025-12-01doc/next: clean up some Go 1.26 release notesBrad Fitzpatrick
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26runtime/secret: implement new secret packageDaniel Morsing
2025-11-26crypto/tls: support crypto.MessageSigner private keysFilippo Valsorda
2025-11-26doc/next: document broken freebsd/riscv64 portDmitri Shuralyov
2025-11-26crypto/fips140: add WithoutEnforcementDaniel Morsing
2025-11-26crypto/x509: add ExtKeyUsage.OID methodRoland Shoemaker
2025-11-25crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchangesFilippo Valsorda
2025-11-25crypto/hpke: expose crypto/internal/hpkeFilippo Valsorda
2025-11-25reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethodQuentin Quaadgras
2025-11-25crypto/rsa: add EncryptOAEPWithOptionsAndrey Pshenkin
2025-11-25crypto/tls: expose HelloRetryRequest stateDaniel McCarney
2025-11-24doc: pre-announce removal of 1.23 and earlier crypto GODEBUGsSean Liao
2025-11-24crypto/fips140: add VersionSean Liao
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-24net/http: add Transport.NewClientConnDamien Neil
2025-11-24crypto/x509: add ExtKeyUsage.String and KeyUsage.String methodsFilippo Valsorda
2025-11-23doc/next: pre-announce end of support for macOS 12 in Go 1.27Sean Liao
2025-11-20crypto/tls: add QUICErrorEventDamien Neil
2025-11-20os/signal: make NotifyContext cancel the context with a causeFilippo Valsorda
2025-11-20spec: adjust rule for type parameter on RHS of alias declarationRobert Griesemer
2025-11-19crypto: add Encapsulator and Decapsulator interfacesFilippo Valsorda
2025-11-19crypto/ecdh: add KeyExchanger interfaceFilippo Valsorda
2025-11-19spec: escape double-ampersandszigo101
2025-11-17debug/elf: sync new loong64 relocation types up to LoongArch ELF psABI v20250521WANG Xuerui
2025-11-17go/ast: fix BasicLit.End position for raw strings containing \rAlan Donovan
2025-11-17crypto/mlkem/mlkemtest: add derandomized Encapsulate768/1024Filippo Valsorda
2025-11-17go/token: add (*File).End methodAlan Donovan
2025-11-15crypto/rsa: deprecate PKCS#1 v1.5 encryptionFilippo Valsorda
2025-11-14doc, cmd/internal/obj/riscv: document the riscv64 assemblerMark Ryan
2025-11-13spec: remove cycle restriction for type parametersRobert Griesemer
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-11-10spec: more precise prose for special case of appendRobert Griesemer
2025-11-03bytes: add Buffer.PeekIlia Choly