summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* [dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoringRuss Cox2022-04-291-1/+0
* [dev.boringcrypto] all: add boringcrypto build tagsRuss Cox2022-04-291-1/+0
* [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-04-274-3/+6
|\
| * net/http: add MaxBytesErrorCarl Johnson2022-04-251-0/+3
| * regexp/syntax: rename ErrInvalidDepth to ErrNestingDepthIan Lance Taylor2022-04-221-2/+2
| * regexp: change ErrInvalidDepth message to match proposalIan Lance Taylor2022-04-222-3/+2
| * os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills2022-04-211-0/+1
* | [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-04-206-0/+76
|\ \ | |/
| * encoding/binary: add AppendVarint AppendUvarintJoe Tsai2022-04-151-0/+2
| * crypto/x509: add CertPool.CloneRoland Shoemaker2022-04-131-0/+1
| * go/doc: use go/doc/commentRuss Cox2022-04-111-0/+6
| * go/doc/comment: parse and print headingsRuss Cox2022-04-111-0/+1
| * go/doc/comment: parse and print doc linksRuss Cox2022-04-111-0/+2
| * go/doc/comment: add Printer and basic comment printingRuss Cox2022-04-111-0/+12
| * go/doc/comment: add paragraph parsing and test frameworkRuss Cox2022-04-111-0/+5
| * go/doc/comment: add data structuresRuss Cox2022-04-111-0/+35
| * sort: add Find functionEli Bendersky2022-04-071-0/+1
| * crypto/x509: add new CRL parser, deprecate old oneRoland Shoemaker2022-04-051-0/+9
| * hash/maphash: add Bytes and StringRuss Cox2022-04-051-0/+2
| * api: add x509.CertPool.Equal to next/46057.txtDmitri Shuralyov2022-04-051-0/+1
* | [dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger2022-04-057-1/+150
|\ \ | |/
| * debug: define ELF relocation for loong64Xiaodong Liu2022-04-041-0/+105
| * regexp/syntax: add and use ErrInvalidDepthRuss Cox2022-04-041-0/+3
| * strconv: quote rune 007F as \x7f, not \u007fIan Lance Taylor2022-03-311-1/+1
| * debug/pe: add APIs for reading section def aux infoThan McIntosh2022-03-311-0/+36
| * html/template: make FuncMap a type alias of text/template.FuncMapEmmanuel T Odeke2022-03-312-0/+4
* | [dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer2022-03-297-8/+26
|\ \ | |/
| * encoding/xml: expose decoder line and columnPatrick Gundlach2022-03-271-0/+1
| * time: add Duration.AbsCarl Johnson2022-03-271-0/+1
| * cmd/api: require proposal # for new API featuresRuss Cox2022-03-146-12/+24
| * flag: add TextVar functionJoe Tsai2022-03-101-0/+2
| * net/url: add JoinPath, URL.JoinPathCarl Johnson2022-03-101-0/+2
* | [dev.boringcrypto] all: merge master into dev.boringcryptoDavid Chase2022-03-072-2/+7
|\ \ | |/
| * api: update next.txt for binary.AppendByteOrder interfaceJoe Tsai2022-03-031-0/+5
| * runtime/debug: replace (*BuildInfo).Marshal methods with Parse and StringBryan C. Mills2022-02-091-2/+2
* | [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-02-081-6/+0
|\ \ | |/
| * constraints: remove packageIan Lance Taylor2022-02-031-6/+0
* | [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-02-032-47/+239
|\ \ | |/
| * go/types, types2: delete TypeList.StringRobert Griesemer2022-01-281-1/+0
| * debug/dwarf: fix problems with handling of bit offsets for bitfieldsThan McIntosh2022-01-281-0/+2
| * api: promote next to go1.18go1.18beta1Cherry Mui2021-12-142-47/+238
* | [dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker2021-11-055-6/+189
|\ \ | |/
| * syscall: migrate new UDP send/recv API to internal/syscall/unixJosh Bleecher Snyder2021-11-031-108/+0
| * cmd/go: stamp VCS revision and uncommitted status into binariesJay Conrod2021-10-141-0/+4
| * runtime/debug: add GoVersion to BuildInfoJay Conrod2021-10-141-0/+1
| * debug/buildinfo: new package with Read and ReadFileJay Conrod2021-10-141-0/+4
| * cmd/go: move module build info formatting into runtime/debugJay Conrod2021-10-141-0/+1
| * net/http: add Cookie.Valid methodJohn Kelly2021-10-061-0/+1
| * cmd/api: set architecture sizes when type checkingMichael Pratt2021-10-043-6/+141
| * [dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod2021-09-092-97/+112
| |\