aboutsummaryrefslogtreecommitdiff
path: root/api/next
AgeCommit message (Expand)Author
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-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