]> Cypherpunks.ru repositories - gostls13.git/blob - api/go1.18.txt
api: promote next to go1.18
[gostls13.git] / api / go1.18.txt
1 pkg bufio, method (*Writer) AvailableBuffer() []uint8
2 pkg bufio, method (ReadWriter) AvailableBuffer() []uint8
3 pkg bytes, func Cut([]uint8, []uint8) ([]uint8, []uint8, bool)
4 pkg constraints, type Complex interface {}
5 pkg constraints, type Float interface {}
6 pkg constraints, type Integer interface {}
7 pkg constraints, type Ordered interface {}
8 pkg constraints, type Signed interface {}
9 pkg constraints, type Unsigned interface {}
10 pkg crypto/tls, method (*Conn) NetConn() net.Conn
11 pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error)
12 pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error)
13 pkg debug/buildinfo, type BuildInfo = debug.BuildInfo
14 pkg debug/elf, const R_PPC64_RELATIVE = 22
15 pkg debug/elf, const R_PPC64_RELATIVE R_PPC64
16 pkg debug/plan9obj, var ErrNoSymbols error
17 pkg go/ast, method (*IndexListExpr) End() token.Pos
18 pkg go/ast, method (*IndexListExpr) Pos() token.Pos
19 pkg go/ast, type FuncType struct, TypeParams *FieldList
20 pkg go/ast, type IndexListExpr struct
21 pkg go/ast, type IndexListExpr struct, Indices []Expr
22 pkg go/ast, type IndexListExpr struct, Lbrack token.Pos
23 pkg go/ast, type IndexListExpr struct, Rbrack token.Pos
24 pkg go/ast, type IndexListExpr struct, X Expr
25 pkg go/ast, type TypeSpec struct, TypeParams *FieldList
26 pkg go/constant, method (Kind) String() string
27 pkg go/token, const TILDE = 88
28 pkg go/token, const TILDE Token
29 pkg go/types, func Instantiate(*Context, Type, []Type, bool) (Type, error)
30 pkg go/types, func NewContext() *Context
31 pkg go/types, func NewSignatureType(*Var, []*TypeParam, []*TypeParam, *Tuple, *Tuple, bool) *Signature
32 pkg go/types, func NewTerm(bool, Type) *Term
33 pkg go/types, func NewTypeParam(*TypeName, Type) *TypeParam
34 pkg go/types, func NewUnion([]*Term) *Union
35 pkg go/types, method (*ArgumentError) Error() string
36 pkg go/types, method (*ArgumentError) Unwrap() error
37 pkg go/types, method (*Interface) IsComparable() bool
38 pkg go/types, method (*Interface) IsImplicit() bool
39 pkg go/types, method (*Interface) IsMethodSet() bool
40 pkg go/types, method (*Interface) MarkImplicit()
41 pkg go/types, method (*Named) Origin() *Named
42 pkg go/types, method (*Named) SetTypeParams([]*TypeParam)
43 pkg go/types, method (*Named) TypeArgs() *TypeList
44 pkg go/types, method (*Named) TypeParams() *TypeParamList
45 pkg go/types, method (*Signature) RecvTypeParams() *TypeParamList
46 pkg go/types, method (*Signature) TypeParams() *TypeParamList
47 pkg go/types, method (*Term) String() string
48 pkg go/types, method (*Term) Tilde() bool
49 pkg go/types, method (*Term) Type() Type
50 pkg go/types, method (*TypeList) At(int) Type
51 pkg go/types, method (*TypeList) Len() int
52 pkg go/types, method (*TypeList) String() string
53 pkg go/types, method (*TypeParam) Constraint() Type
54 pkg go/types, method (*TypeParam) Index() int
55 pkg go/types, method (*TypeParam) Obj() *TypeName
56 pkg go/types, method (*TypeParam) SetConstraint(Type)
57 pkg go/types, method (*TypeParam) String() string
58 pkg go/types, method (*TypeParam) Underlying() Type
59 pkg go/types, method (*TypeParamList) At(int) *TypeParam
60 pkg go/types, method (*TypeParamList) Len() int
61 pkg go/types, method (*Union) Len() int
62 pkg go/types, method (*Union) String() string
63 pkg go/types, method (*Union) Term(int) *Term
64 pkg go/types, method (*Union) Underlying() Type
65 pkg go/types, type ArgumentError struct
66 pkg go/types, type ArgumentError struct, Err error
67 pkg go/types, type ArgumentError struct, Index int
68 pkg go/types, type Config struct, Context *Context
69 pkg go/types, type Config struct, GoVersion string
70 pkg go/types, type Context struct
71 pkg go/types, type Info struct, Instances map[*ast.Ident]Instance
72 pkg go/types, type Instance struct
73 pkg go/types, type Instance struct, Type Type
74 pkg go/types, type Instance struct, TypeArgs *TypeList
75 pkg go/types, type Term struct
76 pkg go/types, type TypeList struct
77 pkg go/types, type TypeParam struct
78 pkg go/types, type TypeParamList struct
79 pkg go/types, type Union struct
80 pkg net, func TCPAddrFromAddrPort(netip.AddrPort) *TCPAddr
81 pkg net, func UDPAddrFromAddrPort(netip.AddrPort) *UDPAddr
82 pkg net, method (*Resolver) LookupNetIP(context.Context, string, string) ([]netip.Addr, error)
83 pkg net, method (*TCPAddr) AddrPort() netip.AddrPort
84 pkg net, method (*UDPAddr) AddrPort() netip.AddrPort
85 pkg net, method (*UDPConn) ReadFromUDPAddrPort([]uint8) (int, netip.AddrPort, error)
86 pkg net, method (*UDPConn) ReadMsgUDPAddrPort([]uint8, []uint8) (int, int, int, netip.AddrPort, error)
87 pkg net, method (*UDPConn) WriteMsgUDPAddrPort([]uint8, []uint8, netip.AddrPort) (int, int, error)
88 pkg net, method (*UDPConn) WriteToUDPAddrPort([]uint8, netip.AddrPort) (int, error)
89 pkg net/http, func MaxBytesHandler(Handler, int64) Handler
90 pkg net/http, method (*Cookie) Valid() error
91 pkg net/netip, func AddrFrom16([16]uint8) Addr
92 pkg net/netip, func AddrFrom4([4]uint8) Addr
93 pkg net/netip, func AddrFromSlice([]uint8) (Addr, bool)
94 pkg net/netip, func AddrPortFrom(Addr, uint16) AddrPort
95 pkg net/netip, func IPv4Unspecified() Addr
96 pkg net/netip, func IPv6LinkLocalAllNodes() Addr
97 pkg net/netip, func IPv6Unspecified() Addr
98 pkg net/netip, func MustParseAddr(string) Addr
99 pkg net/netip, func MustParseAddrPort(string) AddrPort
100 pkg net/netip, func MustParsePrefix(string) Prefix
101 pkg net/netip, func ParseAddr(string) (Addr, error)
102 pkg net/netip, func ParseAddrPort(string) (AddrPort, error)
103 pkg net/netip, func ParsePrefix(string) (Prefix, error)
104 pkg net/netip, func PrefixFrom(Addr, int) Prefix
105 pkg net/netip, method (*Addr) UnmarshalBinary([]uint8) error
106 pkg net/netip, method (*Addr) UnmarshalText([]uint8) error
107 pkg net/netip, method (*AddrPort) UnmarshalBinary([]uint8) error
108 pkg net/netip, method (*AddrPort) UnmarshalText([]uint8) error
109 pkg net/netip, method (*Prefix) UnmarshalBinary([]uint8) error
110 pkg net/netip, method (*Prefix) UnmarshalText([]uint8) error
111 pkg net/netip, method (Addr) AppendTo([]uint8) []uint8
112 pkg net/netip, method (Addr) As16() [16]uint8
113 pkg net/netip, method (Addr) As4() [4]uint8
114 pkg net/netip, method (Addr) AsSlice() []uint8
115 pkg net/netip, method (Addr) BitLen() int
116 pkg net/netip, method (Addr) Compare(Addr) int
117 pkg net/netip, method (Addr) Is4() bool
118 pkg net/netip, method (Addr) Is4In6() bool
119 pkg net/netip, method (Addr) Is6() bool
120 pkg net/netip, method (Addr) IsGlobalUnicast() bool
121 pkg net/netip, method (Addr) IsInterfaceLocalMulticast() bool
122 pkg net/netip, method (Addr) IsLinkLocalMulticast() bool
123 pkg net/netip, method (Addr) IsLinkLocalUnicast() bool
124 pkg net/netip, method (Addr) IsLoopback() bool
125 pkg net/netip, method (Addr) IsMulticast() bool
126 pkg net/netip, method (Addr) IsPrivate() bool
127 pkg net/netip, method (Addr) IsUnspecified() bool
128 pkg net/netip, method (Addr) IsValid() bool
129 pkg net/netip, method (Addr) Less(Addr) bool
130 pkg net/netip, method (Addr) MarshalBinary() ([]uint8, error)
131 pkg net/netip, method (Addr) MarshalText() ([]uint8, error)
132 pkg net/netip, method (Addr) Next() Addr
133 pkg net/netip, method (Addr) Prefix(int) (Prefix, error)
134 pkg net/netip, method (Addr) Prev() Addr
135 pkg net/netip, method (Addr) String() string
136 pkg net/netip, method (Addr) StringExpanded() string
137 pkg net/netip, method (Addr) Unmap() Addr
138 pkg net/netip, method (Addr) WithZone(string) Addr
139 pkg net/netip, method (Addr) Zone() string
140 pkg net/netip, method (AddrPort) Addr() Addr
141 pkg net/netip, method (AddrPort) AppendTo([]uint8) []uint8
142 pkg net/netip, method (AddrPort) IsValid() bool
143 pkg net/netip, method (AddrPort) MarshalBinary() ([]uint8, error)
144 pkg net/netip, method (AddrPort) MarshalText() ([]uint8, error)
145 pkg net/netip, method (AddrPort) Port() uint16
146 pkg net/netip, method (AddrPort) String() string
147 pkg net/netip, method (Prefix) Addr() Addr
148 pkg net/netip, method (Prefix) AppendTo([]uint8) []uint8
149 pkg net/netip, method (Prefix) Bits() int
150 pkg net/netip, method (Prefix) Contains(Addr) bool
151 pkg net/netip, method (Prefix) IsSingleIP() bool
152 pkg net/netip, method (Prefix) IsValid() bool
153 pkg net/netip, method (Prefix) MarshalBinary() ([]uint8, error)
154 pkg net/netip, method (Prefix) MarshalText() ([]uint8, error)
155 pkg net/netip, method (Prefix) Masked() Prefix
156 pkg net/netip, method (Prefix) Overlaps(Prefix) bool
157 pkg net/netip, method (Prefix) String() string
158 pkg net/netip, type Addr struct
159 pkg net/netip, type AddrPort struct
160 pkg net/netip, type Prefix struct
161 pkg reflect, const Pointer = 22
162 pkg reflect, const Pointer Kind
163 pkg reflect, func PointerTo(Type) Type
164 pkg reflect, method (*MapIter) Reset(Value)
165 pkg reflect, method (Value) CanComplex() bool
166 pkg reflect, method (Value) CanFloat() bool
167 pkg reflect, method (Value) CanInt() bool
168 pkg reflect, method (Value) CanUint() bool
169 pkg reflect, method (Value) FieldByIndexErr([]int) (Value, error)
170 pkg reflect, method (Value) SetIterKey(*MapIter)
171 pkg reflect, method (Value) SetIterValue(*MapIter)
172 pkg reflect, method (Value) UnsafePointer() unsafe.Pointer
173 pkg runtime/debug, method (*BuildInfo) MarshalText() ([]uint8, error)
174 pkg runtime/debug, method (*BuildInfo) UnmarshalText([]uint8) error
175 pkg runtime/debug, type BuildInfo struct, GoVersion string
176 pkg runtime/debug, type BuildInfo struct, Settings []BuildSetting
177 pkg runtime/debug, type BuildSetting struct
178 pkg runtime/debug, type BuildSetting struct, Key string
179 pkg runtime/debug, type BuildSetting struct, Value string
180 pkg strings, func Clone(string) string
181 pkg strings, func Cut(string, string) (string, string, bool)
182 pkg sync, method (*Mutex) TryLock() bool
183 pkg sync, method (*RWMutex) TryLock() bool
184 pkg sync, method (*RWMutex) TryRLock() bool
185 pkg syscall (freebsd-386), type SysProcAttr struct, Pdeathsig Signal
186 pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pdeathsig Signal
187 pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal
188 pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal
189 pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal
190 pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal
191 pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
192 pkg syscall (windows-amd64), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
193 pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalFuzzTarget, []InternalExample) *M
194 pkg testing, method (*F) Add(...interface{})
195 pkg testing, method (*F) Cleanup(func())
196 pkg testing, method (*F) Error(...interface{})
197 pkg testing, method (*F) Errorf(string, ...interface{})
198 pkg testing, method (*F) Fail()
199 pkg testing, method (*F) FailNow()
200 pkg testing, method (*F) Failed() bool
201 pkg testing, method (*F) Fatal(...interface{})
202 pkg testing, method (*F) Fatalf(string, ...interface{})
203 pkg testing, method (*F) Fuzz(interface{})
204 pkg testing, method (*F) Helper()
205 pkg testing, method (*F) Log(...interface{})
206 pkg testing, method (*F) Logf(string, ...interface{})
207 pkg testing, method (*F) Name() string
208 pkg testing, method (*F) Setenv(string, string)
209 pkg testing, method (*F) Skip(...interface{})
210 pkg testing, method (*F) SkipNow()
211 pkg testing, method (*F) Skipf(string, ...interface{})
212 pkg testing, method (*F) Skipped() bool
213 pkg testing, method (*F) TempDir() string
214 pkg testing, type F struct
215 pkg testing, type InternalFuzzTarget struct
216 pkg testing, type InternalFuzzTarget struct, Fn func(*F)
217 pkg testing, type InternalFuzzTarget struct, Name string
218 pkg text/template/parse, const NodeBreak = 21
219 pkg text/template/parse, const NodeBreak NodeType
220 pkg text/template/parse, const NodeContinue = 22
221 pkg text/template/parse, const NodeContinue NodeType
222 pkg text/template/parse, method (*BreakNode) Copy() Node
223 pkg text/template/parse, method (*BreakNode) String() string
224 pkg text/template/parse, method (*ContinueNode) Copy() Node
225 pkg text/template/parse, method (*ContinueNode) String() string
226 pkg text/template/parse, method (BreakNode) Position() Pos
227 pkg text/template/parse, method (BreakNode) Type() NodeType
228 pkg text/template/parse, method (ContinueNode) Position() Pos
229 pkg text/template/parse, method (ContinueNode) Type() NodeType
230 pkg text/template/parse, type BreakNode struct
231 pkg text/template/parse, type BreakNode struct, Line int
232 pkg text/template/parse, type BreakNode struct, embedded NodeType
233 pkg text/template/parse, type BreakNode struct, embedded Pos
234 pkg text/template/parse, type ContinueNode struct
235 pkg text/template/parse, type ContinueNode struct, Line int
236 pkg text/template/parse, type ContinueNode struct, embedded NodeType
237 pkg text/template/parse, type ContinueNode struct, embedded Pos
238 pkg unicode/utf8, func AppendRune([]uint8, int32) []uint8