aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2021-08-16net: reduce allocations for UDP send/recv on WindowsJosh Bleecher Snyder
2021-08-16net: reduce allocation size in ReadFromUDPJosh Bleecher Snyder
2021-08-16net: remove allocation from UDPConn.WriteToJosh Bleecher Snyder
2021-07-21reflect: add Value.CanConvertIan Lance Taylor
2021-07-01testing: add TB.SetenvRuss Cox
2021-06-30image: add Uniform.RGBA64At and Rectangle.RGBA64AtNigel Tao
2021-06-18image: add RGBA64Image interfaceNigel Tao
2021-06-17time: fix receiver for Time.IsDST methodRuss Cox
2021-06-09api: promote next to go1.17Heschi Kreinick
2021-05-06text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox
2021-05-03math: replace float32/64 extrema with exact expressionsRobert Griesemer
2021-04-30api: update next.txtDmitri Shuralyov
2021-04-30math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer
2021-02-24syscall: restore broken GetQueuedCompletionStatus signature but make it not c...Jason A. Donenfeld
2021-02-24syscall: do not overflow key memory in GetQueuedCompletionStatusJason A. Donenfeld
2021-01-27api/go1.16: add go/build/constraint APIsAlexander Rakoczy
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2021-01-14go/build: report positions for go:embed directivesJay Conrod
2021-01-08runtime/metrics: remove unused StopTheWorld Description fieldMichael Anthony Knyszek
2021-01-06crypto/x509: rollback new CertificateRequest fieldsFilippo Valsorda
2020-12-17api/go1.16: remove crypto/tls APIs that are moved to Go 1.17Dmitri Shuralyov
2020-12-17api: promote next to go1.16go1.16beta1Dmitri Shuralyov
2020-10-29api: update next.txtRuss Cox
2020-10-20io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox
2020-10-20api: update next.txtRuss Cox
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2020-08-20unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-06-10go/types: rename UsesCgo to go115UsesCgoMatthew Dempsky
2020-06-09api: promote next to go1.15Alexander Rakoczy
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-02-25sync: add new Map method LoadAndDeleteChangkun Ou
2020-02-24time: add Ticker.ResetChangkun Ou
2020-02-23Revert "time: add Ticker.Reset"Andrew Bonventre
2020-02-23time: add Ticker.ResetChangkun Ou
2020-02-21testing: testing: add (*T).Deadline method for test timeoutBryan C. Mills
2020-01-31go/types: unexport Checker.LookupFieldOrMethodRobert Griesemer
2019-12-17go/build: rename WorkingDir to Dirgo1.14beta1Bryan C. Mills
2019-12-16api: promote next to go1.14Alexander Rakoczy
2019-11-05unicode: upgrade to Unicode 12Marcel van Lohuizen
2019-08-08api/go1.13: add debug/elf.Symbol fields added in CL 184099Filippo Valsorda
2019-08-02all: remove os.ErrTimeoutDamien Neil
2019-08-01all: remove os.ErrTemporaryDamien Neil
2019-06-27text/scanner: remove AllowDigitSeparator flag againRobert Griesemer
2019-06-26api: promote next to go1.13go1.13beta1Andrew Bonventre
2019-05-08api: update next.txtBrad Fitzpatrick
2019-05-06net/http: add support for SameSite=NoneVivek Sekhar
2019-04-26api: add recent Go 1.13 workRuss Cox
2019-04-25all: update to Unicode 11Marcel van Lohuizen
2019-02-20text/scanner: don't liberally consume (invalid) floats or underbarsRobert Griesemer