aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/object.go
AgeCommit message (Expand)Author
2021-09-15go/types: instantiate methods when instantiating Named typesRobert Findley
2021-09-14go/types: merge Named type loading and expansionRobert Findley
2021-09-08go/types: spell out 'Type' in type parameter APIsRobert Findley
2021-08-31go/types: use a typeWriter to write types (cleanup)Robert Findley
2021-08-23go/types: use []*TypeParam rather than []*TypeName type param listsRobert Findley
2021-07-22[dev.typeparams] go/types: set type parameter indices when they are boundRob Findley
2021-07-22[dev.typeparams] go/types: merge instance and Named to eliminate sanitizationRob Findley
2021-07-16[dev.typeparams] go/types: port lazy import resolution from types2Rob Findley
2020-12-15[dev.typeparams] go/types: import changes to types.Info from dev.go2goRob Findley
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2018-10-04go/types: determine hasPtrRecv property from source rather than typeRobert Griesemer
2018-06-01go/types: remove visited flag for constants and variables (cleanup)Robert Griesemer
2018-05-31go/types: initial framework for marking-based cycle detectionRobert Griesemer
2018-05-10go/types: adopt spec terminology, use 'embedded' rather then 'anonyous' fieldRobert Griesemer
2018-05-02go/types: add doc strings to various undocumented exported objectsRobert Griesemer
2017-11-03go/types: add missing documentation to Object factory functionsgriesemer
2017-04-03all: fix minor misspellingsEric Lagergren
2017-02-10go/types: unsafe.Pointer is not an aliasAlan Donovan
2017-01-17[dev.typealias] go/types: clarified doc stringRobert Griesemer
2017-01-10[dev.typealias] cmd/compile, go/types, go/importer: various alias related fixesRobert Griesemer
2017-01-10[dev.typealias] go/types: export TypeName.IsAlias so clients can use itRobert Griesemer
2017-01-10[dev.typealias] go/types: improved Object printingRobert Griesemer
2017-01-10[dev.typealias] go/types: implement type aliasesRobert Griesemer
2016-11-04go/types: revert user-visible changes related to aliasesRobert Griesemer
2016-11-02go/types: set up correct type with NewAliasRobert Griesemer
2016-10-31go/types: implement missing String method for Alias objectRobert Griesemer
2016-10-31go/types: don't expose types.Alias kind field - only used by go/typesRobert Griesemer
2016-10-31go/types: local type-checking of alias declarationsRobert Griesemer
2016-08-18go/types: better doc string for Object.Parent and testRobert Griesemer
2016-08-16go/types: fix computation of initialization orderRobert Griesemer
2016-03-02all: single space after period.Brad Fitzpatrick
2015-08-04go/types: remove the renaming import of go/constantRob Pike
2015-06-30go/types: change {Type,Object,Selection}String to accept a Qualifier functionAlan Donovan
2015-06-15go/types: port recent x/tools/go/types fixesRobert Griesemer
2015-05-11go/constant: rename go/constantsAlan Donovan
2015-04-22go/constants: rename go/exact to go/constantsAlan Donovan
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer