aboutsummaryrefslogtreecommitdiff
path: root/api/next
AgeCommit message (Expand)Author
2024-10-02hash/maphash: add WriteComparable and Comparableqiulaidongfeng
2024-09-23net,net/netip: implement the encoding.(Binary|Text)Appenderapocelipes
2024-09-20testing: implement testing.B.Loopsunnymilk
2024-08-29net/http: add HTTP2ConfigDamien Neil
2024-08-21crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appenderapocelipes
2024-08-20runtime: deprecate GOROOTDmitri Shuralyov
2024-08-20time: implement the encoding.(Binary|Text)Appender for Timeapocelipes
2024-08-20testing: add ContextVladimir Varankin
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-09crypto/tls: expose extensions presented by client to GetCertificateBobby Powers
2024-08-08net/url: implement encoding.BinaryAppender for URLapocelipes
2024-07-31go/types: add go1.23 iterator methods for 10 exported typesAlan Donovan
2024-07-30encoding: add TextAppender and BinaryAppenderMateusz Poliwczak
2024-06-05api: promote next to go1.23Gopher Robot
2024-05-23crypto/tls: add ech client supportRoland Shoemaker
2024-05-22math/rand/v2: add ChaCha8.ReadFilippo Valsorda
2024-05-22net/http: add partitioned attribute to cookie typeislishude
2024-05-22crypto/tls: improved 0-RTT QUIC APIDamien Neil
2024-05-20cmd/compile: add structs.HostLayoutDavid Chase
2024-05-20encoding/binary: add Append, Encode and DecodeLorenz Bauer
2024-05-20maps: add All, Keys, Values, Insert, Collectaimuz
2024-05-17sync/atomic: public And/Or ops and race instrumentationMauri de Souza Meneguzzo
2024-05-16net/http: add Pattern field in Request to return matched pattern infoChen.Zhidong
2024-05-16runtime/debug: eliminate temporary variadicity from SetCrashOutputAlan Donovan
2024-05-16crypto/x509: add text and binary marshal methods to OIDMateusz Poliwczak
2024-05-15go/ast: add Preorder go1.23 iteratorAlan Donovan
2024-05-15go/types, types2: add Alias.{TypeParams, SetTypeParams, TypeArgs, Origin}Robert Griesemer
2024-05-15runtime/debug: add SetCrashOutput(...CrashOptions) parameterAlan Donovan
2024-05-10slices: add ChunkMatt Layher
2024-05-09slices: add iterator-related functionsIan Lance Taylor
2024-05-09reflect: add iterative related methodsqiulaidongfeng
2024-05-07math/rand/v2: add UintRuss Cox
2024-05-06iter: expose fundamental types to Go 1.23Russ Cox
2024-04-24go/types: add Alias.RhsAlan Donovan
2024-04-22unique: add unique package and implement Make/HandleMichael Anthony Knyszek
2024-04-19net/http: add field Cookie.Quoted boolNuno Gonçalves
2024-04-18go/types: add Func.Signature methodAlan Donovan
2024-04-17net/http: add ParseCookie, ParseSetCookieJes Cok
2024-04-16debug/elf: define non-standard but well-known symbol typesIan Lance Taylor
2024-04-14net: add Unwrap to *DNSErrorMateusz Poliwczak
2024-04-02all: add reflect.SliceAt functionCuong Manh Le
2024-03-22Revert "testing: add TB.SetGOMAXPROCS function"Ian Lance Taylor
2024-03-21testing: add TB.SetGOMAXPROCS functionsivchari
2024-03-20net/http: add Request.CookiesNamedTimo Furrer
2024-03-19slices: add func RepeatJes Cok
2024-03-15archive/tar: add FileInfoNames interfaceqiulaidongfeng
2024-03-11net/http/httptest: add NewRequestWithContextKevin Burke