aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2025-08-29os,syscall: pass file flags to CreateFile on Windowsqmuntal
2025-08-23net/http/httptest: redirect example.com requests to serverSean Liao
2025-08-11database/sql: allow drivers to override Scan behaviorJack Christensen
2025-08-11net: context aware Dialer.Dial functionsMichael Fraenkel
2025-08-11cmd/dist: require Go 1.24.6 as minimum bootstrap toolchainDmitri Shuralyov
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-08-05doc: fix typo in go memory model docDerek Parker
2025-07-24cmd/doc: deleteMichael Matloob
2025-07-23doc/next: initializeMichael Anthony Knyszek
2025-07-08cmd/go: disable support for multiple vcs in one moduleRoland Shoemaker
2025-06-24doc: fix links to runtime Environment Variablesyuuji.yaginuma
2025-05-29doc/next: deleteGopher Robot
2025-05-28doc/next: add release note for riscv64 plugin build modeMichael Anthony Knyszek
2025-05-28doc/next: tweak runtime release notesMichael Anthony Knyszek
2025-05-27doc/next: add small header to TODODavid Chase
2025-05-27go/ast: deprecate FilterPackage, PackageExports, MergePackageFilesAlan Donovan
2025-05-23doc/next: add crudely processed todosDavid Chase
2025-05-22doc: fix TBD markKeith Randall
2025-05-22doc: mention stack allocation of variable-sized make callsKeith Randall
2025-05-21runtime/trace: add the flight recorderCarlos Amedee
2025-05-21crypto,hash: add and implement hash.ClonerFilippo Valsorda
2025-05-21doc: refer to SHAKE in #69518 release noteFilippo Valsorda
2025-05-21testing: add AttrDamien Neil
2025-05-21crypto/x509: use truncated SHA-256 for SubjectKeyIdFilippo Valsorda
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21hash: add XOF interfaceqiulaidongfeng
2025-05-21crypto/ecdsa: add low-level encoding functions for keysFilippo Valsorda
2025-05-21net/http: add CrossOriginProtectionFilippo Valsorda
2025-05-21crypto/tls: have servers prefer TLS 1.3 when supportedDaniel McCarney
2025-05-21crypto/tls: add GetEncryptedClientHelloKeysRoland Shoemaker
2025-05-21os: add Root.ReadFile and Root.WriteFileDamien Neil
2025-05-21log/slog: add GroupAttrsSean Liao
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-21os: add Root.MkdirAllDamien Neil
2025-05-21os: add Root.RemoveAllDamien Neil
2025-05-20testing/synctest: add TestDamien Neil
2025-05-20reflect: add TypeAssert[T]Mateusz Poliwczak
2025-05-20doc: add release notes for cleanups and the unique packageMichael Anthony Knyszek
2025-05-19go/token: add FileSet.AddExistingFilesAlan Donovan
2025-05-19go/ast: add PreorderStack, a variant of Inspect that builds a stackAlan Donovan
2025-05-15doc: add a release note for greenteagc GOEXPERIMENTMichael Anthony Knyszek
2025-05-13testing: add Outputsuntala
2025-05-13Revert "testing: add Output"Jonathan Amsterdam
2025-05-13testing: add Outputsuntala
2025-05-08crypto,crypto/x509: implement MessageSignerRoland Shoemaker
2025-05-07runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2025-05-06spec: avoid use of "raise" in conjunction with panicsMark Freeman
2025-05-06runtime: replace mentions of "raised" with "panicked"Mark Freeman
2025-05-06log/slog: export Source method in Record for custom handler supportErnesto Alejandro Santana Hidalgo
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal