aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/universe.go
AgeCommit message (Expand)Author
2021-08-10[dev.typeparams] go/types: don't expose the TypeSet API for 1.18Rob Findley
2021-08-04[dev.typeparams] go/types: use comparable bit rather than ==() methodRob Findley
2021-07-24[dev.typeparams] go/types, types2: set tset when constructing interfaces in t...Rob Findley
2021-07-19[dev.typeparams] go/types: more consistent handling of predeclared "any"Rob Findley
2021-07-19[dev.typeparams] go/types: use scope numbers to identify local typesRob Findley
2021-07-16[dev.typeparams] go/types: "comparable" must not be visible before Go 1.18Rob Findley
2021-07-16[dev.typeparams] go/types: introduce type set abstraction for interfacesRob Findley
2021-05-30go/types: don't declare 'comparable' when typeparams are disabledRob Findley
2021-04-23go/types: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-02-12[dev.typeparams] go/types: make predeclared "any" alias for interface{}Rob Findley
2020-12-08[dev.typeparams] go/types: import universe changes from dev.go2goRob Findley
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
2018-06-26go/types: rename NewInterface2 to NewInterfaceTypeRobert Griesemer
2018-05-31go/types: initial framework for marking-based cycle detectionRobert Griesemer
2018-05-24go/types: permit embedding of non-defined interfaces via alias type namesRobert Griesemer
2018-05-02go/types: add doc strings to various undocumented exported objectsRobert Griesemer
2017-12-20go/types: document Typ sliceRobert Griesemer
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-08-04go/types: remove the renaming import of go/constantRob Pike
2015-07-21go/types: make types.Typ a slice, unexport UniverseByte/RuneRobert Griesemer
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