summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* api: promote next to go1.13go1.13beta1Andrew Bonventre2019-06-262-8042/+8037
* api: update next.txtBrad Fitzpatrick2019-05-081-2/+46
* net/http: add support for SameSite=NoneVivek Sekhar2019-05-061-0/+2
* api: add recent Go 1.13 workRuss Cox2019-04-261-0/+7985
* all: update to Unicode 11Marcel van Lohuizen2019-04-252-1/+10
* text/scanner: don't liberally consume (invalid) floats or underbarsRobert Griesemer2019-02-202-0/+4
* api: add os.(*File).SyscallConn to go1.12.txtBrad Fitzpatrick2019-01-021-0/+1
* syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...Yuval Pavel Zholkover2018-12-302-48/+0
* api: promote next to go1.12Filippo Valsorda2018-12-181-0/+251
* syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover2018-10-051-0/+98
* cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo2018-10-051-0/+2
* os: add ModeCharDevice to ModeTypeTobias Klauser2018-09-131-0/+1
* syscall: implement Unix Socket for WindowsYasuhiro Matsumoto2018-08-281-0/+2
* crypto/tls: make ConnectionState.ExportKeyingMaterial a methodFilippo Valsorda2018-08-221-1/+1
* api: add ErrorHandler function to httputil.ReverseProxyAndrew Bonventre2018-07-191-0/+1
* syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.PointerBrad Fitzpatrick2018-07-122-2/+6
* api: add some more API to go1.11.txtBrad Fitzpatrick2018-07-091-0/+10
* go/types: rename NewInterface2 to NewInterfaceTypeRobert Griesemer2018-06-261-1/+1
* os: have UserCacheDir return an error on failureAndrew Bonventre2018-06-251-1/+1
* api: promote next to go1.11Andrew Bonventre2018-06-221-0/+546
* text/template/parse: undo breaking API changesDaniel Theophanes2018-06-221-9/+0
* syscall: update TOKEN_ALL_ACCESS according to WinNT.hThanabodee Charoenpiriyakij2018-06-111-0/+2
* syscall: introduce Pointer type and use it instead of uintptrAlex Brainman2018-04-181-0/+12
* api: remove unnecessary lines from except.txtDaniel Martí2018-04-091-10/+0
* text/template: add variable assignmentsDaniel Martí2018-04-042-1/+19
* api: add exception for os.ModeType valueJoe Tsai2018-03-301-0/+1
* syscall: support Getwd on all BSDsTobias Klauser2018-02-131-0/+16
* text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor2018-02-061-18/+0
* doc, api: add type Srcset string change to go1.10 notes and APIgo1.10beta2Andrew Bonventre2018-01-111-0/+1
* strings: fix two Builder bugs allowing mutation of strings, remove ReadFromBrad Fitzpatrick2017-12-111-1/+0
* api: promote next to go1.10Andrew Bonventre2017-12-072-641/+645
* api: update next.txtRuss Cox2017-11-151-3/+44
* api: update next.txtRuss Cox2017-10-281-1/+594
* unicode: update to Unicode 10.0.0Marcel van Lohuizen2017-10-242-0/+7
* math/big: provide support for conversion bases up to 62griesemer2017-10-062-0/+2
* doc, api: add syscall.SysProcAttr.AmbientCaps change to 1.9 notes, APIBrad Fitzpatrick2017-06-291-0/+6
* api: promote next to go1.9Chris Broadfoot2017-06-142-163/+163
* api: update next.txtChris Broadfoot2017-06-141-16/+43
* api: update next.txtBrad Fitzpatrick2017-05-021-0/+136
* math/big: define Word as uint instead of uintptrRobert Griesemer2017-02-211-0/+1
* Revert "cmd/go: note when some Go files were ignored on no-Go-files errors"Brad Fitzpatrick2016-12-211-1/+0
* api: add openbsd syscall constantsgo1.8beta2Chris Broadfoot2016-12-151-0/+4
* database/sql: do not store Tx options in ContextDaniel Theophanes2016-12-141-7/+9
* runtime, syscall: update openbsd for changes to syskillJoel Sing2016-12-121-0/+4
* api: remove testing Context accessors from go1.8.txtBrad Fitzpatrick2016-12-091-3/+0
* runtime: add number of forced GCs to MemStatsAustin Clements2016-12-071-0/+1