Skip to content

Commit 3c6b668

Browse files
committed
api: promote next.txt to go1.7.txt and update api tool
Change-Id: Idb348be00f949da553aa6aab62836f59dfee298d Reviewed-on: https://go-review.googlesource.com/23671 Reviewed-by: Chris Broadfoot <[email protected]> Run-TryBot: Andrew Gerrand <[email protected]>
1 parent 36358b1 commit 3c6b668

File tree

3 files changed

+277
-277
lines changed

3 files changed

+277
-277
lines changed

api/go1.7.txt

Lines changed: 276 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,276 @@
1+
pkg bytes, func ContainsAny([]uint8, string) bool
2+
pkg bytes, func ContainsRune([]uint8, int32) bool
3+
pkg bytes, method (*Reader) Reset([]uint8)
4+
pkg compress/flate, const HuffmanOnly = -2
5+
pkg compress/flate, const HuffmanOnly ideal-int
6+
pkg context, func Background() Context
7+
pkg context, func TODO() Context
8+
pkg context, func WithCancel(Context) (Context, CancelFunc)
9+
pkg context, func WithDeadline(Context, time.Time) (Context, CancelFunc)
10+
pkg context, func WithTimeout(Context, time.Duration) (Context, CancelFunc)
11+
pkg context, func WithValue(Context, interface{}, interface{}) Context
12+
pkg context, type CancelFunc func()
13+
pkg context, type Context interface { Deadline, Done, Err, Value }
14+
pkg context, type Context interface, Deadline() (time.Time, bool)
15+
pkg context, type Context interface, Done() <-chan struct
16+
pkg context, type Context interface, Err() error
17+
pkg context, type Context interface, Value(interface{}) interface{}
18+
pkg context, var Canceled error
19+
pkg context, var DeadlineExceeded error
20+
pkg crypto/tls, const RenegotiateFreelyAsClient = 2
21+
pkg crypto/tls, const RenegotiateFreelyAsClient RenegotiationSupport
22+
pkg crypto/tls, const RenegotiateNever = 0
23+
pkg crypto/tls, const RenegotiateNever RenegotiationSupport
24+
pkg crypto/tls, const RenegotiateOnceAsClient = 1
25+
pkg crypto/tls, const RenegotiateOnceAsClient RenegotiationSupport
26+
pkg crypto/tls, type Config struct, DynamicRecordSizingDisabled bool
27+
pkg crypto/tls, type Config struct, Renegotiation RenegotiationSupport
28+
pkg crypto/tls, type RenegotiationSupport int
29+
pkg crypto/x509, func SystemCertPool() (*CertPool, error)
30+
pkg crypto/x509, type SystemRootsError struct, Err error
31+
pkg debug/dwarf, method (*Data) Ranges(*Entry) ([][2]uint64, error)
32+
pkg debug/dwarf, method (*Reader) SeekPC(uint64) (*Entry, error)
33+
pkg debug/elf, const R_390_12 = 2
34+
pkg debug/elf, const R_390_12 R_390
35+
pkg debug/elf, const R_390_16 = 3
36+
pkg debug/elf, const R_390_16 R_390
37+
pkg debug/elf, const R_390_20 = 57
38+
pkg debug/elf, const R_390_20 R_390
39+
pkg debug/elf, const R_390_32 = 4
40+
pkg debug/elf, const R_390_32 R_390
41+
pkg debug/elf, const R_390_64 = 22
42+
pkg debug/elf, const R_390_64 R_390
43+
pkg debug/elf, const R_390_8 = 1
44+
pkg debug/elf, const R_390_8 R_390
45+
pkg debug/elf, const R_390_COPY = 9
46+
pkg debug/elf, const R_390_COPY R_390
47+
pkg debug/elf, const R_390_GLOB_DAT = 10
48+
pkg debug/elf, const R_390_GLOB_DAT R_390
49+
pkg debug/elf, const R_390_GOT12 = 6
50+
pkg debug/elf, const R_390_GOT12 R_390
51+
pkg debug/elf, const R_390_GOT16 = 15
52+
pkg debug/elf, const R_390_GOT16 R_390
53+
pkg debug/elf, const R_390_GOT20 = 58
54+
pkg debug/elf, const R_390_GOT20 R_390
55+
pkg debug/elf, const R_390_GOT32 = 7
56+
pkg debug/elf, const R_390_GOT32 R_390
57+
pkg debug/elf, const R_390_GOT64 = 24
58+
pkg debug/elf, const R_390_GOT64 R_390
59+
pkg debug/elf, const R_390_GOTENT = 26
60+
pkg debug/elf, const R_390_GOTENT R_390
61+
pkg debug/elf, const R_390_GOTOFF = 13
62+
pkg debug/elf, const R_390_GOTOFF R_390
63+
pkg debug/elf, const R_390_GOTOFF16 = 27
64+
pkg debug/elf, const R_390_GOTOFF16 R_390
65+
pkg debug/elf, const R_390_GOTOFF64 = 28
66+
pkg debug/elf, const R_390_GOTOFF64 R_390
67+
pkg debug/elf, const R_390_GOTPC = 14
68+
pkg debug/elf, const R_390_GOTPC R_390
69+
pkg debug/elf, const R_390_GOTPCDBL = 21
70+
pkg debug/elf, const R_390_GOTPCDBL R_390
71+
pkg debug/elf, const R_390_GOTPLT12 = 29
72+
pkg debug/elf, const R_390_GOTPLT12 R_390
73+
pkg debug/elf, const R_390_GOTPLT16 = 30
74+
pkg debug/elf, const R_390_GOTPLT16 R_390
75+
pkg debug/elf, const R_390_GOTPLT20 = 59
76+
pkg debug/elf, const R_390_GOTPLT20 R_390
77+
pkg debug/elf, const R_390_GOTPLT32 = 31
78+
pkg debug/elf, const R_390_GOTPLT32 R_390
79+
pkg debug/elf, const R_390_GOTPLT64 = 32
80+
pkg debug/elf, const R_390_GOTPLT64 R_390
81+
pkg debug/elf, const R_390_GOTPLTENT = 33
82+
pkg debug/elf, const R_390_GOTPLTENT R_390
83+
pkg debug/elf, const R_390_GOTPLTOFF16 = 34
84+
pkg debug/elf, const R_390_GOTPLTOFF16 R_390
85+
pkg debug/elf, const R_390_GOTPLTOFF32 = 35
86+
pkg debug/elf, const R_390_GOTPLTOFF32 R_390
87+
pkg debug/elf, const R_390_GOTPLTOFF64 = 36
88+
pkg debug/elf, const R_390_GOTPLTOFF64 R_390
89+
pkg debug/elf, const R_390_JMP_SLOT = 11
90+
pkg debug/elf, const R_390_JMP_SLOT R_390
91+
pkg debug/elf, const R_390_NONE = 0
92+
pkg debug/elf, const R_390_NONE R_390
93+
pkg debug/elf, const R_390_PC16 = 16
94+
pkg debug/elf, const R_390_PC16 R_390
95+
pkg debug/elf, const R_390_PC16DBL = 17
96+
pkg debug/elf, const R_390_PC16DBL R_390
97+
pkg debug/elf, const R_390_PC32 = 5
98+
pkg debug/elf, const R_390_PC32 R_390
99+
pkg debug/elf, const R_390_PC32DBL = 19
100+
pkg debug/elf, const R_390_PC32DBL R_390
101+
pkg debug/elf, const R_390_PC64 = 23
102+
pkg debug/elf, const R_390_PC64 R_390
103+
pkg debug/elf, const R_390_PLT16DBL = 18
104+
pkg debug/elf, const R_390_PLT16DBL R_390
105+
pkg debug/elf, const R_390_PLT32 = 8
106+
pkg debug/elf, const R_390_PLT32 R_390
107+
pkg debug/elf, const R_390_PLT32DBL = 20
108+
pkg debug/elf, const R_390_PLT32DBL R_390
109+
pkg debug/elf, const R_390_PLT64 = 25
110+
pkg debug/elf, const R_390_PLT64 R_390
111+
pkg debug/elf, const R_390_RELATIVE = 12
112+
pkg debug/elf, const R_390_RELATIVE R_390
113+
pkg debug/elf, const R_390_TLS_DTPMOD = 54
114+
pkg debug/elf, const R_390_TLS_DTPMOD R_390
115+
pkg debug/elf, const R_390_TLS_DTPOFF = 55
116+
pkg debug/elf, const R_390_TLS_DTPOFF R_390
117+
pkg debug/elf, const R_390_TLS_GD32 = 40
118+
pkg debug/elf, const R_390_TLS_GD32 R_390
119+
pkg debug/elf, const R_390_TLS_GD64 = 41
120+
pkg debug/elf, const R_390_TLS_GD64 R_390
121+
pkg debug/elf, const R_390_TLS_GDCALL = 38
122+
pkg debug/elf, const R_390_TLS_GDCALL R_390
123+
pkg debug/elf, const R_390_TLS_GOTIE12 = 42
124+
pkg debug/elf, const R_390_TLS_GOTIE12 R_390
125+
pkg debug/elf, const R_390_TLS_GOTIE20 = 60
126+
pkg debug/elf, const R_390_TLS_GOTIE20 R_390
127+
pkg debug/elf, const R_390_TLS_GOTIE32 = 43
128+
pkg debug/elf, const R_390_TLS_GOTIE32 R_390
129+
pkg debug/elf, const R_390_TLS_GOTIE64 = 44
130+
pkg debug/elf, const R_390_TLS_GOTIE64 R_390
131+
pkg debug/elf, const R_390_TLS_IE32 = 47
132+
pkg debug/elf, const R_390_TLS_IE32 R_390
133+
pkg debug/elf, const R_390_TLS_IE64 = 48
134+
pkg debug/elf, const R_390_TLS_IE64 R_390
135+
pkg debug/elf, const R_390_TLS_IEENT = 49
136+
pkg debug/elf, const R_390_TLS_IEENT R_390
137+
pkg debug/elf, const R_390_TLS_LDCALL = 39
138+
pkg debug/elf, const R_390_TLS_LDCALL R_390
139+
pkg debug/elf, const R_390_TLS_LDM32 = 45
140+
pkg debug/elf, const R_390_TLS_LDM32 R_390
141+
pkg debug/elf, const R_390_TLS_LDM64 = 46
142+
pkg debug/elf, const R_390_TLS_LDM64 R_390
143+
pkg debug/elf, const R_390_TLS_LDO32 = 52
144+
pkg debug/elf, const R_390_TLS_LDO32 R_390
145+
pkg debug/elf, const R_390_TLS_LDO64 = 53
146+
pkg debug/elf, const R_390_TLS_LDO64 R_390
147+
pkg debug/elf, const R_390_TLS_LE32 = 50
148+
pkg debug/elf, const R_390_TLS_LE32 R_390
149+
pkg debug/elf, const R_390_TLS_LE64 = 51
150+
pkg debug/elf, const R_390_TLS_LE64 R_390
151+
pkg debug/elf, const R_390_TLS_LOAD = 37
152+
pkg debug/elf, const R_390_TLS_LOAD R_390
153+
pkg debug/elf, const R_390_TLS_TPOFF = 56
154+
pkg debug/elf, const R_390_TLS_TPOFF R_390
155+
pkg debug/elf, method (R_390) GoString() string
156+
pkg debug/elf, method (R_390) String() string
157+
pkg debug/elf, type R_390 int
158+
pkg encoding/json, method (*Encoder) SetEscapeHTML(bool)
159+
pkg encoding/json, method (*Encoder) SetIndent(string, string)
160+
pkg go/build, type Package struct, BinaryOnly bool
161+
pkg go/build, type Package struct, CgoFFLAGS []string
162+
pkg go/build, type Package struct, FFiles []string
163+
pkg go/doc, type Example struct, Unordered bool
164+
pkg io, const SeekCurrent = 1
165+
pkg io, const SeekCurrent ideal-int
166+
pkg io, const SeekEnd = 2
167+
pkg io, const SeekEnd ideal-int
168+
pkg io, const SeekStart = 0
169+
pkg io, const SeekStart ideal-int
170+
pkg math/big, method (*Float) GobDecode([]uint8) error
171+
pkg math/big, method (*Float) GobEncode() ([]uint8, error)
172+
pkg net, method (*Dialer) DialContext(context.Context, string, string) (Conn, error)
173+
pkg net/http, const StatusAlreadyReported = 208
174+
pkg net/http, const StatusAlreadyReported ideal-int
175+
pkg net/http, const StatusFailedDependency = 424
176+
pkg net/http, const StatusFailedDependency ideal-int
177+
pkg net/http, const StatusIMUsed = 226
178+
pkg net/http, const StatusIMUsed ideal-int
179+
pkg net/http, const StatusInsufficientStorage = 507
180+
pkg net/http, const StatusInsufficientStorage ideal-int
181+
pkg net/http, const StatusLocked = 423
182+
pkg net/http, const StatusLocked ideal-int
183+
pkg net/http, const StatusLoopDetected = 508
184+
pkg net/http, const StatusLoopDetected ideal-int
185+
pkg net/http, const StatusMultiStatus = 207
186+
pkg net/http, const StatusMultiStatus ideal-int
187+
pkg net/http, const StatusNotExtended = 510
188+
pkg net/http, const StatusNotExtended ideal-int
189+
pkg net/http, const StatusPermanentRedirect = 308
190+
pkg net/http, const StatusPermanentRedirect ideal-int
191+
pkg net/http, const StatusProcessing = 102
192+
pkg net/http, const StatusProcessing ideal-int
193+
pkg net/http, const StatusUnprocessableEntity = 422
194+
pkg net/http, const StatusUnprocessableEntity ideal-int
195+
pkg net/http, const StatusUpgradeRequired = 426
196+
pkg net/http, const StatusUpgradeRequired ideal-int
197+
pkg net/http, const StatusVariantAlsoNegotiates = 506
198+
pkg net/http, const StatusVariantAlsoNegotiates ideal-int
199+
pkg net/http, method (*Request) Context() context.Context
200+
pkg net/http, method (*Request) WithContext(context.Context) *Request
201+
pkg net/http, type Request struct, Response *Response
202+
pkg net/http, type Response struct, Uncompressed bool
203+
pkg net/http, type Transport struct, DialContext func(context.Context, string, string) (net.Conn, error)
204+
pkg net/http, type Transport struct, IdleConnTimeout time.Duration
205+
pkg net/http, type Transport struct, MaxIdleConns int
206+
pkg net/http, type Transport struct, MaxResponseHeaderBytes int64
207+
pkg net/http, var ErrUseLastResponse error
208+
pkg net/http, var LocalAddrContextKey *contextKey
209+
pkg net/http, var ServerContextKey *contextKey
210+
pkg net/http/cgi, type Handler struct, Stderr io.Writer
211+
pkg net/http/httptest, func NewRequest(string, string, io.Reader) *http.Request
212+
pkg net/http/httptest, method (*ResponseRecorder) Result() *http.Response
213+
pkg net/http/httptrace, func ContextClientTrace(context.Context) *ClientTrace
214+
pkg net/http/httptrace, func WithClientTrace(context.Context, *ClientTrace) context.Context
215+
pkg net/http/httptrace, type ClientTrace struct
216+
pkg net/http/httptrace, type ClientTrace struct, ConnectDone func(string, string, error)
217+
pkg net/http/httptrace, type ClientTrace struct, ConnectStart func(string, string)
218+
pkg net/http/httptrace, type ClientTrace struct, DNSDone func(DNSDoneInfo)
219+
pkg net/http/httptrace, type ClientTrace struct, DNSStart func(DNSStartInfo)
220+
pkg net/http/httptrace, type ClientTrace struct, GetConn func(string)
221+
pkg net/http/httptrace, type ClientTrace struct, Got100Continue func()
222+
pkg net/http/httptrace, type ClientTrace struct, GotConn func(GotConnInfo)
223+
pkg net/http/httptrace, type ClientTrace struct, GotFirstResponseByte func()
224+
pkg net/http/httptrace, type ClientTrace struct, PutIdleConn func(error)
225+
pkg net/http/httptrace, type ClientTrace struct, Wait100Continue func()
226+
pkg net/http/httptrace, type ClientTrace struct, WroteHeaders func()
227+
pkg net/http/httptrace, type ClientTrace struct, WroteRequest func(WroteRequestInfo)
228+
pkg net/http/httptrace, type DNSDoneInfo struct
229+
pkg net/http/httptrace, type DNSDoneInfo struct, Addrs []net.IPAddr
230+
pkg net/http/httptrace, type DNSDoneInfo struct, Coalesced bool
231+
pkg net/http/httptrace, type DNSDoneInfo struct, Err error
232+
pkg net/http/httptrace, type DNSStartInfo struct
233+
pkg net/http/httptrace, type DNSStartInfo struct, Host string
234+
pkg net/http/httptrace, type GotConnInfo struct
235+
pkg net/http/httptrace, type GotConnInfo struct, Conn net.Conn
236+
pkg net/http/httptrace, type GotConnInfo struct, IdleTime time.Duration
237+
pkg net/http/httptrace, type GotConnInfo struct, Reused bool
238+
pkg net/http/httptrace, type GotConnInfo struct, WasIdle bool
239+
pkg net/http/httptrace, type WroteRequestInfo struct
240+
pkg net/http/httptrace, type WroteRequestInfo struct, Err error
241+
pkg net/url, type URL struct, ForceQuery bool
242+
pkg os/exec, func CommandContext(context.Context, string, ...string) *Cmd
243+
pkg os/user, func LookupGroup(string) (*Group, error)
244+
pkg os/user, func LookupGroupId(string) (*Group, error)
245+
pkg os/user, method (*User) GroupIds() ([]string, error)
246+
pkg os/user, method (UnknownGroupError) Error() string
247+
pkg os/user, method (UnknownGroupIdError) Error() string
248+
pkg os/user, type Group struct
249+
pkg os/user, type Group struct, Gid string
250+
pkg os/user, type Group struct, Name string
251+
pkg os/user, type UnknownGroupError string
252+
pkg os/user, type UnknownGroupIdError string
253+
pkg reflect, func StructOf([]StructField) Type
254+
pkg reflect, method (StructTag) Lookup(string) (string, bool)
255+
pkg runtime, func CallersFrames([]uintptr) *Frames
256+
pkg runtime, func KeepAlive(interface{})
257+
pkg runtime, func SetCgoTraceback(int, unsafe.Pointer, unsafe.Pointer, unsafe.Pointer)
258+
pkg runtime, method (*Frames) Next() (Frame, bool)
259+
pkg runtime, type Frame struct
260+
pkg runtime, type Frame struct, Entry uintptr
261+
pkg runtime, type Frame struct, File string
262+
pkg runtime, type Frame struct, Func *Func
263+
pkg runtime, type Frame struct, Function string
264+
pkg runtime, type Frame struct, Line int
265+
pkg runtime, type Frame struct, PC uintptr
266+
pkg runtime, type Frames struct
267+
pkg strings, method (*Reader) Reset(string)
268+
pkg syscall (linux-386), type SysProcAttr struct, Unshareflags uintptr
269+
pkg syscall (linux-386-cgo), type SysProcAttr struct, Unshareflags uintptr
270+
pkg syscall (linux-amd64), type SysProcAttr struct, Unshareflags uintptr
271+
pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Unshareflags uintptr
272+
pkg syscall (linux-arm), type SysProcAttr struct, Unshareflags uintptr
273+
pkg syscall (linux-arm-cgo), type SysProcAttr struct, Unshareflags uintptr
274+
pkg testing, method (*B) Run(string, func(*B)) bool
275+
pkg testing, method (*T) Run(string, func(*T)) bool
276+
pkg testing, type InternalExample struct, Unordered bool

0 commit comments

Comments
 (0)