aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/exprstring.go
AgeCommit message (Expand)Author
2024-02-08go/types, types2: factor out hasDots to check for ... arguments in calls (cle...Robert Griesemer
2022-09-14all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...Emmanuel T Odeke
2022-08-25go/types: match types2 string when printing composite literalsRobert Griesemer
2022-01-12go/types, types2: fix tracing output for type and expr listsRobert Griesemer
2021-10-28go/types, types2, go/ast, go/parser: remove support for type listsRobert Findley
2021-09-08go/ast: rename MultiIndexExpr to IndexListExprRobert Findley
2021-07-16[dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley
2021-04-13go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley
2021-02-18[dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley
2020-12-16[dev.typeparams] go/types: import some support functions from dev.go2goRob Findley
2017-10-23go/types: improved documentation for WriteExpr and ExprStringgriesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer