summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* [dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod2021-09-092-97/+112
|\
| * net: reduce allocations for UDP send/recv on WindowsJosh Bleecher Snyder2021-08-161-0/+4
| * net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder2021-08-161-0/+52
| * net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder2021-08-161-0/+52
| * reflect: add Value.CanConvertIan Lance Taylor2021-07-211-0/+1
| * testing: add TB.SetenvRuss Cox2021-07-011-0/+1
| * image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao2021-06-301-0/+2
* | [dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman2021-06-282-2/+193
|\ \ | |/
| * image: add RGBA64Image interfaceNigel Tao2021-06-181-1/+33
| * time: fix receiver for Time.IsDST methodRuss Cox2021-06-171-1/+1
| * api: promote next to go1.17Heschi Kreinick2021-06-092-99/+159
* | [dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman2021-05-172-0/+103
|\ \ | |/
| * text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox2021-05-061-2/+2
| * math: replace float32/64 extrema with exact expressionsRobert Griesemer2021-05-031-0/+1
| * api: update next.txtDmitri Shuralyov2021-04-301-0/+99
| * math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer2021-04-301-0/+2
| * syscall: restore broken GetQueuedCompletionStatus signature but make it not c...Jason A. Donenfeld2021-02-241-6/+0
| * syscall: do not overflow key memory in GetQueuedCompletionStatusJason A. Donenfeld2021-02-241-0/+6
* | [dev.fuzz] all: merge master (7764ee5) into dev.fuzzKatie Hockman2021-02-192-452/+501
|\ \ | |/
| * api/go1.16: add go/build/constraint APIsAlexander Rakoczy2021-01-271-0/+29
| * syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld2021-01-151-2/+0
| * go/build: report positions for go:embed directivesJay Conrod2021-01-141-0/+3
| * runtime/metrics: remove unused StopTheWorld Description fieldMichael Anthony Knyszek2021-01-081-1/+0
| * crypto/x509: rollback new CertificateRequest fieldsFilippo Valsorda2021-01-061-9/+0
| * api/go1.16: remove crypto/tls APIs that are moved to Go 1.17Dmitri Shuralyov2020-12-171-3/+0
| * api: promote next to go1.16go1.16beta1Dmitri Shuralyov2020-12-172-452/+484
* | [dev.fuzz] all: merge master into dev.fuzzKatie Hockman2020-12-142-113/+590
|\ \ | |/
| * api: update next.txtRuss Cox2020-10-291-6/+121
| * io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox2020-10-202-95/+221
| * api: update next.txtRuss Cox2020-10-201-5/+241
* | [dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman2020-12-042-0/+34
|/
* text/template: add CommentNode to template parse treeAriel Mashraki2020-08-281-0/+14
* unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen2020-08-202-0/+6
* go/printer: remove exported StdFormat flagDmitri Shuralyov2020-07-171-2/+0
* go/types: rename UsesCgo to go115UsesCgoMatthew Dempsky2020-06-101-1/+0
* api: promote next to go1.15Alexander Rakoczy2020-06-092-3/+133
* all: remove scattered remnants of darwin/386Austin Clements2020-04-081-4/+0
* sync: add new Map method LoadAndDeleteChangkun Ou2020-02-251-0/+1
* time: add Ticker.ResetChangkun Ou2020-02-241-0/+1
* Revert "time: add Ticker.Reset"Andrew Bonventre2020-02-231-1/+0
* time: add Ticker.ResetChangkun Ou2020-02-231-0/+1
* testing: testing: add (*T).Deadline method for test timeoutBryan C. Mills2020-02-211-0/+1
* go/types: unexport Checker.LookupFieldOrMethodRobert Griesemer2020-01-311-1/+0
* go/build: rename WorkingDir to Dirgo1.14beta1Bryan C. Mills2019-12-171-1/+1
* api: promote next to go1.14Alexander Rakoczy2019-12-162-5/+198
* unicode: upgrade to Unicode 12Marcel van Lohuizen2019-11-052-0/+6
* api/go1.13: add debug/elf.Symbol fields added in CL 184099Filippo Valsorda2019-08-081-0/+2
* all: remove os.ErrTimeoutDamien Neil2019-08-021-3/+0
* all: remove os.ErrTemporaryDamien Neil2019-08-011-1/+0
* text/scanner: remove AllowDigitSeparator flag againRobert Griesemer2019-06-271-3/+0