aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/scope.go
AgeCommit message (Expand)Author
2021-07-19[dev.typeparams] go/types: use scope numbers to identify local typesRob Findley
2021-07-16[dev.typeparams] go/types: port lazy import resolution from types2Rob Findley
2021-03-02go/parser,go/types: hide API changes related to type parametersRob Findley
2020-12-16[dev.typeparams] go/types: import some support functions from dev.go2goRob Findley
2019-10-29go/types: clarify documentationRobert Griesemer
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-05go/types: remove a TODO, enable a testRobert Griesemer
2018-09-13go/types: fix scope printing (debugging support)Robert Griesemer
2017-11-01go/types: avoid repeated "declared but not used" errors for closure variablesgriesemer
2016-03-02all: single space after period.Brad Fitzpatrick
2015-06-29go/types: go/types: add an API test of the Scope typeAlan Donovan
2015-06-15go/types: port recent x/tools/go/types fixesRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer