Skip to content

Commit 27f8372

Browse files
committed
api: promote next to go1.17
Change-Id: If631878a2f6ec0317b4fad614f98ab102810ed47 Reviewed-on: https://go-review.googlesource.com/c/go/+/326410 Trust: Heschi Kreinick <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 182157c commit 27f8372

File tree

2 files changed

+159
-99
lines changed

2 files changed

+159
-99
lines changed

api/go1.17.txt

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
pkg archive/zip, method (*File) OpenRaw() (io.Reader, error)
2+
pkg archive/zip, method (*Writer) Copy(*File) error
3+
pkg archive/zip, method (*Writer) CreateRaw(*FileHeader) (io.Writer, error)
4+
pkg compress/lzw, method (*Reader) Close() error
5+
pkg compress/lzw, method (*Reader) Read([]uint8) (int, error)
6+
pkg compress/lzw, method (*Reader) Reset(io.Reader, Order, int)
7+
pkg compress/lzw, method (*Writer) Close() error
8+
pkg compress/lzw, method (*Writer) Reset(io.Writer, Order, int)
9+
pkg compress/lzw, method (*Writer) Write([]uint8) (int, error)
10+
pkg compress/lzw, type Reader struct
11+
pkg compress/lzw, type Writer struct
12+
pkg crypto/tls, method (*CertificateRequestInfo) Context() context.Context
13+
pkg crypto/tls, method (*ClientHelloInfo) Context() context.Context
14+
pkg crypto/tls, method (*Conn) HandshakeContext(context.Context) error
15+
pkg database/sql, method (*NullByte) Scan(interface{}) error
16+
pkg database/sql, method (*NullInt16) Scan(interface{}) error
17+
pkg database/sql, method (NullByte) Value() (driver.Value, error)
18+
pkg database/sql, method (NullInt16) Value() (driver.Value, error)
19+
pkg database/sql, type NullByte struct
20+
pkg database/sql, type NullByte struct, Byte uint8
21+
pkg database/sql, type NullByte struct, Valid bool
22+
pkg database/sql, type NullInt16 struct
23+
pkg database/sql, type NullInt16 struct, Int16 int16
24+
pkg database/sql, type NullInt16 struct, Valid bool
25+
pkg debug/elf, const SHT_MIPS_ABIFLAGS = 1879048234
26+
pkg debug/elf, const SHT_MIPS_ABIFLAGS SectionType
27+
pkg encoding/csv, method (*Reader) FieldPos(int) (int, int)
28+
pkg go/build, type Context struct, ToolTags []string
29+
pkg go/parser, const SkipObjectResolution = 64
30+
pkg go/parser, const SkipObjectResolution Mode
31+
pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry
32+
pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368
33+
pkg math, const MaxInt = 9223372036854775807
34+
pkg math, const MaxInt ideal-int
35+
pkg math, const MaxUint = 18446744073709551615
36+
pkg math, const MaxUint ideal-int
37+
pkg math, const MinInt = -9223372036854775808
38+
pkg math, const MinInt ideal-int
39+
pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 1/713623846352979940529142984724747568191373312
40+
pkg math, const SmallestNonzeroFloat64 = 4.94066e-324 // 1/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784
41+
pkg net, method (*ParseError) Temporary() bool
42+
pkg net, method (*ParseError) Timeout() bool
43+
pkg net, method (IP) IsPrivate() bool
44+
pkg net/http, func AllowQuerySemicolons(Handler) Handler
45+
pkg net/url, method (Values) Has(string) bool
46+
pkg reflect, func VisibleFields(Type) []StructField
47+
pkg reflect, method (Method) IsExported() bool
48+
pkg reflect, method (StructField) IsExported() bool
49+
pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle
50+
pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete()
51+
pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{}
52+
pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr
53+
pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
54+
pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
55+
pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
56+
pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr
57+
pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle
58+
pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Delete()
59+
pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Value() interface{}
60+
pkg runtime/cgo (freebsd-amd64-cgo), type Handle uintptr
61+
pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle
62+
pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete()
63+
pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{}
64+
pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr
65+
pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle
66+
pkg runtime/cgo (linux-386-cgo), method (Handle) Delete()
67+
pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{}
68+
pkg runtime/cgo (linux-386-cgo), type Handle uintptr
69+
pkg runtime/cgo (linux-amd64-cgo), func NewHandle(interface{}) Handle
70+
pkg runtime/cgo (linux-amd64-cgo), method (Handle) Delete()
71+
pkg runtime/cgo (linux-amd64-cgo), method (Handle) Value() interface{}
72+
pkg runtime/cgo (linux-amd64-cgo), type Handle uintptr
73+
pkg runtime/cgo (linux-arm-cgo), func NewHandle(interface{}) Handle
74+
pkg runtime/cgo (linux-arm-cgo), method (Handle) Delete()
75+
pkg runtime/cgo (linux-arm-cgo), method (Handle) Value() interface{}
76+
pkg runtime/cgo (linux-arm-cgo), type Handle uintptr
77+
pkg runtime/cgo (netbsd-386-cgo), func NewHandle(interface{}) Handle
78+
pkg runtime/cgo (netbsd-386-cgo), method (Handle) Delete()
79+
pkg runtime/cgo (netbsd-386-cgo), method (Handle) Value() interface{}
80+
pkg runtime/cgo (netbsd-386-cgo), type Handle uintptr
81+
pkg runtime/cgo (netbsd-amd64-cgo), func NewHandle(interface{}) Handle
82+
pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Delete()
83+
pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Value() interface{}
84+
pkg runtime/cgo (netbsd-amd64-cgo), type Handle uintptr
85+
pkg runtime/cgo (netbsd-arm-cgo), func NewHandle(interface{}) Handle
86+
pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Delete()
87+
pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Value() interface{}
88+
pkg runtime/cgo (netbsd-arm-cgo), type Handle uintptr
89+
pkg runtime/cgo (netbsd-arm64-cgo), func NewHandle(interface{}) Handle
90+
pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Delete()
91+
pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Value() interface{}
92+
pkg runtime/cgo (netbsd-arm64-cgo), type Handle uintptr
93+
pkg runtime/cgo (openbsd-386-cgo), func NewHandle(interface{}) Handle
94+
pkg runtime/cgo (openbsd-386-cgo), method (Handle) Delete()
95+
pkg runtime/cgo (openbsd-386-cgo), method (Handle) Value() interface{}
96+
pkg runtime/cgo (openbsd-386-cgo), type Handle uintptr
97+
pkg runtime/cgo (openbsd-amd64-cgo), func NewHandle(interface{}) Handle
98+
pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Delete()
99+
pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Value() interface{}
100+
pkg runtime/cgo (openbsd-amd64-cgo), type Handle uintptr
101+
pkg strconv, func QuotedPrefix(string) (string, error)
102+
pkg sync/atomic, method (*Value) CompareAndSwap(interface{}, interface{}) bool
103+
pkg sync/atomic, method (*Value) Swap(interface{}) interface{}
104+
pkg syscall (netbsd-386), const SYS_WAIT6 = 481
105+
pkg syscall (netbsd-386), const SYS_WAIT6 ideal-int
106+
pkg syscall (netbsd-386), const WEXITED = 32
107+
pkg syscall (netbsd-386), const WEXITED ideal-int
108+
pkg syscall (netbsd-386-cgo), const SYS_WAIT6 = 481
109+
pkg syscall (netbsd-386-cgo), const SYS_WAIT6 ideal-int
110+
pkg syscall (netbsd-386-cgo), const WEXITED = 32
111+
pkg syscall (netbsd-386-cgo), const WEXITED ideal-int
112+
pkg syscall (netbsd-amd64), const SYS_WAIT6 = 481
113+
pkg syscall (netbsd-amd64), const SYS_WAIT6 ideal-int
114+
pkg syscall (netbsd-amd64), const WEXITED = 32
115+
pkg syscall (netbsd-amd64), const WEXITED ideal-int
116+
pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 = 481
117+
pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 ideal-int
118+
pkg syscall (netbsd-amd64-cgo), const WEXITED = 32
119+
pkg syscall (netbsd-amd64-cgo), const WEXITED ideal-int
120+
pkg syscall (netbsd-arm), const SYS_WAIT6 = 481
121+
pkg syscall (netbsd-arm), const SYS_WAIT6 ideal-int
122+
pkg syscall (netbsd-arm), const WEXITED = 32
123+
pkg syscall (netbsd-arm), const WEXITED ideal-int
124+
pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481
125+
pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int
126+
pkg syscall (netbsd-arm-cgo), const WEXITED = 32
127+
pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int
128+
pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481
129+
pkg syscall (netbsd-arm64), const SYS_WAIT6 ideal-int
130+
pkg syscall (netbsd-arm64), const WEXITED = 32
131+
pkg syscall (netbsd-arm64), const WEXITED ideal-int
132+
pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 = 481
133+
pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 ideal-int
134+
pkg syscall (netbsd-arm64-cgo), const WEXITED = 32
135+
pkg syscall (netbsd-arm64-cgo), const WEXITED ideal-int
136+
pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC = 2048
137+
pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC ideal-int
138+
pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
139+
pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int
140+
pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
141+
pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
142+
pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
143+
pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int
144+
pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles []Handle
145+
pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle
146+
pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle
147+
pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
148+
pkg testing, method (*B) Setenv(string, string)
149+
pkg testing, method (*T) Setenv(string, string)
150+
pkg text/template/parse, const SkipFuncCheck = 2
151+
pkg text/template/parse, const SkipFuncCheck Mode
152+
pkg time, const Layout = "01/02 03:04:05PM '06 -0700"
153+
pkg time, const Layout ideal-string
154+
pkg time, func UnixMicro(int64) Time
155+
pkg time, func UnixMilli(int64) Time
156+
pkg time, method (*Time) IsDST() bool
157+
pkg time, method (Time) GoString() string
158+
pkg time, method (Time) UnixMicro() int64
159+
pkg time, method (Time) UnixMilli() int64

api/next.txt

Lines changed: 0 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +0,0 @@
1-
pkg compress/lzw, method (*Reader) Close() error
2-
pkg compress/lzw, method (*Reader) Read([]uint8) (int, error)
3-
pkg compress/lzw, method (*Reader) Reset(io.Reader, Order, int)
4-
pkg compress/lzw, method (*Writer) Close() error
5-
pkg compress/lzw, method (*Writer) Reset(io.Writer, Order, int)
6-
pkg compress/lzw, method (*Writer) Write([]uint8) (int, error)
7-
pkg compress/lzw, type Reader struct
8-
pkg compress/lzw, type Writer struct
9-
pkg crypto/tls, method (*CertificateRequestInfo) Context() context.Context
10-
pkg crypto/tls, method (*ClientHelloInfo) Context() context.Context
11-
pkg crypto/tls, method (*Conn) HandshakeContext(context.Context) error
12-
pkg debug/elf, const SHT_MIPS_ABIFLAGS = 1879048234
13-
pkg debug/elf, const SHT_MIPS_ABIFLAGS SectionType
14-
pkg encoding/csv, method (*Reader) FieldPos(int) (int, int)
15-
pkg go/ast, method (*FuncDecl) IsMethod() bool
16-
pkg go/build, type Context struct, ToolTags []string
17-
pkg go/parser, const SkipObjectResolution = 64
18-
pkg go/parser, const SkipObjectResolution Mode
19-
pkg go/types, type Config struct, GoVersion string
20-
pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry
21-
pkg net, method (*ParseError) Temporary() bool
22-
pkg net, method (*ParseError) Timeout() bool
23-
pkg net, method (IP) IsPrivate() bool
24-
pkg reflect, func VisibleFields(Type) []StructField
25-
pkg reflect, method (Method) IsExported() bool
26-
pkg reflect, method (StructField) IsExported() bool
27-
pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle
28-
pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete()
29-
pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{}
30-
pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr
31-
pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
32-
pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
33-
pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
34-
pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr
35-
pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle
36-
pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Delete()
37-
pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Value() interface{}
38-
pkg runtime/cgo (freebsd-amd64-cgo), type Handle uintptr
39-
pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle
40-
pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete()
41-
pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{}
42-
pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr
43-
pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle
44-
pkg runtime/cgo (linux-386-cgo), method (Handle) Delete()
45-
pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{}
46-
pkg runtime/cgo (linux-386-cgo), type Handle uintptr
47-
pkg runtime/cgo (linux-amd64-cgo), func NewHandle(interface{}) Handle
48-
pkg runtime/cgo (linux-amd64-cgo), method (Handle) Delete()
49-
pkg runtime/cgo (linux-amd64-cgo), method (Handle) Value() interface{}
50-
pkg runtime/cgo (linux-amd64-cgo), type Handle uintptr
51-
pkg runtime/cgo (linux-arm-cgo), func NewHandle(interface{}) Handle
52-
pkg runtime/cgo (linux-arm-cgo), method (Handle) Delete()
53-
pkg runtime/cgo (linux-arm-cgo), method (Handle) Value() interface{}
54-
pkg runtime/cgo (linux-arm-cgo), type Handle uintptr
55-
pkg runtime/cgo (netbsd-386-cgo), func NewHandle(interface{}) Handle
56-
pkg runtime/cgo (netbsd-386-cgo), method (Handle) Delete()
57-
pkg runtime/cgo (netbsd-386-cgo), method (Handle) Value() interface{}
58-
pkg runtime/cgo (netbsd-386-cgo), type Handle uintptr
59-
pkg runtime/cgo (netbsd-amd64-cgo), func NewHandle(interface{}) Handle
60-
pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Delete()
61-
pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Value() interface{}
62-
pkg runtime/cgo (netbsd-amd64-cgo), type Handle uintptr
63-
pkg runtime/cgo (netbsd-arm-cgo), func NewHandle(interface{}) Handle
64-
pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Delete()
65-
pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Value() interface{}
66-
pkg runtime/cgo (netbsd-arm-cgo), type Handle uintptr
67-
pkg runtime/cgo (netbsd-arm64-cgo), func NewHandle(interface{}) Handle
68-
pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Delete()
69-
pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Value() interface{}
70-
pkg runtime/cgo (netbsd-arm64-cgo), type Handle uintptr
71-
pkg runtime/cgo (openbsd-386-cgo), func NewHandle(interface{}) Handle
72-
pkg runtime/cgo (openbsd-386-cgo), method (Handle) Delete()
73-
pkg runtime/cgo (openbsd-386-cgo), method (Handle) Value() interface{}
74-
pkg runtime/cgo (openbsd-386-cgo), type Handle uintptr
75-
pkg runtime/cgo (openbsd-amd64-cgo), func NewHandle(interface{}) Handle
76-
pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Delete()
77-
pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Value() interface{}
78-
pkg runtime/cgo (openbsd-amd64-cgo), type Handle uintptr
79-
pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC = 2048
80-
pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC ideal-int
81-
pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
82-
pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int
83-
pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
84-
pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
85-
pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
86-
pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int
87-
pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles []Handle
88-
pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle
89-
pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle
90-
pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
91-
pkg testing, method (*B) Setenv(string, string)
92-
pkg testing, method (*T) Setenv(string, string)
93-
pkg text/template/parse, const SkipFuncCheck = 2
94-
pkg text/template/parse, const SkipFuncCheck Mode
95-
pkg time, func UnixMicro(int64) Time
96-
pkg time, func UnixMilli(int64) Time
97-
pkg time, method (*Time) IsDST() bool
98-
pkg time, method (Time) UnixMicro() int64
99-
pkg time, method (Time) UnixMilli() int64

0 commit comments

Comments
 (0)