index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Age
Commit message (
Expand
)
Author
2026-03-25
[release-branch.go1.26] doc: remove template use in godebug.md
Dmitri Shuralyov
2026-03-05
[release-branch.go1.26] html/template: properly escape URLs in meta content a...
Roland Shoemaker
2026-01-16
doc: fix urlmaxqueryparams typos
Michael Pratt
2026-01-15
net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters
Damien Neil
2026-01-12
spec: slightly re-arrange composite literal section for readability
Robert Griesemer
2025-12-03
doc/next: delete
Gopher Robot
2025-12-03
doc/next: pluralize 'result'
Will Faught
2025-12-03
doc/next/6-stdlib/99-minor/go/ast/76031.md: add BasicLit caveat
Alan Donovan
2025-12-02
doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flags
Robert Griesemer
2025-12-02
spec: remove restriction on channel element types for close built-in (bug fix)
Robert Griesemer
2025-12-02
doc/next: release note for scheduler metrics
Michael Anthony Knyszek
2025-12-02
doc/next: document cgo call overhead improvement
Michael Anthony Knyszek
2025-12-02
doc: mention stack allocation of slices
Keith Randall
2025-12-02
doc/next: add section for Green Tea
Michael Anthony Knyszek
2025-12-02
spec: more precise prose for built-in function new
Robert Griesemer
2025-12-01
doc: document go tool pprof -http default change
Michael Pratt
2025-12-01
doc/next: clean up some Go 1.26 release notes
Brad Fitzpatrick
2025-11-26
crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom
Filippo Valsorda
2025-11-26
runtime/secret: implement new secret package
Daniel Morsing
2025-11-26
crypto/tls: support crypto.MessageSigner private keys
Filippo Valsorda
2025-11-26
doc/next: document broken freebsd/riscv64 port
Dmitri Shuralyov
2025-11-26
crypto/fips140: add WithoutEnforcement
Daniel Morsing
2025-11-26
crypto/x509: add ExtKeyUsage.OID method
Roland Shoemaker
2025-11-25
crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchanges
Filippo Valsorda
2025-11-25
crypto/hpke: expose crypto/internal/hpke
Filippo Valsorda
2025-11-25
reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethod
Quentin Quaadgras
2025-11-25
crypto/rsa: add EncryptOAEPWithOptions
Andrey Pshenkin
2025-11-25
crypto/tls: expose HelloRetryRequest state
Daniel McCarney
2025-11-24
doc: pre-announce removal of 1.23 and earlier crypto GODEBUGs
Sean Liao
2025-11-24
crypto/fips140: add Version
Sean Liao
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-11-24
net/http: add Transport.NewClientConn
Damien Neil
2025-11-24
crypto/x509: add ExtKeyUsage.String and KeyUsage.String methods
Filippo Valsorda
2025-11-23
doc/next: pre-announce end of support for macOS 12 in Go 1.27
Sean Liao
2025-11-20
crypto/tls: add QUICErrorEvent
Damien Neil
2025-11-20
os/signal: make NotifyContext cancel the context with a cause
Filippo Valsorda
2025-11-20
spec: adjust rule for type parameter on RHS of alias declaration
Robert Griesemer
2025-11-19
crypto: add Encapsulator and Decapsulator interfaces
Filippo Valsorda
2025-11-19
crypto/ecdh: add KeyExchanger interface
Filippo Valsorda
2025-11-19
spec: escape double-ampersands
zigo101
2025-11-17
debug/elf: sync new loong64 relocation types up to LoongArch ELF psABI v20250521
WANG Xuerui
2025-11-17
go/ast: fix BasicLit.End position for raw strings containing \r
Alan Donovan
2025-11-17
crypto/mlkem/mlkemtest: add derandomized Encapsulate768/1024
Filippo Valsorda
2025-11-17
go/token: add (*File).End method
Alan Donovan
2025-11-15
crypto/rsa: deprecate PKCS#1 v1.5 encryption
Filippo Valsorda
2025-11-14
doc, cmd/internal/obj/riscv: document the riscv64 assembler
Mark Ryan
2025-11-13
spec: remove cycle restriction for type parameters
Robert Griesemer
2025-11-12
net/url: disallow raw IPv6 addresses in host
Sean Liao
2025-11-10
spec: more precise prose for special case of append
Robert Griesemer
2025-11-03
bytes: add Buffer.Peek
Ilia Choly
[next]