aboutsummaryrefslogtreecommitdiff
path: root/src/go/types
AgeCommit message (Expand)Author
2021-01-19cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox
2020-12-16go/types: report error for invalid (but empty) expr switchRob Findley
2020-12-14go/types: report invalid ... in conversionsRob Findley
2020-12-09go/types: avoid endless recursion in the Comparable predicateRob Findley
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-08go/types: correct error position for inherited const init expressionsRob Findley
2020-11-24go/types: fix incorrect string(int) conversion (regression)Robert Griesemer
2020-11-20go/types: use correct error positionRobert Griesemer
2020-11-20go/types: fix error message for consistencyRobert Griesemer
2020-11-20go/types, go/constant: handle infinities as unknown valuesRobert Griesemer
2020-11-19go/types: report an error for invalid constant valuesRobert Griesemer
2020-11-17go/types: add test case for incorrect map index expressionRobert Griesemer
2020-11-05go/types: add unexported start and end positions to type checker errorsRob Findley
2020-11-05go/types: simplify error messages for untyped value assignabilityRob Findley
2020-10-30go/types: reorganize error codes into categoriesRob Findley
2020-10-30go/types: add internal error codesRob Findley
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20cmd/compile: use type position for error message in align.goCuong Manh Le
2020-10-02go/types: add Checker.walkDecl to simplify checking declarationsRob Findley
2020-10-01go/types: turn TestBenchmark into a normal benchmarkRob Findley
2020-08-28go/types: add tests for conversion of non-constant untyped valuesRob Findley
2020-08-28go/types: factor out usage of implicit typeRob Findley
2020-08-27go/types: remove need to enumerate fixedbugs test filesRob Findley
2020-08-27go/types: clean up test support code and remove global variablesRob Findley
2020-08-27go/types: fix missing Importer for TestBenchmarkRob Findley
2020-08-27go/types: add untyped test cases for AssignableTo APIRob Findley
2020-08-27go/types: better error when converting untyped values in assignmentsRob Findley
2020-08-25go/types: factor out some methods that compute a single errorRob Findley
2020-08-24go/types: update test case to exercise mutually recursive interfacesRob Findley
2020-08-24go/types: add tests for AssignableTo and ConvertibleToRob Findley
2020-08-21go/types: update flag documentation for gotype commandRobert Griesemer
2020-06-10go/types: rename UsesCgo to go115UsesCgoMatthew Dempsky
2020-05-01go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-04-28go/types: improve errors for method calls with pointer receiversRebecca Stambler
2020-04-27Revert "go/types: add UsesCgo config to support _cgo_gotypes.go"Andrew Bonventre
2020-04-24go/types: improve error message for pointer receiver errorsRebecca Stambler
2020-04-23go/types: add UsesCgo config to support _cgo_gotypes.goMatthew Dempsky
2020-04-21cmd/compile: detect and diagnose invalid //go: directive placementRuss Cox
2020-04-21go/types: remove duplicate assert call (minor cleanup)Robert Griesemer
2020-04-16go/types: add detail to missing method error messagesRebecca Stambler
2020-04-14go/types: use same local variable consistently (minor cleanup)Robert Griesemer
2020-03-02go/types: simplify method set computationRobert Griesemer
2020-03-02go/types: fix method set computationRobert Griesemer
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2020-02-24go/types: report correct argument types for make() built-in callsRobert Griesemer
2020-02-24go/types: report correct number of arguments for make() built-in callsRobert Griesemer
2020-01-31go/types: unexport Checker.LookupFieldOrMethodRobert Griesemer
2019-12-06go/types: print package path in error messages if package name is not uniqueRobert Griesemer
2019-10-29go/types: clarify documentationRobert Griesemer