aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2021-12-14api: promote next to go1.18go1.18beta1Cherry Mui
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
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-28[dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman
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-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
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-02-19[dev.fuzz] all: merge master (7764ee5) into dev.fuzzKatie Hockman
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-12-14[dev.fuzz] all: merge master into dev.fuzzKatie Hockman
2020-12-04[dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman
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