aboutsummaryrefslogtreecommitdiff
path: root/doc/next
AgeCommit message (Expand)Author
2024-11-13cmd/go: enable GOCACHEPROG by default, without GOEXPERIMENTBrad Fitzpatrick
2024-11-07debug/elf: add SHT_GNU_VERDEF section parsingbenbaker76
2024-11-05net/http: add Protocols field to Server and TransportDamien Neil
2024-10-25doc: document new http.Transport limit on 1xx responsesDamien Neil
2024-10-23doc/next: document the minimum Linux kernel version for 1.24Carlos Amedee
2024-10-02hash/maphash: add WriteComparable and Comparableqiulaidongfeng
2024-10-02encoding/json: add omitzero optionJes Cok
2024-09-26text/template: support range-over-intqiulaidongfeng
2024-09-23net,net/netip: implement the encoding.(Binary|Text)Appenderapocelipes
2024-09-23text/template: support range-over-funcqiulaidongfeng
2024-09-23archive/{zip,tar}: fix Writer.AddFS to include empty directoriesSong Gao
2024-09-20testing: implement testing.B.Loopsunnymilk
2024-09-03encoding/json: add embedded structs to the UnmarshalTypeError's Fieldj2gg0s
2024-09-03net: enable multipath TCP by default for listenersAperence
2024-08-30misc/wasm: move wasm runtime files to lib/wasmZxilly
2024-08-29net/http: add HTTP2ConfigDamien Neil
2024-08-21os/user: document Current improvementsqmuntal
2024-08-21crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appenderapocelipes
2024-08-20runtime: deprecate GOROOTDmitri Shuralyov
2024-08-20cmd/dist: require Go 1.22.6 as minimum bootstrap toolchainDmitri Shuralyov
2024-08-20doc/next: update 36532.md to wording suggested in CLIan Lance Taylor
2024-08-20doc/next: revert incorrect change to 62516.md made in CL 603959Ian Lance Taylor
2024-08-20time: implement the encoding.(Binary|Text)Appender for Timeapocelipes
2024-08-20testing: add ContextVladimir Varankin
2024-08-19math/rand: make calls to Seed no-opPaschalis T
2024-08-16testing: add ChdirKir Kolyshkin
2024-08-15math/big,regexp: implement the encoding.TextAppender interfaceapocelipes
2024-08-14bytes, strings: add Lines, SplitSeq, SplitAfterSeq, FieldsSeq, FieldsFuncSeqaimuz
2024-08-14log/slog: implement encoding.TextAppender for Level and LevelVarapocelipes
2024-08-09cmd/go/internal/test: add 'tests' vet check to 'go test' suiteAlan Donovan
2024-08-09crypto/tls: expose extensions presented by client to GetCertificateBobby Powers
2024-08-08net/url: implement encoding.BinaryAppender for URLapocelipes
2024-08-07hash: implement the encoding.BinaryAppender interfaceapocelipes
2024-08-01crypto: implement encoding.BinaryAppender for all crypto hashesMateusz Poliwczak
2024-07-31go/types: add go1.23 iterator methods for 10 exported typesAlan Donovan
2024-07-30encoding: add TextAppender and BinaryAppenderMateusz Poliwczak
2024-07-24doc/next: use relative link to Go issueDmitri Shuralyov
2024-07-23cmd/cgo: error on multiple incompatible function declarationsKeith Randall
2024-07-22doc: initialize next directory for Go 1.24Dmitri Shuralyov
2024-06-21doc/next: deleteGopher Robot
2024-06-18net/http: keep Content-Encoding in Error, add GODEBUG for ServeContentDamien Neil
2024-06-18doc/next: update release notes for go list -m -jsonSam Thanawalla
2024-06-18doc/next: add release notes for telemetry and the godebug directiveMichael Matloob
2024-06-18doc: add note about x509sha1 removal in 1.24Roland Shoemaker
2024-06-18doc/next: improve wording for proposal 67061Dmitri Shuralyov
2024-06-17doc/next: add motivation and details links for range-over-func iteratorsthepudds
2024-06-12doc/next: improve description of proposal 61308Dmitri Shuralyov
2024-06-12doc/next: reword map iterator function notesCherry Mui
2024-06-12net: add GODEBUG=netedns0=0 to disable sending EDNS0 headerIan Lance Taylor
2024-06-11doc/next: document GORISCV64 environment variableCherry Mui