aboutsummaryrefslogtreecommitdiff
path: root/api/next
AgeCommit message (Expand)Author
25 hourssync/atomic: public And/Or ops and race instrumentationMauri de Souza Meneguzzo
2 daysnet/http: add Pattern field in Request to return matched pattern infoChen.Zhidong
2 daysruntime/debug: eliminate temporary variadicity from SetCrashOutputAlan Donovan
3 dayscrypto/x509: add text and binary marshal methods to OIDMateusz Poliwczak
3 daysgo/ast: add Preorder go1.23 iteratorAlan Donovan
3 daysgo/types, types2: add Alias.{TypeParams, SetTypeParams, TypeArgs, Origin}Robert Griesemer
3 daysruntime/debug: add SetCrashOutput(...CrashOptions) parameterAlan Donovan
8 daysslices: add ChunkMatt Layher
9 daysslices: add iterator-related functionsIan Lance Taylor
9 daysreflect: add iterative related methodsqiulaidongfeng
11 daysmath/rand/v2: add UintRuss Cox
12 daysiter: 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
2024-03-10cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsdJoel Sing
2024-03-07unicode/utf16: add func RuneLenJes Cok
2024-02-28reflect: add Overflow methods to TypeJes Cok
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-23os: implement CopyFSAndy Pan
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2024-02-01sync: add Map.ClearHiro
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2023-11-22api: promote next to go1.22Michael Anthony Knyszek
2023-11-20Revert "math/rand/v2: add ChaCha8"Michael Knyszek
2023-11-19math/rand/v2: add ChaCha8Russ Cox
2023-11-17net,os: arrange zero-copy of os.File and net.TCPConn to net.UnixConnAndy Pan
2023-11-14math/big: implement Rat.FloatPrecRobert Griesemer
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-11go/types, types2: implement Info.PkgNameOfRobert Griesemer
2023-11-10log/slog: add LogLoggerLevel to enable setting level on the default loggerAndy Pan
2023-11-09crypto/x509: implement AddCertWithConstraintRoland Shoemaker
2023-11-07go/types: export Info.FileVersionsRobert Griesemer
2023-11-06go/version: add new packageRuss Cox
2023-11-02debug/elf,cmd/link: add additional relocations for loong64Guoqi Chen
2023-10-31crypto/x509: add new OID type and use it in CertificateMateusz Poliwczak
2023-10-30math/rand/v2: delete Mitchell/Reeds sourceRuss Cox
2023-10-30math/rand/v2: add PCG-DXSMRuss Cox
2023-10-30math/rand/v2: add, optimize N, UintN, Uint32N, Uint64NRuss Cox