aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2023-02-17cmd/api: add API checks for freebsd/riscv64Dmitri Goutnik
2023-02-17cmd/api: add API checks for freebsd/arm64Dmitri Goutnik
2023-02-15math: add Compare and Compare32Akhil Indurti
2023-02-13slices: new packageIan Lance Taylor
2023-02-10Revert "math: add Compare and Compare32"Than McIntosh
2023-02-09math: add Compare and Compare32Akhil Indurti
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2023-02-03maps: new packageIan Lance Taylor
2023-02-03debug/elf: add DT_FLAGS_1 constantsFlorin Papa
2023-02-02math/big: add Int.Float64 conversionAlan Donovan
2023-02-02go/token: add (*File).Lines methodAlan Donovan
2023-01-30reflect,runtime: add Value.ClearCuong Manh Le
2023-01-27encoding/binary: add var NativeEndiancuiweixie
2023-01-24bytes, strings: add ContainsFunchopehook
2023-01-20context: add APIs for setting a cancelation cause when deadline or timer expiresSameer Ajmani
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
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