aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2019-01-02api: add os.(*File).SyscallConn to go1.12.txtBrad Fitzpatrick
2018-12-30syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...Yuval Pavel Zholkover
2018-12-18api: promote next to go1.12Filippo Valsorda
2018-10-05syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover
2018-10-05cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo
2018-09-13os: add ModeCharDevice to ModeTypeTobias Klauser
2018-08-28syscall: implement Unix Socket for WindowsYasuhiro Matsumoto
2018-08-22crypto/tls: make ConnectionState.ExportKeyingMaterial a methodFilippo Valsorda
2018-07-19api: add ErrorHandler function to httputil.ReverseProxyAndrew Bonventre
2018-07-12syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.PointerBrad Fitzpatrick
2018-07-09api: add some more API to go1.11.txtBrad Fitzpatrick
2018-06-26go/types: rename NewInterface2 to NewInterfaceTypeRobert Griesemer
2018-06-25os: have UserCacheDir return an error on failureAndrew Bonventre
2018-06-22api: promote next to go1.11Andrew Bonventre
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-06-11syscall: update TOKEN_ALL_ACCESS according to WinNT.hThanabodee Charoenpiriyakij
2018-04-18syscall: introduce Pointer type and use it instead of uintptrAlex Brainman
2018-04-09api: remove unnecessary lines from except.txtDaniel Martí
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-03-30api: add exception for os.ModeType valueJoe Tsai
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2018-01-11doc, api: add type Srcset string change to go1.10 notes and APIgo1.10beta2Andrew Bonventre
2017-12-11strings: fix two Builder bugs allowing mutation of strings, remove ReadFromBrad Fitzpatrick
2017-12-07api: promote next to go1.10Andrew Bonventre
2017-11-15api: update next.txtRuss Cox
2017-10-28api: update next.txtRuss Cox
2017-10-24unicode: update to Unicode 10.0.0Marcel van Lohuizen
2017-10-06math/big: provide support for conversion bases up to 62griesemer
2017-06-29doc, api: add syscall.SysProcAttr.AmbientCaps change to 1.9 notes, APIBrad Fitzpatrick
2017-06-14api: promote next to go1.9Chris Broadfoot
2017-06-14api: update next.txtChris Broadfoot
2017-05-02api: update next.txtBrad Fitzpatrick
2017-02-21math/big: define Word as uint instead of uintptrRobert Griesemer
2016-12-21Revert "cmd/go: note when some Go files were ignored on no-Go-files errors"Brad Fitzpatrick
2016-12-15api: add openbsd syscall constantsgo1.8beta2Chris Broadfoot
2016-12-14database/sql: do not store Tx options in ContextDaniel Theophanes
2016-12-12runtime, syscall: update openbsd for changes to syskillJoel Sing
2016-12-09api: remove testing Context accessors from go1.8.txtBrad Fitzpatrick
2016-12-07runtime: add number of forced GCs to MemStatsAustin Clements
2016-12-01cmd/objdump: copy gosym.PCValue into internal packageKeith Randall
2016-12-01api: promote next.txt to go1.8.txt, update go toolgo1.8beta1Chris Broadfoot
2016-12-01api: update next.txt (remove database/sql.NamedParam)Chris Broadfoot
2016-11-16api, doc: update go1.8.txt and next.txtBrad Fitzpatrick
2016-11-02testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox
2016-11-02api: sort except.txtRuss Cox
2016-10-30syscall: remove X__cmsg_data from CmsghdrIan Gudger
2016-10-26encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick
2016-10-26api: update next.txtBrad Fitzpatrick
2016-06-28unicode: upgrade to version 9.0.0Marcel van Lohuizen