summaryrefslogtreecommitdiff
path: root/src/go/types/exprstring.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...Emmanuel T Odeke2022-09-141-1/+1
* go/types: match types2 string when printing composite literalsRobert Griesemer2022-08-251-2/+5
* go/types, types2: fix tracing output for type and expr listsRobert Griesemer2022-01-121-6/+1
* go/types, types2, go/ast, go/parser: remove support for type listsRobert Findley2021-10-281-22/+1
* go/ast: rename MultiIndexExpr to IndexListExprRobert Findley2021-09-081-1/+1
* [dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley2021-07-161-4/+4
* go/*,cmd/gofmt: guard AST changes with the typeparams build tagRob Findley2021-04-131-5/+4
* [dev.typeparams] go/types: use a new ast.ListExpr for multi-type instancesRob Findley2021-02-181-6/+10
* [dev.typeparams] go/types: import some support functions from dev.go2goRob Findley2020-12-161-20/+54
* go/types: improved documentation for WriteExpr and ExprStringgriesemer2017-10-231-4/+8
* go/types, go/exact: "vendor" go/types into std repoRobert Griesemer2015-04-081-0/+220