aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
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
2022-04-11go/doc/comment: add Printer and basic comment printingRuss Cox
2022-04-11go/doc/comment: add paragraph parsing and test frameworkRuss Cox
2022-04-11go/doc/comment: add data structuresRuss Cox
2022-04-07sort: add Find functionEli Bendersky
2022-04-05crypto/x509: add new CRL parser, deprecate old oneRoland Shoemaker
2022-04-05hash/maphash: add Bytes and StringRuss Cox
2022-04-05api: add x509.CertPool.Equal to next/46057.txtDmitri Shuralyov
2022-04-04debug: define ELF relocation for loong64Xiaodong Liu
2022-04-04regexp/syntax: add and use ErrInvalidDepthRuss Cox
2022-03-31strconv: quote rune 007F as \x7f, not \u007fIan Lance Taylor
2022-03-31debug/pe: add APIs for reading section def aux infoThan McIntosh
2022-03-31html/template: make FuncMap a type alias of text/template.FuncMapEmmanuel T Odeke
2022-03-27encoding/xml: expose decoder line and columnPatrick Gundlach
2022-03-27time: add Duration.AbsCarl Johnson
2022-03-14cmd/api: require proposal # for new API featuresRuss Cox
2022-03-10flag: add TextVar functionJoe Tsai
2022-03-10net/url: add JoinPath, URL.JoinPathCarl Johnson
2022-03-03api: update next.txt for binary.AppendByteOrder interfaceJoe Tsai
2022-02-09runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills
2022-02-03constraints: remove packageIan Lance Taylor
2022-01-28go/types, types2: delete TypeList.StringRobert Griesemer
2022-01-28debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh
2021-12-14api: promote next to go1.18go1.18beta1Cherry Mui
2021-11-03syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder
2021-10-14cmd/go: stamp VCS revision and uncommitted status into binariesJay Conrod
2021-10-14runtime/debug: add GoVersion to BuildInfoJay Conrod