aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
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
2022-08-16net/http/httputil: add ReverseProxy.RewriteDamien Neil
2022-08-16strings, bytes: add CutPrefix and CutSuffixChangkun Ou
2022-08-16go/token: add (*FileSet).RemoveFile(*File) methodAlan Donovan
2022-08-15bytes: add Clone functionMartin Möhrmann
2022-08-15net/http: add Server.DisableOptionsHandler for custom handling of OPTIONS *Alexander Yastrebov
2022-08-12crypto/ecdh: new packageFilippo Valsorda
2022-08-11debug/elf: add new-style LoongArch reloc typesWANG Xuerui
2022-08-09time: add DateTime, DateOnly, and TimeOnlyJoe Tsai
2022-08-09debug/pe: add IMAGE_FILE_MACHINE_RISCV{32,64,128}Meng Zhuo
2022-08-06fmt: add a function to recover the original format string given a StateRob Pike
2022-06-29debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}Guoqi Chen