aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2022-04-29[dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoringRuss Cox
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
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-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
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-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
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-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
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-07[dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase
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-08[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-02-03[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
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-05[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
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
2021-10-14debug/buildinfo: new package with Read and ReadFileJay Conrod
2021-10-14cmd/go: move module build info formatting into runtime/debugJay Conrod
2021-10-06net/http: add Cookie.Valid methodJohn Kelly
2021-10-04cmd/api: set architecture sizes when type checkingMichael Pratt
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod