summaryrefslogtreecommitdiff
path: root/src/go/types/gotype.go
Commit message (Expand)AuthorAgeFilesLines
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* all: gofmt main repoRuss Cox2022-04-111-1/+3
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+2
* go/types: update flag documentation for gotype commandRobert Griesemer2020-08-211-4/+4
* go/types: use new importer.ForCompiler for gotype commandRobert Griesemer2018-12-041-1/+1
* go/types: add -panic flag to gotype command for debuggingRobert Griesemer2018-02-221-0/+6
* go/types: make gotype continue after syntax errorsRobert Griesemer2018-02-141-4/+20
* go/types: support type checking of external tests with gotypeRobert Griesemer2017-03-021-22/+63
* go/types: gotype to always report the same first error nowRobert Griesemer2017-03-021-43/+28
* go/types: add a compiler param to SizesForJosh Bleecher Snyder2017-03-021-1/+1
* go/types: change local gotype command to use source importerRobert Griesemer2017-03-011-26/+10
* go/types: move gotype command into this directoryRobert Griesemer2015-09-291-0/+322