summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/api: track darwin arm64 portRuss Cox2022-12-023-1/+7368
* encoding/csv: use proper doc comment for Deprecated notesRuss Cox2022-12-021-0/+2
* archive/zip: use proper doc comment for Deprecated notesRuss Cox2022-12-021-0/+4
* archive/tar: use proper doc comment for Deprecated notesRuss Cox2022-12-021-0/+1
* cmd/api: track deprecationsRuss Cox2022-12-026-2/+708
* go/types, types2: make the new comparable semantics the defaultRobert Griesemer2022-12-011-0/+1
* crypto/ed25519: implement Ed25519ctx and Ed25519ph with contextFilippo Valsorda2022-11-211-0/+1
* crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keysFilippo Valsorda2022-11-191-0/+2
* crypto/x509: implement SetFallbackRootsRoland Shoemaker2022-11-181-0/+1
* crypto/tls: add CertificateVerificationError to tls handshakeGabor Tanz2022-11-181-0/+5
* archive/tar, archive/zip: return ErrInsecurePath for unsafe pathsDamien Neil2022-11-161-0/+2
* path/filepath: add IsLocalDamien Neil2022-11-161-0/+1
* crypto/ecdh: move ECDH method to PrivateKeyFilippo Valsorda2022-11-161-1/+1
* sync: add new Map method Swap, CompareAndSwap, CompareAndDeleteChangkun Ou2022-11-151-0/+3
* net/http: add ResponseController and per-handler timeoutsDamien Neil2022-11-101-0/+6
* crypto: allow hash.Hash for OAEP and MGF1 to be specified independentlyAleks Rudzitis2022-11-091-0/+1
* api/next/54299: add missing newlineBryan C. Mills2022-11-091-1/+1
* net/http: add Transport.OnProxyConnectResponsecuiweixie2022-11-091-0/+1
* context: add APIs for writing and reading cancelation causeSameer Ajmani2022-11-081-0/+3
* api: add newline to 55301.txtcuiweixie2022-11-041-1/+1
* net: add ControlContext to Dialercuiweixie2022-11-041-0/+1
* cmd/api: make check pickier about api/*.txtRuss Cox2022-11-027-8/+8
* regexp: add ErrLarge errorcuiweixie2022-11-021-0/+2
* os/exec: add the Cancel and WaitDelay fieldsBryan C. Mills2022-10-251-0/+3
* crypto/ed25519: implement Ed25519ph in Sign and VerifyWithOptionsFilippo Valsorda2022-10-241-0/+4
* net/netip: add IPv6LinkLocalAllRouters and IPv6LoopbackMatt Layher2022-10-212-0/+2
* reflect: add Value.GrowJoe Tsai2022-10-151-0/+1
* runtime/coverage: revise/shorten function namesThan McIntosh2022-10-051-5/+5
* debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34Paul E. Murphy2022-09-291-4/+4
* errors, fmt: add support for wrapping multiple errorsDamien Neil2022-09-291-0/+1
* runtime/coverage: apis to emit counter data under user controlThan McIntosh2022-09-291-0/+5
* go/ast: record start and end of file in File.File{Start,End}Alan Donovan2022-09-281-0/+2
* time: implement Compare methodRoger Peppe2022-09-191-0/+1
* syscall: remove FreeBSD 11 and below 64bit inode compatibility shimsYuval Pavel Zholkover2022-09-162-0/+108
* syscall: add CgroupFD support for ForkExec on LinuxKir Kolyshkin2022-09-091-0/+12
* debug/elf: define additional PPC64 ELFv2 relocationsPaul E. Murphy2022-09-081-0/+108
* go/ast: add Range token.Pos to RangeStmtcuiweixie2022-09-051-0/+1
* cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheapCuong Manh Le2022-08-281-0/+14
* net: add FlagRunning to exactly reflect the states of an interface.Jianwei Mao2022-08-271-0/+2
* debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DSPaul E. Murphy2022-08-272-0/+2
* reflect: add Value.{Comparable,Equal}cuiweixie2022-08-261-0/+2
* reflect: add Value.SetZeroJoe Tsai2022-08-261-0/+1
* path/filepath, io/fs: add SkipAllPaschalis Tsilias2022-08-251-0/+2
* testing: add Elapsed method to testing.Bhopehook2022-08-251-0/+1
* encoding/xml: add (*Encoder).CloseAxel Wagner2022-08-231-0/+1
* io: add OffsetWriter, NewOffsetWriterhopehook2022-08-191-0/+5
* unicode/utf16: add AppendRuneqmuntal2022-08-191-0/+1
* syscall: add new CLONE_ flags for LinuxKir Kolyshkin2022-08-191-0/+60
* crypto/subtle: add XORBytesRuss Cox2022-08-171-0/+1
* net/http/httputil: add ReverseProxy.RewriteDamien Neil2022-08-161-0/+6