]> Cypherpunks.ru repositories - gostls13.git/blobdiff - api/go1.5.txt
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / api / go1.5.txt
index 069a87649bb9d47ebbd07c118a18c36a31cf8658..d9cf7970755a40b4564423bd048dd0a06aff9739 100644 (file)
@@ -278,6 +278,11 @@ pkg encoding/base64, const StdPadding int32
 pkg encoding/base64, method (Encoding) WithPadding(int32) *Encoding
 pkg encoding/base64, var RawStdEncoding *Encoding
 pkg encoding/base64, var RawURLEncoding *Encoding
+pkg encoding/json, method (*Decoder) More() bool
+pkg encoding/json, method (*Decoder) Token() (Token, error)
+pkg encoding/json, method (Delim) String() string
+pkg encoding/json, type Delim int32
+pkg encoding/json, type Token interface {}
 pkg encoding/json, type UnmarshalTypeError struct, Offset int64
 pkg flag, func UnquoteUsage(*Flag) (string, string)
 pkg go/ast, type EmptyStmt struct, Implicit bool
@@ -874,8 +879,9 @@ pkg reflect, func FuncOf([]Type, []Type, bool) Type
 pkg runtime, func ReadTrace() []uint8
 pkg runtime, func StartTrace() error
 pkg runtime, func StopTrace()
-pkg runtime/pprof, func StartTrace(io.Writer) error
-pkg runtime/pprof, func StopTrace()
+pkg runtime, type MemStats struct, GCCPUFraction float64
+pkg runtime/trace, func Start(io.Writer) error
+pkg runtime/trace, func Stop()
 pkg strings, func Compare(string, string) int
 pkg strings, func LastIndexByte(string, uint8) int
 pkg strings, method (*Reader) Size() int64