aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2022-12-07api: promote next to go1.20Michael Pratt
2022-12-02cmd/api: track darwin arm64 portRuss Cox
2022-12-02encoding/csv: use proper doc comment for Deprecated notesRuss Cox
2022-12-02archive/zip: use proper doc comment for Deprecated notesRuss Cox
2022-12-02archive/tar: use proper doc comment for Deprecated notesRuss Cox
2022-12-02cmd/api: track deprecationsRuss Cox
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-11-21crypto/ed25519: implement Ed25519ctx and Ed25519ph with contextFilippo Valsorda
2022-11-19crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keysFilippo Valsorda
2022-11-18crypto/x509: implement SetFallbackRootsRoland Shoemaker
2022-11-18crypto/tls: add CertificateVerificationError to tls handshakeGabor Tanz
2022-11-16archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil
2022-11-16path/filepath: add IsLocalDamien Neil
2022-11-16crypto/ecdh: move ECDH method to PrivateKeyFilippo Valsorda
2022-11-15sync: add new Map method Swap, CompareAndSwap, CompareAndDeleteChangkun Ou
2022-11-10net/http: add ResponseController and per-handler timeoutsDamien Neil
2022-11-09crypto: allow hash.Hash for OAEP and MGF1 to be specified independentlyAleks Rudzitis
2022-11-09api/next/54299: add missing newlineBryan C. Mills
2022-11-09net/http: add Transport.OnProxyConnectResponsecuiweixie
2022-11-08context: add APIs for writing and reading cancelation causeSameer Ajmani
2022-11-04api: add newline to 55301.txtcuiweixie
2022-11-04net: add ControlContext to Dialercuiweixie
2022-11-02cmd/api: make check pickier about api/*.txtRuss Cox
2022-11-02regexp: add ErrLarge errorcuiweixie
2022-10-25os/exec: add the Cancel and WaitDelay fieldsBryan C. Mills
2022-10-24crypto/ed25519: implement Ed25519ph in Sign and VerifyWithOptionsFilippo Valsorda
2022-10-21net/netip: add IPv6LinkLocalAllRouters and IPv6LoopbackMatt Layher
2022-10-15reflect: add Value.GrowJoe Tsai
2022-10-05runtime/coverage: revise/shorten function namesThan McIntosh
2022-09-29debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34Paul E. Murphy
2022-09-29errors, fmt: add support for wrapping multiple errorsDamien Neil
2022-09-29runtime/coverage: apis to emit counter data under user controlThan McIntosh
2022-09-28go/ast: record start and end of file in File.File{Start,End}Alan Donovan
2022-09-19time: implement Compare methodRoger Peppe
2022-09-16syscall: remove FreeBSD 11 and below 64bit inode compatibility shimsYuval Pavel Zholkover
2022-09-09syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin
2022-09-08debug/elf: define additional PPC64 ELFv2 relocationsPaul E. Murphy
2022-09-05go/ast: add Range token.Pos to RangeStmtcuiweixie
2022-08-28cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapCuong Manh Le
2022-08-27net: add FlagRunning to exactly reflect the states of an interface.Jianwei Mao
2022-08-27debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DSPaul E. Murphy
2022-08-26reflect: add Value.{Comparable,Equal}cuiweixie
2022-08-26reflect: add Value.SetZeroJoe Tsai
2022-08-25path/filepath, io/fs: add SkipAllPaschalis Tsilias
2022-08-25testing: add Elapsed method to testing.Bhopehook
2022-08-23encoding/xml: add (*Encoder).CloseAxel Wagner
2022-08-19io: add OffsetWriter, NewOffsetWriterhopehook
2022-08-19unicode/utf16: add AppendRuneqmuntal
2022-08-19syscall: add new CLONE_ flags for LinuxKir Kolyshkin
2022-08-17crypto/subtle: add XORBytesRuss Cox