aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/resolver.go
AgeCommit message (Expand)Author
2020-10-02go/types: add Checker.walkDecl to simplify checking declarationsRob Findley
2020-06-10go/types: rename UsesCgo to go115UsesCgoMatthew Dempsky
2020-05-01go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-04-27Revert "go/types: add UsesCgo config to support _cgo_gotypes.go"Andrew Bonventre
2020-04-23go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2019-12-06go/types: print package path in error messages if package name is not uniqueRobert Griesemer
2019-10-08go/types: remove objSet type in favor of explicit map type (cleanup)Robert Griesemer
2019-10-08go/types: simplify some code and remove TODOs (cleanup)Robert Griesemer
2019-08-26go/types: process each segment of delayed actions in FIFO orderRobert Griesemer
2019-06-26go/types: avoid race condition with dot-imported objectsRobert Griesemer
2018-11-07go/types: avoid certain problems with recursive alias type declarationsRobert Griesemer
2018-10-19go/types: accept recv base type that is alias to a pointer typeRobert Griesemer
2018-10-04go/types: determine hasPtrRecv property from source rather than typeRobert Griesemer
2018-08-30go/types: remove explicit path parameter from most type-checker functions (cl...Robert Griesemer
2018-08-30go/types: track local cycles using same mechanism as for global objectsRobert Griesemer
2018-05-02go/types: fix internal documentation and strengthen assumptionsRobert Griesemer
2018-04-11go/types: update internal (now incorrect) comment on deps fieldRobert Griesemer
2018-02-12go/types: don't associate methods with alias type namesRobert Griesemer
2018-02-12go/types: delay type-checking of function literalsRobert Griesemer
2018-02-12go/types: correctly compute method set of some recursive interfacesRobert Griesemer
2017-12-14go/types: collect methods with parenthesized receiver typesRobert Griesemer
2017-11-22cmd/compile, go/types: error if main.main is not a functionMatthew Dempsky
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-01go/types: fix Info.Implicits entriesgriesemer
2017-05-05go/types: remove invalid documentation and assertion on package namesRobert Griesemer
2017-03-06go/types: continue type-checking with fake packages if imports failedRobert Griesemer
2017-03-02go/types: don't exclude package unsafe from a Package's Imports listRobert Griesemer
2017-01-10[dev.typealias] go/types: implement type aliasesRobert Griesemer
2017-01-09[dev.typealias] go/ast, go/parser, go/printer, go/types: initial type alias s...Robert 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: 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-10-04go/types: minimal support for alias declarations: don't crashRobert Griesemer
2016-08-16go/types: minor cleanupsRobert Griesemer
2016-05-27go/types: better debugging output for init order computationRobert Griesemer
2016-05-12go/types: fix certain vet warningsAliaksandr Valialkin
2016-02-10go/internal/gcimporter: interpret relative srcDir relative to cwdRobert Griesemer
2016-01-13go/types: rename Importer2 to ImporterFromgo1.6beta2Brad Fitzpatrick
2016-01-09go/types, go/importer: importing package unsafe is responsibility of importerRobert Griesemer
2016-01-08go/types: provide Importer2 supporting the Go 1.5 vendor experimentRobert Griesemer
2015-09-18go/types: handle import "C" more like cmd/compileRobert Griesemer
2015-08-04go/types: remove the renaming import of go/constantRob Pike
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-11go/types: move go/types/internal/gcimport => go/internal/gcimporterRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer