aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
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
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