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
19 hours
bytes,strings: add CutLast
qiulaidongfeng
3 days
cmd/go: remove bzr support
Michael Matloob
5 days
spec: move rule for type parameters up in section of range clause
Robert Griesemer
6 days
spec: fix prose in Instantiatons section
Robert Griesemer
7 days
doc/next: move 78137.md to the correct directory
Nicholas S. Husin
7 days
spec: add syntax and prose for generic methods
Robert Griesemer
7 days
go/types: Hasher, a hash function for Types
Alan Donovan
12 days
hash/maphash: add Hasher interface and ComparableHasher impl
Alan Donovan
13 days
spec: in range-over-func, the yield function cannot be variadic
Robert Griesemer
2026-03-24
spec: s/defined/declared/ in a handful of places (cleanup)
Robert Griesemer
2026-03-24
spec: predeclared types are named, not defined types
Robert Griesemer
2026-03-24
doc/next: add release note for automatic HTTP/1 response body draining
Nicholas S. Husin
2026-03-23
net: avoid wrapping io.EOF in UnixConn read methods
Basavaraj PB
2026-03-20
doc: fix 2 links in godebug.md
Dmitri Shuralyov
2026-03-20
doc: remove template use in godebug.md
Dmitri Shuralyov
2026-03-18
cmd/internal/objabi: implement GCC-compatible response file parsing
Michael Podtserkovskii
2026-03-17
doc/next: add release notes for enabling stdversion in tests
Sean Liao
2026-03-16
spec: fix prose in rule for keys of struct composite literals
Robert Griesemer
2026-03-10
runtime: GODEBUG=tracebacklabels=1 for 1.27+
David Finkel
2026-03-06
net/url: add Values.Clone
Emmanuel T Odeke
2026-03-05
html/template: properly escape URLs in meta content attributes
Roland Shoemaker
2026-03-05
spec: permit keys denoting embedded fields in struct literals
Robert Griesemer
2026-03-03
doc/go_spec: add max and min to forbidden expression statements list
Towaiji
2026-02-23
go/token: add File.String method
Alan Donovan
2026-02-19
net/url: add (*URL).Clone
Emmanuel T Odeke
2026-02-13
doc: document the gotypesalias removal
Mateusz Poliwczak
2026-02-13
doc: document GODEBUG carve out for security releases
Sean Liao
2026-02-02
testing/synctest: add Sleep
Damien Neil
2026-01-28
go/scanner: add End method to Scanner
Mateusz Poliwczak
2026-01-26
doc/go1.27: document macOS requirements
Dmitri Shuralyov
2026-01-22
net/http: Add Server.DisableClientPriority field
Nicholas S. Husin
2026-01-22
all: update to Unicode 17
Russ Cox
2026-01-21
doc/next: initialize
Carlos Amedee
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
[next]