aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/example_test.go
AgeCommit message (Expand)Author
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert Griesemer
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-19go/types, types2: consolidate helper functions for tests (cleanup)Robert Griesemer
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-03go/types, types2: use strings.Builder instead of bytes.Buffer where possibleRobert Griesemer
2022-02-07go/types, types2: record correct argument type for cap, lenRobert Griesemer
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-03-02go/types: fix method set computationRobert Griesemer
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-09-13go/types: fix scope printing (debugging support)Robert Griesemer
2017-01-10[dev.typealias] go/types: improved Object printingRobert Griesemer
2015-06-30go/types: change {Type,Object,Selection}String to accept a Qualifier functionAlan Donovan
2015-06-16go/types: disable example on darwin/armDavid Crawshaw
2015-06-14go/types: exclude some example tests for arm64, nacl (fix build)Robert Griesemer
2015-06-12go/types: add Example of API usageAlan Donovan