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
2025-07-08
cmd/go: disable support for multiple vcs in one module
Roland Shoemaker
2025-06-24
doc: fix links to runtime Environment Variables
yuuji.yaginuma
2025-05-29
doc/next: delete
Gopher Robot
2025-05-28
doc/next: add release note for riscv64 plugin build mode
Michael Anthony Knyszek
2025-05-28
doc/next: tweak runtime release notes
Michael Anthony Knyszek
2025-05-27
doc/next: add small header to TODO
David Chase
2025-05-27
go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles
Alan Donovan
2025-05-23
doc/next: add crudely processed todos
David Chase
2025-05-22
doc: fix TBD mark
Keith Randall
2025-05-22
doc: mention stack allocation of variable-sized make calls
Keith Randall
2025-05-21
runtime/trace: add the flight recorder
Carlos Amedee
2025-05-21
crypto,hash: add and implement hash.Cloner
Filippo Valsorda
2025-05-21
doc: refer to SHAKE in #69518 release note
Filippo Valsorda
2025-05-21
testing: add Attr
Damien Neil
2025-05-21
crypto/x509: use truncated SHA-256 for SubjectKeyId
Filippo Valsorda
2025-05-21
crypto/tls: disable SHA-1 signature algorithms in TLS 1.2
Filippo Valsorda
2025-05-21
hash: add XOF interface
qiulaidongfeng
2025-05-21
crypto/ecdsa: add low-level encoding functions for keys
Filippo Valsorda
2025-05-21
net/http: add CrossOriginProtection
Filippo Valsorda
2025-05-21
crypto/tls: have servers prefer TLS 1.3 when supported
Daniel McCarney
2025-05-21
crypto/tls: add GetEncryptedClientHelloKeys
Roland Shoemaker
2025-05-21
os: add Root.ReadFile and Root.WriteFile
Damien Neil
2025-05-21
log/slog: add GroupAttrs
Sean Liao
2025-05-21
runtime: use cgroup CPU limit to set GOMAXPROCS
Michael Pratt
2025-05-21
os: add Root.MkdirAll
Damien Neil
2025-05-21
os: add Root.RemoveAll
Damien Neil
2025-05-20
testing/synctest: add Test
Damien Neil
2025-05-20
reflect: add TypeAssert[T]
Mateusz Poliwczak
2025-05-20
doc: add release notes for cleanups and the unique package
Michael Anthony Knyszek
2025-05-19
go/token: add FileSet.AddExistingFiles
Alan Donovan
2025-05-19
go/ast: add PreorderStack, a variant of Inspect that builds a stack
Alan Donovan
2025-05-15
doc: add a release note for greenteagc GOEXPERIMENT
Michael Anthony Knyszek
2025-05-13
testing: add Output
suntala
2025-05-13
Revert "testing: add Output"
Jonathan Amsterdam
2025-05-13
testing: add Output
suntala
2025-05-08
crypto,crypto/x509: implement MessageSigner
Roland Shoemaker
2025-05-07
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2025-05-06
spec: avoid use of "raise" in conjunction with panics
Mark Freeman
2025-05-06
runtime: replace mentions of "raised" with "panicked"
Mark Freeman
2025-05-06
log/slog: export Source method in Record for custom handler support
Ernesto Alejandro Santana Hidalgo
2025-05-05
net,os: support converting between *os.File and net.Conn on Windows
qmuntal
2025-04-30
net: support IPv6 addresses in ListenMulticastUDP on Windows
qmuntal
2025-04-29
doc: fix grammar and spelling
John Bampton
2025-04-23
cmd/vet: add hostport analyzer
Alan Donovan
2025-04-18
regexp/syntax: recognize category aliases like \p{Letter}
Russ Cox
2025-04-18
unicode: add CategoryAliases, Cn, LC
Russ Cox
2025-04-07
doc/next: fix link
Brad Fitzpatrick
2025-04-07
doc/go1.25: document macOS requirements
Carlos Amedee
2025-04-04
os: support overlapped IO with NewFile
qmuntal
2025-04-04
sync: add WaitGroup.Go
qiulaidongfeng
[next]