aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2025-10-27cmd/link: internal linking support for windows/arm64qmuntal
2025-10-22doc/next: improve new(expr) release noteAlan Donovan
2025-10-21go/ast: add ParseDirective for parsing directive commentsAustin Clements
2025-10-10cmd/go: unify "go fix" and "go vet"Alan Donovan
2025-10-07cmd/go, testing: add TB.ArtifactDir and -artifacts flagDamien Neil
2025-10-07net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsedNicholas Husin
2025-10-06spec: close tagOliver Eikemeier
2025-10-02net/http/httputil: deprecate ReverseProxy.DirectorDamien Neil
2025-10-01doc/go_spec.html: update dateAlan Donovan
2025-09-30errors: add AsTypeJulien Cretel
2025-09-26net/http: add HTTP2Config.StrictMaxConcurrentRequestsDamien Neil
2025-09-25doc/next: document new image/jpeg DCT in release notesRuss Cox
2025-09-23doc/go_spec.html: document new(expr)Alan Donovan
2025-09-15os: add (*Process).WithHandleKir Kolyshkin
2025-09-09crypto/rsa: check PrivateKey.D for consistency with Dp and DqFilippo Valsorda
2025-09-09crypto/rsa: check for post-Precompute changes in ValidateFilippo Valsorda
2025-09-09crypto/ecdsa: deprecate direct use of big.Int fields in keysFilippo Valsorda
2025-09-04log/slog: add multiple handlers support for loggerJes Cok
2025-09-03net/netip: export Prefix.Compare, fix orderingdatabase64128