aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/object.go
AgeCommit message (Expand)Author
2024-04-18go/types: add Func.Signature methodAlan Donovan
2024-04-03go/types: ObjectString: remove only 1 Alias for "type A = RHS"Alan Donovan
2024-04-03go/types: include link to source in generated filesAlan Donovan
2024-01-26go/types, types2: use existing case-insensitive lookup (remove TODO)Robert Griesemer
2023-11-13go/types, types2: implement Alias proposal (export API)Robert Griesemer
2023-11-09go/types, types2: introduce _Alias type nodeRobert Griesemer
2023-10-11types2, go/types: remove doc link from Func.Pkg commentCuong Manh Le
2023-10-10go/types: clarify the documentation for Func.PkgJonathan Amsterdam
2023-01-20go/types: add a test that generated files match types2Robert Findley
2023-01-17go/types: generate more files from types2 sourcesRobert Griesemer
2023-01-17go/types: use nopos instead of token.NoPos to match types2Robert Griesemer
2022-11-21go/types, types2: better variable names, cleanups in testRobert Griesemer
2022-11-18cmd/compile: package-annotate structs when error would be ambiguousDavid Chase
2022-11-18go/types, types2: replace (internal) writePackage with packagePrefixRobert Griesemer
2022-06-06go/types, types2: remove Named.once in favor of monotonic stateRobert Findley
2022-05-17go/types, types2: set an origin object for vars and funcsRobert Findley
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-01-25go/types, types2: make each method instantiation independently lazyRobert Findley
2021-11-16go/types, types2: improve error messages referencing anyRobert Findley
2021-11-11go/types, types2: document nil scope for imported and instantiated Func objectsRobert Griesemer
2021-11-09go/types: clearer object string for type parametersRobert Findley
2021-11-01go/types: fix TypeName.IsAlias for type parameter nameszhouguangyuan
2021-09-29go/types, types2: rename Environment to ContextRobert Findley
2021-09-21go/types: make ptrRecv a method hasPtrRecv of FuncRobert Griesemer
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