aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2024-03-22Revert "testing: add TB.SetGOMAXPROCS function"Ian Lance Taylor
2024-03-21testing: add TB.SetGOMAXPROCS functionsivchari
2024-03-20net/http: add Request.CookiesNamedTimo Furrer
2024-03-19slices: add func RepeatJes Cok
2024-03-15archive/tar: add FileInfoNames interfaceqiulaidongfeng
2024-03-11net/http/httptest: add NewRequestWithContextKevin Burke
2024-03-10cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsdJoel Sing
2024-03-07unicode/utf16: add func RuneLenJes Cok
2024-02-28reflect: add Overflow methods to TypeJes Cok
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-23os: implement CopyFSAndy Pan
2024-02-20net: add KeepAliveConfig and implement SetKeepAliveConfigAndy Pan
2024-02-01sync: add Map.ClearHiro
2024-01-31api/README: refer to doc/README.mdJonathan Amsterdam
2024-01-31runtime/debug: SetCrashOutput sets the FD for fatal panicsAlan Donovan
2024-01-24Revert "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