aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
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
2022-06-28api: correct debug/pe issue number for Go 1.19 changesRuss Cox
2022-06-09api: promote next to go1.19Cherry Mui
2022-06-08api/next: minor reformatCherry Mui
2022-06-04io: revert: add an Err field to LimitedReaderRuss Cox
2022-05-17go/types, types2: set an origin object for vars and funcsRobert Findley
2022-05-17fmt: add Append, Appendln, AppendfRob Pike
2022-05-17time: add Time.ZoneBoundshopehook
2022-05-14encoding/csv: add Reader.InputOffset methodhopehook
2022-05-04io: add an Err field to LimitedReaderCarl Johnson
2022-05-04sync/atomic: add typed atomic valuesRuss Cox
2022-05-03runtime/debug: export SetMemoryLimitMichael Anthony Knyszek
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-25net/http: add MaxBytesErrorCarl Johnson
2022-04-22regexp/syntax: rename ErrInvalidDepth to ErrNestingDepthIan Lance Taylor
2022-04-22regexp: change ErrInvalidDepth message to match proposalIan Lance Taylor
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2022-04-15encoding/binary: add AppendVarint AppendUvarintJoe Tsai
2022-04-13crypto/x509: add CertPool.CloneRoland Shoemaker
2022-04-11go/doc: use go/doc/commentRuss Cox
2022-04-11go/doc/comment: parse and print headingsRuss Cox
2022-04-11go/doc/comment: parse and print doc linksRuss Cox