1
0
mirror of https://github.com/golang/go synced 2024-09-23 15:20:13 -06:00

api/next.txt: remove references to go/types, now in separate repo

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7663045
This commit is contained in:
Rob Pike 2013-03-12 14:42:37 -07:00
parent e1a5aa8105
commit 5dc1e0f245

View File

@ -109,194 +109,6 @@ pkg go/format, func Node(io.Writer, *token.FileSet, interface{}) error
pkg go/format, func Source([]uint8) ([]uint8, error)
pkg go/parser, const AllErrors Mode
pkg go/printer, type Config struct, Indent int
pkg go/types, const Bool BasicKind
pkg go/types, const Byte BasicKind
pkg go/types, const Complex128 BasicKind
pkg go/types, const Complex64 BasicKind
pkg go/types, const DefaultMaxAlign ideal-int
pkg go/types, const DefaultPtrSize ideal-int
pkg go/types, const Float32 BasicKind
pkg go/types, const Float64 BasicKind
pkg go/types, const Int BasicKind
pkg go/types, const Int16 BasicKind
pkg go/types, const Int32 BasicKind
pkg go/types, const Int64 BasicKind
pkg go/types, const Int8 BasicKind
pkg go/types, const Invalid BasicKind
pkg go/types, const IsBoolean BasicInfo
pkg go/types, const IsComplex BasicInfo
pkg go/types, const IsConstType BasicInfo
pkg go/types, const IsFloat BasicInfo
pkg go/types, const IsInteger BasicInfo
pkg go/types, const IsNumeric BasicInfo
pkg go/types, const IsOrdered BasicInfo
pkg go/types, const IsString BasicInfo
pkg go/types, const IsUnsigned BasicInfo
pkg go/types, const IsUntyped BasicInfo
pkg go/types, const Rune BasicKind
pkg go/types, const String BasicKind
pkg go/types, const Uint BasicKind
pkg go/types, const Uint16 BasicKind
pkg go/types, const Uint32 BasicKind
pkg go/types, const Uint64 BasicKind
pkg go/types, const Uint8 BasicKind
pkg go/types, const Uintptr BasicKind
pkg go/types, const UnsafePointer BasicKind
pkg go/types, const UntypedBool BasicKind
pkg go/types, const UntypedComplex BasicKind
pkg go/types, const UntypedFloat BasicKind
pkg go/types, const UntypedInt BasicKind
pkg go/types, const UntypedNil BasicKind
pkg go/types, const UntypedRune BasicKind
pkg go/types, const UntypedString BasicKind
pkg go/types, func Check(*token.FileSet, []*ast.File) (*Package, error)
pkg go/types, func DefaultAlignof(Type) int64
pkg go/types, func DefaultOffsetsof([]*Field) []int64
pkg go/types, func DefaultSizeof(Type) int64
pkg go/types, func FindGcExportData(*bufio.Reader) error
pkg go/types, func FindPkg(string, string) (string, string)
pkg go/types, func GcImport(map[string]*Package, string) (*Package, error)
pkg go/types, func GcImportData(map[string]*Package, string, string, *bufio.Reader) (*Package, error)
pkg go/types, func IsIdentical(Type, Type) bool
pkg go/types, method (*Array) String() string
pkg go/types, method (*Basic) String() string
pkg go/types, method (*Chan) String() string
pkg go/types, method (*Const) GetName() string
pkg go/types, method (*Const) GetPkg() *Package
pkg go/types, method (*Const) GetPos() token.Pos
pkg go/types, method (*Const) GetType() Type
pkg go/types, method (*Context) Check(*token.FileSet, []*ast.File) (*Package, error)
pkg go/types, method (*Func) GetName() string
pkg go/types, method (*Func) GetPkg() *Package
pkg go/types, method (*Func) GetPos() token.Pos
pkg go/types, method (*Func) GetType() Type
pkg go/types, method (*Interface) String() string
pkg go/types, method (*Map) String() string
pkg go/types, method (*NamedType) String() string
pkg go/types, method (*Package) GetName() string
pkg go/types, method (*Package) GetPkg() *Package
pkg go/types, method (*Package) GetPos() token.Pos
pkg go/types, method (*Package) GetType() Type
pkg go/types, method (*Pointer) String() string
pkg go/types, method (*Result) String() string
pkg go/types, method (*Scope) Insert(Object) Object
pkg go/types, method (*Scope) Lookup(string) Object
pkg go/types, method (*Scope) String() string
pkg go/types, method (*Signature) String() string
pkg go/types, method (*Slice) String() string
pkg go/types, method (*Struct) String() string
pkg go/types, method (*TypeName) GetName() string
pkg go/types, method (*TypeName) GetPkg() *Package
pkg go/types, method (*TypeName) GetPos() token.Pos
pkg go/types, method (*TypeName) GetType() Type
pkg go/types, method (*Var) GetName() string
pkg go/types, method (*Var) GetPkg() *Package
pkg go/types, method (*Var) GetPos() token.Pos
pkg go/types, method (*Var) GetType() Type
pkg go/types, method (Complex) String() string
pkg go/types, method (Field) IsSame(QualifiedName) bool
pkg go/types, method (Method) IsSame(QualifiedName) bool
pkg go/types, method (NilType) String() string
pkg go/types, method (QualifiedName) IsSame(QualifiedName) bool
pkg go/types, type Array struct
pkg go/types, type Array struct, Elt Type
pkg go/types, type Array struct, Len int64
pkg go/types, type Basic struct
pkg go/types, type Basic struct, Info BasicInfo
pkg go/types, type Basic struct, Kind BasicKind
pkg go/types, type Basic struct, Name string
pkg go/types, type Basic struct, Size int64
pkg go/types, type BasicInfo int
pkg go/types, type BasicKind int
pkg go/types, type Chan struct
pkg go/types, type Chan struct, Dir ast.ChanDir
pkg go/types, type Chan struct, Elt Type
pkg go/types, type Complex struct
pkg go/types, type Complex struct, Im *big.Rat
pkg go/types, type Complex struct, Re *big.Rat
pkg go/types, type Const struct
pkg go/types, type Const struct, Name string
pkg go/types, type Const struct, Pkg *Package
pkg go/types, type Const struct, Type Type
pkg go/types, type Const struct, Val interface{}
pkg go/types, type Context struct
pkg go/types, type Context struct, Alignof func(Type) int64
pkg go/types, type Context struct, Error func(error)
pkg go/types, type Context struct, Expr func(ast.Expr, Type, interface{})
pkg go/types, type Context struct, Ident func(*ast.Ident, Object)
pkg go/types, type Context struct, Import Importer
pkg go/types, type Context struct, IntSize int64
pkg go/types, type Context struct, Offsetsof func([]*Field) []int64
pkg go/types, type Context struct, PtrSize int64
pkg go/types, type Context struct, Sizeof func(Type) int64
pkg go/types, type Field struct
pkg go/types, type Field struct, IsAnonymous bool
pkg go/types, type Field struct, Tag string
pkg go/types, type Field struct, Type Type
pkg go/types, type Field struct, embedded QualifiedName
pkg go/types, type Func struct
pkg go/types, type Func struct, Name string
pkg go/types, type Func struct, Pkg *Package
pkg go/types, type Func struct, Type Type
pkg go/types, type Importer func(imports map[string]*Package, path string) (pkg *Package, err error)
pkg go/types, type Importer func(map[string]*Package, string) (*Package, error)
pkg go/types, type Interface struct
pkg go/types, type Interface struct, Methods []*Method
pkg go/types, type Map struct
pkg go/types, type Map struct, Elt Type
pkg go/types, type Map struct, Key Type
pkg go/types, type Method struct
pkg go/types, type Method struct, Type *Signature
pkg go/types, type Method struct, embedded QualifiedName
pkg go/types, type NamedType struct
pkg go/types, type NamedType struct, Methods []*Method
pkg go/types, type NamedType struct, Obj *TypeName
pkg go/types, type NamedType struct, Underlying Type
pkg go/types, type NilType struct
pkg go/types, type Object interface, GetName() string
pkg go/types, type Object interface, GetPkg() *Package
pkg go/types, type Object interface, GetPos() token.Pos
pkg go/types, type Object interface, GetType() Type
pkg go/types, type Object interface, unexported methods
pkg go/types, type Package struct
pkg go/types, type Package struct, Complete bool
pkg go/types, type Package struct, Imports map[string]*Package
pkg go/types, type Package struct, Name string
pkg go/types, type Package struct, Path string
pkg go/types, type Package struct, Scope *Scope
pkg go/types, type Pointer struct
pkg go/types, type Pointer struct, Base Type
pkg go/types, type QualifiedName struct
pkg go/types, type QualifiedName struct, Name string
pkg go/types, type QualifiedName struct, Pkg *Package
pkg go/types, type Result struct
pkg go/types, type Result struct, Values []*Var
pkg go/types, type Scope struct
pkg go/types, type Scope struct, Entries []Object
pkg go/types, type Scope struct, Outer *Scope
pkg go/types, type Signature struct
pkg go/types, type Signature struct, IsVariadic bool
pkg go/types, type Signature struct, Params []*Var
pkg go/types, type Signature struct, Recv *Var
pkg go/types, type Signature struct, Results []*Var
pkg go/types, type Slice struct
pkg go/types, type Slice struct, Elt Type
pkg go/types, type Struct struct
pkg go/types, type Struct struct, Fields []*Field
pkg go/types, type Type interface, String() string
pkg go/types, type Type interface, unexported methods
pkg go/types, type TypeName struct
pkg go/types, type TypeName struct, Name string
pkg go/types, type TypeName struct, Pkg *Package
pkg go/types, type TypeName struct, Type Type
pkg go/types, type Var struct
pkg go/types, type Var struct, Name string
pkg go/types, type Var struct, Pkg *Package
pkg go/types, type Var struct, Type Type
pkg go/types, var Default Context
pkg go/types, var Typ [...]*Basic
pkg go/types, var Universe *Scope
pkg go/types, var Unsafe *Package
pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio
pkg io, type ByteWriter interface { WriteByte }
pkg io, type ByteWriter interface, WriteByte(uint8) error