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