aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2024-01-24[release-branch.go1.22] Revert "archive/tar: add FileInfoNames interface"Cherry Mui
2023-12-14net/netip: remove Prefix.Compare for Go 1.22Russ Cox
2023-12-05doc/go1.22: document ast.Object deprecationAlan Donovan
2023-12-05math/rand/v2: add ChaCha8Russ Cox
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
2023-10-30math/rand/v2: change Source to use uint64Russ Cox
2023-10-30math/rand/v2: remove Rand.SeedRuss Cox
2023-10-30math/rand/v2: remove ReadRuss Cox
2023-10-30math/rand/v2: rename various functionsRuss Cox
2023-10-30math/rand/v2: start of new APIRuss Cox
2023-10-09io: add (*SectionReader).Outer()Carlo Alberto Ferraris
2023-10-02html/template: support parsing complex JS template literalsRoland Shoemaker
2023-09-25cmp: add OrCarl Johnson
2023-09-14net/http: implement path value methods on RequestJonathan Amsterdam
2023-09-13archive/tar: add AddFS method to WriterMauri de Souza Meneguzzo
2023-09-11net/netip: add AddrPort.Compare and Prefix.CompareDavid Anderson
2023-09-08testing/slogtest: add Run to run cases as subtestsJonathan Amsterdam
2023-09-08debug/elf,cmd/link: add additional MIPS64 relocation typeJoel Sing
2023-09-07syscall: add support to get pidfd from ForkExec on LinuxKir Kolyshkin
2023-08-17encoding: add AppendEncode and AppendDecodeJoe Tsai
2023-08-08slices: add ConcatCarl Johnson
2023-08-07net/http: add ServeFileFS, FileServerFS, NewFileTransportFSMauri de Souza Meneguzzo
2023-08-07database/sql: add Null[T]Inada Naoki
2023-08-07go/ast: deprecate ObjectAlan Donovan
2023-08-07archive/tar: add FileInfoNames interfaceqiulaidongfeng
2023-08-02crypto/tls: change SendSessionTicket to take an options structDamien Neil
2023-07-31archive/zip: add AddFS method to zip WriterMauri de Souza Meneguzzo
2023-07-31reflect: add TypeForCarl Johnson
2023-07-27reflect: deprecate PtrToqiulaidongfeng
2023-07-26maps: remove Keys and ValuesIan Lance Taylor
2023-07-20go/ast: add Unparen(Expr) helperAlan Donovan
2023-07-11log/slog: change XXXCtx functions to XXXContextJonathan Amsterdam
2023-07-06go/types: record Config.GoVersion for reporting in Package.GoVersion methodRuss Cox
2023-06-14slices: consistently use S ~[]EIan Lance Taylor
2023-06-09crypto/tls: make SessionState.Extra a slice of byte slicesFilippo Valsorda